S05e04 - More info page extensions QUESTIONS/SUPPORT

Open to all! Ask other shopowners for help.
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

Post by admin »

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

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
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

Post by LeeFoster »

I'm getting the below error when I try to create new products
Notice: Undefined index: pID in C:\xampp\htdocs\360v3\includes\hooks\admin\catalog\infopages.php on line 31
Installed Version: CE Phoenix v1.0.8.5
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

Post by heatherbell »

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
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

Post by ecartz »

heatherbell wrote: Tue May 03, 2022 6:29 am v1.0.8.8 (also v1.0.8.14)
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

Post by heatherbell »

ecartz wrote: Tue May 03, 2022 6:59 am I'm pretty sure that this would happen in every version from 1.0.7.7 on
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

Post by LeeFoster »

ecartz wrote: Tue May 03, 2022 6:59 am
heatherbell wrote: Tue May 03, 2022 6:29 am v1.0.8.8 (also v1.0.8.14)
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']));
Yeah, that made it go away
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

Post by artfulweb »

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

Post by ecartz »

artfulweb wrote: Wed Jun 01, 2022 8:52 pm 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...
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 ?
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: S05e04 - More info page extensions

Post by artfulweb »

Yes, it worked as expected before and the tab showed in the product editing page.
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: S05e04 - More info page extensions

Post by artfulweb »

Found it... one of the hooks was missing. Sorry to have bothered you.


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