Shopping Cart Operations > Tips and Tricks

Adding Tab in product description

(1/1)

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:

--- Code: ---<!-- Product Description tab & comments-->
<section id="productdesc" class="row">
<div class="container-fluid">
<div class="productdesc">
<ul class="nav nav-tabs" id="myTab">

--- End code ---

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?

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod