November 22, 20187 yr Do you know if there is an product tab application for the product description ?
November 23, 20187 yr Look on github community or you can install via the extansion system https://github.com/ClicShoppingV3Community/modules_products_info_tab_boostrap
November 23, 20187 yr Author Ok I found, If I understand the module, we must insert a tag called <tabcatalog>My tab</tabcatalog> to by used correctly. How to add other module inside the tab ?
November 23, 20187 yr Yes to compose your tab, you must use the tag. The module has be designed only for the description products, but you can create easily another module and include a specific tab in function your needs.
April 17, 20197 yr Just a question, s it possible to add a static tab. In this case, all is inside the description but if I want to make some other information like, weight, image, products url... Is it possible ?
April 17, 20197 yr Yes you can do that, Look this line : $product_tab_description .= '<div class="tab-pane" id="tab' . $n . '">' . $r . '</div>'; you have just add the same after the loop and update. After you can make a new one with all that you want inside.
April 17, 20197 yr @Foster, I suppose I must change theses elements : $n by a name ( tabOption ) and $r by $CLICSHOPPING::getDef(text_option) . Edited April 17, 20197 yr by CrazyHorse
April 19, 20197 yr ok, thank you @foster. find the solution to add a new tab and make some other configuration action.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.