S05e04 - More info page extensions QUESTIONS/SUPPORT
-
admin
- Contributor
- Posts: 217
- Joined: Wed Oct 30, 2019 1:34 pm
- Phoenix Version:
- Has thanked: 20 times
- Been thanked: 22 times
S05e04 - More info page extensions QUESTIONS/SUPPORT
Addon:
These extensions for the info_page system will help you to do more things with those pages!
Download:
viewtopic.php?f=28&t=1074
--
Questions / Comments / Concerns
These extensions for the info_page system will help you to do more things with those pages!
Download:
viewtopic.php?f=28&t=1074
--
Questions / Comments / Concerns
Tags:
-
LeeFoster
- Contributor
- Posts: 263
- Joined: Sun Feb 28, 2021 9:41 pm
- Phoenix Version: v1.0.8.20
- Has thanked: 1 time
- Been thanked: 5 times
Re: S05e04 - More info page extensions
I'm getting the below error when I try to create new products
Installed Version: CE Phoenix v1.0.8.5Notice: Undefined index: pID in C:\xampp\htdocs\360v3\includes\hooks\admin\catalog\infopages.php on line 31
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: S05e04 - More info page extensions
v1.0.8.8 (also v1.0.8.14)
admin>catalog>Categories/Products - click New Product gives
Notice: Undefined index: pID in //includes/hooks/admin/catalog/infopages.php on line 31
admin>catalog>Categories/Products - click New Product gives
Notice: Undefined index: pID in //includes/hooks/admin/catalog/infopages.php on line 31
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: S05e04 - More info page extensions
I'm pretty sure that this would happen in every version from 1.0.7.7 on.
Code: Select all
$infopages_checkbox .= $tickable->tick(isset($_GET['pID']) && (bool)$this->infopages_checked($_GET['pID'], $infopages['pages_id']));-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: S05e04 - More info page extensions
Confirmed that fixes it TY.
No notice on a 1.0.7.12 but that's with original addon code which was not updated until 1.0.8.0
-
LeeFoster
- Contributor
- Posts: 263
- Joined: Sun Feb 28, 2021 9:41 pm
- Phoenix Version: v1.0.8.20
- Has thanked: 1 time
- Been thanked: 5 times
Re: S05e04 - More info page extensions
Yeah, that made it go awayecartz wrote: ↑Tue May 03, 2022 6:59 amI'm pretty sure that this would happen in every version from 1.0.7.7 on.Code: Select all
$infopages_checkbox .= $tickable->tick(isset($_GET['pID']) && (bool)$this->infopages_checked($_GET['pID'], $infopages['pages_id']));
-
artfulweb
- Contributor
- Posts: 184
- Joined: Thu Oct 29, 2020 12:34 pm
- Phoenix Version: v1.1.0.6
- Has thanked: 29 times
- Been thanked: 14 times
Re: 1.0.8.15 Questions / Comments / Concerns
Hi there, since the update my Info pages tab no longer show up when editing a product. There was a tab for it before. There are no errors in my error log so I do not know where to look...
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: 1.0.8.15 Questions / Comments / Concerns
You might try copying the files up again from this package. I don't see that anything changed in the 1.0.8.14 to 1.0.8.15 update that would have changed anything regarding this. Are you sure that it has been working subsequent to the rename of categories.php to catalog.php ?