AbanteCart Community

Shopping Cart Operations => Tips and Tricks => Topic started by: AzidVurn on April 25, 2014, 04:55:57 AM

Title: Adding Tab in product description
Post by: AzidVurn on April 25, 2014, 04:55:57 AM
Greetings!

How can add tab next to Product "description" and "reviews"?

TIA
Title: Re: Adding Tab in product description
Post by: abantecart on April 25, 2014, 10:30:20 AM
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:
Code: [Select]
<!-- 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
Title: Re: Adding Tab in product description
Post by: flyn on June 18, 2014, 12:30:08 PM
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?