Author Topic: Adding Tab in product description  (Read 8319 times)

Offline AzidVurn

  • Newbie
  • *
  • Posts: 38
  • Karma: +3/-4
  • Common sense is not common.
    • View Profile
Adding Tab in product description
« on: April 25, 2014, 04:55:57 AM »
Greetings!

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

TIA
The bezt things in life iz free, but i will feel better if I steal it from "you".

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Adding Tab in product description
« Reply #1 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
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline flyn

  • Full Member
  • ***
  • Posts: 142
  • Karma: +8/-0
    • View Profile
Re: Adding Tab in product description
« Reply #2 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?

Offline natdroid

  • Full Member
  • ***
  • Posts: 113
  • Karma: +36/-3
    • View Profile
Re: Adding Tab in product description
« Reply #3 on: September 01, 2014, 02:29:54 AM »
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?

Browse Additional Product Tabs plugin http://marketplace.abantecart.com/extra_tabs

 

Powered by SMFPacks Social Login Mod