QTpro

New install - QTpro

Re: New install

by raiwa » Fri Jan 10, 2025 7:44 am

Hi,

1) You should use only one of the modules: Content OR Pi/Layout modules
2) I do not know how you did it in the old store. But you could supress the output , checking for the option id in the output loop of the pad class you are using. Or maybe better, remove the option from the attributes array in the pad class.
Something below line 50 in:
includes\system\override\qtpro\pad_sequenced_dropdowns.php:

Code: Select all

      $attributes = $this->_build_attributes_array(true, false);
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Contact:

Re: New install

by raiwa » Sat Jan 11, 2025 5:20 pm

Maybe better remove the option already at the root:
includes\system\override\qtpro\pad_base.php line 207:

Code: Select all

      $attributes = $GLOBALS['product']->get('attributes');
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Contact: