i've got question about combinations tab pro module : https://mypresta.eu/modules/front-office-features/product-page-combinations-table.html - it is possible that this table is located in another section or "hook" of the product and change CSS ?¿? I want it to look like this https://www.huellacanina.com/perro-condroprotectores-para-perros-condrovet-force-comprimidos-individuales-bioiberica-p-13177.html
PrestaShop expert answer about combintaions tab pro positions
Hello,
module can be associated with various positions on product page like:
- productTabs (productExtraContent in prestashop 1.7)
- productFooter
- extraLeft
- extraRight
- productActions
- displayProductAdditionalInfo
In addition you can use custom hook created by module: CombinationsTable just use shortcode in your product page .tpl files:
{hook h='CombinationsTable'}
thanks to this feature you can put table exactly there, where you want. If you want to display it there where the kind of "combinations table" appears on page: https://www.huellacanina.com/perro-condroprotectores-para-perros-condrovet-force-comprimidos-individuales-bioiberica-p-13177.html - you can follow steps below. Then it will appear like here: The most common solution:
- please go to modules > positions
- search there for list of modules named "displayFooterProducts" so called Product Footer / footerProduct
- unhook combinations tab module from this list (hit edit near the module > select "unhook")
- then go to "transplant module" section
- from first dropdown select "combinations tab" module
- from second dropdown select "displayProductActions"
- transplant module to new position
After this module should appear in the position you want. If not try to transplant module to position: displayExtraRight / displayExtraLeft (In PrestShop 1.7 use position "displayProductAdditionalInfo")
- search there for list of modules named "displayFooterProducts" so called Product Footer / footerProduct
- unhook combinations tab module from this list (hit edit near the module > select "unhook")
- then go to "transplant module" section
- from first dropdown select "combinations tab" module
- from second dropdown select "displayProductActions"
- transplant module to new position
After this module should appear in the position you want. If not try to transplant module to position: displayExtraRight / displayExtraLeft (In PrestShop 1.7 use position "displayProductAdditionalInfo")
0 comments:
Post a Comment