I'll await your Best Sellers update. But there's something preventing me from making a new page in info_pages. I just made a new page 4 days ago.Kofod95 wrote: ↑Mon Nov 13, 2023 9:42 pmThose are from one of my add-ons (app.php/addons/free_addon/best_sellers).
That one isn't updated yet, but it's not too difficult. The files are copies of the core-list, with only a slight sql-change, so you could take care of it yourself, or wait for me to upload an update that is made for newer versions of PhoenixCart.
I am, unfortuneately, a bit behind with updating my add-ons, and due to a new job, I'm pressed for time. An update will come, but I cannot guarantee when.
Another add-on, but not one of mine.
Neihter are related to infoPages, but the first (mine) will come from the front-end catalog, while the second probably comes when using easy populate and everytime you load the admin-menu
//Daniel
Help with deprecated functions in Info Pages & other deprecated functions.
-
lecarlb
- Contributor
- Posts: 316
- Joined: Mon Oct 26, 2020 5:26 pm
- Phoenix Version:
- Has thanked: 48 times
- Been thanked: 9 times
Re: Help with deprecated functions in Info Pages & other deprecated functions.
-
lecarlb
- Contributor
- Posts: 316
- Joined: Mon Oct 26, 2020 5:26 pm
- Phoenix Version:
- Has thanked: 48 times
- Been thanked: 9 times
Re: Help with deprecated functions in Info Pages & other deprecated functions.
@burt I was allowed to make one entry manually via database, however I wasn't allowed to enter anything in the slug input.
When I tried to make another, I received a 1062 Duplicate key entry for 'uq_slug'.
EDIT: I set a slug as blog and only able to use it once. If a slug is only meant to be used once, then please accept my apologies.
When I tried to make another, I received a 1062 Duplicate key entry for 'uq_slug'.
EDIT: I set a slug as blog and only able to use it once. If a slug is only meant to be used once, then please accept my apologies.
- burt
- Core Team
- Posts: 4561
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 413 times
Re: Help with deprecated functions in Info Pages & other deprecated functions.
Slugs must be unique. There is a "unique checker" at Supporters code s05e04.
To (eg) differentiate between "blog" pages and "normal" info pages, you need a different system, eg "folders" from Supporters Code s05e02 which allows you to place info pages into different folders. And then you have the ability to containerise pages on the front end using a folder as one of the parameters. EG, show me pages in english, that have status =1 and in folder "blog".
To (eg) differentiate between "blog" pages and "normal" info pages, you need a different system, eg "folders" from Supporters Code s05e02 which allows you to place info pages into different folders. And then you have the ability to containerise pages on the front end using a folder as one of the parameters. EG, show me pages in english, that have status =1 and in folder "blog".
- burt
- Core Team
- Posts: 4561
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 413 times
Re: Help with deprecated functions in Info Pages & other deprecated functions.
Note that 1.0.8.21 makes this much clearer with a small message at the info_pages when adding a new info page;
https://github.com/CE-PhoenixCart/Phoen ... 21bf4ad72d
https://github.com/CE-PhoenixCart/Phoen ... 21bf4ad72d
You do not have the required permissions to view the files attached to this post.