Julie Posted November 22, 2018 Share Do you know if there is an product tab application for the product description ? Quote Link to post
Patrick Posted November 23, 2018 Share Look on github community or you can install via the extansion system https://github.com/ClicShoppingV3Community/modules_products_info_tab_boostrap 1 Quote Link to post
Julie Posted November 23, 2018 Author Share 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 ? Quote Link to post
ClicShopping Posted November 23, 2018 Share 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. 1 Quote Link to post
CrazyHorse Posted April 17, 2019 Share 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 ? Quote Link to post
Foster Posted April 17, 2019 Share 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. 1 Quote Link to post
CrazyHorse Posted April 17, 2019 Share (edited) @Foster, I suppose I must change theses elements : $n by a name ( tabOption ) and $r by $CLICSHOPPING::getDef(text_option) . Edited April 17, 2019 by CrazyHorse Quote Link to post
CrazyHorse Posted April 19, 2019 Share ok, thank you @foster. find the solution to add a new tab and make some other configuration action. Quote Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.