News:

AbanteCart v1.4.2 is released.

Main Menu
support

Adding Tab in product description

Started by AzidVurn, April 25, 2014, 04:55:57 AM

Previous topic - Next topic

AzidVurn

Greetings!

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

TIA

abantecart

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

flyn

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?

Forum Rules Code of conduct
AbanteCart.com 2010 -