You should approach a Developer for this.
Tiny little optimisations - tell me what you need
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Tiny little optimisations - tell me what you need
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Tiny little optimisations - tell me what you need
This data should already be in the header of the email sent. Also see admin/action_recorder.phpMyGamesShop wrote: ↑Fri Jul 26, 2024 2:34 am The IP address from the connected user who sends an email from the sites forms, so I can ban the ones that slip throu the maths capture.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
Dan Cole
- Senior Contributor
- Posts: 498
- Joined: Fri Oct 25, 2019 2:14 pm
- Phoenix Version: 1.0.8.21
- Has thanked: 67 times
- Been thanked: 61 times
Re: Tiny little optimisations - tell me what you need
Just noticed that when you click on an item in the Latest Addons box, the module is set up so it downloads the addon. At that stage all I know about the addon is the name of it and not whether it is useful to me on not. I would have thought that clicking on the item would take you to the addon here on the site so you can read alittle about it and decide if you want it not. Seems like a strange behaviour to me. Version 1.0.8.20.
Dan
Dan
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Tiny little optimisations - tell me what you need
That does seem like an incorrect behaviour.Dan Cole wrote: ↑Sat Jul 27, 2024 4:37 pm Just noticed that when you click on an item in the Latest Addons box, the module is set up so it downloads the addon. At that stage all I know about the addon is the name of it and not whether it is useful to me on not. I would have thought that clicking on the item would take you to the addon here on the site so you can read alittle about it and decide if you want it not. Seems like a strange behaviour to me. Version 1.0.8.20.
Dan
It would need a change in the XML feed that this site (phoenixcart.org) produces.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Tiny little optimisations - tell me what you need
Note that this thread is open for suggestions of tiny optimisations that you may need.
If things are not tiny, I'll tell ya so.
If they are tiny they might make it to core code.
If things are not tiny, I'll tell ya so.
If they are tiny they might make it to core code.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Tiny little optimisations - tell me what you need
This thread is still open for requests of tiny changes to make your shopowning life easier.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
- bonbec
- Contributor
- Posts: 190
- Joined: Mon Oct 26, 2020 12:23 pm
- Phoenix Version: V1.1.0.7
- Has thanked: 54 times
- Been thanked: 40 times
Re: Tiny little optimisations - tell me what you need
An idea that would be useful for the admin/countries.php page:
All countries are currently active by default, which is annoying when you only sell to a few countries.
What could be useful and could cover all the desired cases:
- a button: unselect all,
- a button: select all,
- a search field to find a country (by name and/or iso codes) to select the country you want.
All countries are currently active by default, which is annoying when you only sell to a few countries.
What could be useful and could cover all the desired cases:
- a button: unselect all,
- a button: select all,
- a search field to find a country (by name and/or iso codes) to select the country you want.
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Tiny little optimisations - tell me what you need
Please try and report back ASAP as it might be in time to go into 1.0.9.6.
You do not have the required permissions to view the files attached to this post.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
- bonbec
- Contributor
- Posts: 190
- Joined: Mon Oct 26, 2020 12:23 pm
- Phoenix Version: V1.1.0.7
- Has thanked: 54 times
- Been thanked: 40 times
Re: Tiny little optimisations - tell me what you need
@burt
The search work fine, thank you very much
However, it lacks the possibility to uncheck or recheck everything at once.
By default, everything is checked. Which means that if I want to sell it only in one country or a small number of countries, I have to manually uncheck all the other countries, which is long to do (unless you know what you're doing and you do it in PhpMyAdmin for example, but not everyone knows how to do it).
The search work fine, thank you very much
However, it lacks the possibility to uncheck or recheck everything at once.
By default, everything is checked. Which means that if I want to sell it only in one country or a small number of countries, I have to manually uncheck all the other countries, which is long to do (unless you know what you're doing and you do it in PhpMyAdmin for example, but not everyone knows how to do it).
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3