Page 1 of 2

S05e04 - More info page extensions QUESTIONS/SUPPORT

Posted: Wed Jan 05, 2022 7:18 am
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

Re: S05e04 - More info page extensions

Posted: Mon May 02, 2022 8:06 am
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

Re: S05e04 - More info page extensions

Posted: Tue May 03, 2022 6:29 am
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

Re: S05e04 - More info page extensions

Posted: Tue May 03, 2022 6:59 am
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']));

Re: S05e04 - More info page extensions

Posted: Tue May 03, 2022 7:03 am
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

Re: S05e04 - More info page extensions

Posted: Tue May 03, 2022 7:03 am
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

Re: 1.0.8.15 Questions / Comments / Concerns

Posted: Wed Jun 01, 2022 8:52 pm
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...

Re: 1.0.8.15 Questions / Comments / Concerns

Posted: Thu Jun 02, 2022 10:05 am
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 ?

Re: S05e04 - More info page extensions

Posted: Thu Jun 02, 2022 10:43 am
by artfulweb
Yes, it worked as expected before and the tab showed in the product editing page.

Re: S05e04 - More info page extensions

Posted: Thu Jun 02, 2022 10:52 am
by artfulweb
Found it... one of the hooks was missing. Sorry to have bothered you.