Change position of combinations table module in PrestaShop
You can manage 'order' of the modules under modules > positions (in prestashop 1.6) or under design >positions (in prestashop 1.7)if you will search there for "displayProductFooter" section, you can rearrange the modules on the page, so in effect "combinations table" will appear as a first module on list.
If displayProductFooter is not a position where you want to display the plugin (but you want to display it somewhere else) it is possible to customize the product page with custom hook dedicated for this module.
It is enough to put the hook execution code exactly there, where you want to display the combinations table. The hook shortcode is:
{hook h='CombinationsTable'}
if you do not know how to customize theme file and/or how to add hook execution code to template - i offer my support, but in this case i will need access to shop files and shop's back office.
0 comments:
Post a Comment