I am checking demo of the module to create product tabs that you have in your offer.
I wonder if thanks to this module it is possible to integrate into external form modules, for example (the question and answer form) ?
Displaly contents from other modules inside product tab
Hello,
it looks like that you want to create tab with contents from other module, right?
if so - i confirm - you can use shortcode to run other module and this module will be a part of tab contents.
the shortcode to use is:
{HOOK:(1):(2)} | Feature to run selected hooks where (1) is a hook name and (2) is a module name to run |
for example:
This shortcode will display contents of "combinationstab" module that prestashop displays inside "displayProductFooter" hook.
{HOOK:displayProductFooter:combinationstab}
This shortcode will display contents of "combinationstab" module that prestashop displays inside "displayProductFooter" hook.
so, simply saying,
with this kind of shortcode you can display contents from any other module inside a tab.
if i missed something and if you're looking for some other feature - please share a little more details what exactly you expect
best regards,
milos
0 comments:
Post a Comment