Tiny little optimisations - tell me what you need

Open to all! Ask other shopowners for help.
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Tiny little optimisations - tell me what you need

Post by burt »

MyGamesShop wrote: Fri Jul 26, 2024 2:41 am It sound tiny but its not..
You should approach a Developer for this.
I am not here to build for you.
I am here to build with you. Let's help each other.


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Tiny little optimisations - tell me what you need

Post by burt »

MyGamesShop 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.
This data should already be in the header of the email sent. Also see admin/action_recorder.php
I am not here to build for you.
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

Post by Dan Cole »

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
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Tiny little optimisations - tell me what you need

Post by burt »

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
That does seem like an incorrect behaviour.
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.
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Tiny little optimisations - tell me what you need

Post by heatherbell »

burt wrote: Sat Jul 27, 2024 10:45 pm It would need a change in the XML feed that this site (phoenixcart.org) produces.
Fixed.
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Tiny little optimisations - tell me what you need

Post by burt »

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.
I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Tiny little optimisations - tell me what you need

Post by burt »

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.
User avatar
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

Post by bonbec »

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.
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Tiny little optimisations - tell me what you need

Post by burt »

bonbec wrote: Mon Aug 26, 2024 1:31 pm An idea that would be useful for the admin/countries.php page:
...
- a search field to find a country (by name and/or iso codes) to select the country you want.
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.
User avatar
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

Post by bonbec »

@burt

The search work fine, thank you very much :+1:

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


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply