Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Add a tab in product features  (Read 3787 times)

Offline kingme

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Add a tab in product features
« on: November 24, 2013, 04:11:11 AM »
Hy,
 How can I add one more tab in product features on a Product page.
Kindly help to insert a tab for more notes.

Thanks

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Add a tab in product features
« Reply #1 on: November 24, 2013, 12:50:07 PM »
You will need to add data for this tab in the controller and edit template for the product

Template file:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default_html5/template/pages/product/product.tpl

Look around line 216  code:

Code: [Select]
                        <div class="tab-content">

                                <div class="tab-pane active" id="description">

You need to add new tab-pane div container

To build dynamic data for the template, you need to look into product controller below.

https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/pages/product/product.php


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

 

Powered by SMFPacks Social Login Mod