AbanteCart Community
Shopping Cart Operations => Tips and Tricks => Topic started by: AzidVurn on April 25, 2014, 04:55:57 AM
-
Greetings!
How can add tab next to Product "description" and "reviews"?
TIA
-
Look at this template file: https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default_html5/template/pages/product/product.tpl#L208
This code:
<!-- Product Description tab & comments-->
<section id="productdesc" class="row">
<div class="container-fluid">
<div class="productdesc">
<ul class="nav nav-tabs" id="myTab">
Add the location and add block of HTML with new tab
-
I saw this code was wondering if you could give a quick example?
I want two additional tabs. One for a video and one for more information.
How would that look adding it to that file?