Send me a PM and I will assist you.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Thanks Eva! This worked out perfectly... A few quick edit's and you can change the title to whatever you want and embed pretty much ANY code without any issues... You can drop in an iFrame, or drop an entire page of HTML/PHP in there...Eva30 wrote:http://www.opencart.com/index.php?route ... order=DESC
small (just names)change at it works as charm.
5 min even for a girl;)
Thanks again


PHP/CSS/HTML guru - Wordpress, Drupal, and now OpenCart lover. Learning is key to living!
And it supports Shoppica...Eva30 wrote:http://www.opencart.com/index.php?route ... order=DESC
small (just names)change at it works as charm.
5 min even for a girl;)
You're my hero.

Eva30 wrote:http://www.opencart.com/index.php?route ... order=DESC
small (just names)change at it works as charm.
5 min even for a girl;)
Thanks Eva for sharing the link. Is there any other extension which provide the opportunities of adding more tabs?
Hi, Sorry but I need help. I have followed above method and have added the 'cute tab' but I need to know how I add info /description under it (just like I would add info under Description tab)
I would be grateful for any advice / help as I dont know what changes to make on the DB side.
Kind Regards
Annie
I would be grateful for any advice / help as I dont know what changes to make on the DB side.
Kind Regards
Annie
ann23262 wrote:Hi, Sorry but I need help. I have followed above method and have added the 'cute tab' but I need to know how I add info /description under it (just like I would add info under Description tab)
I would be grateful for any advice / help as I dont know what changes to make on the DB side.
Kind Regards
Annie
Hey Annie,
You will need to modify your database also. Add one column in the product table like description column and copy and the same code of description in model, controller and view file.
Hi,
Old thread I know, but I have tried the cute tab method and have the delivery tab appear but no way of adding anything to the tab?
I have tried adding a column in the product table with a new field called delivery (also tried tab_extra) but nothing is coming up in admin for me to enter anything into the delivery tab?
Any direction would be greatly appreciated.
Spigz
Old thread I know, but I have tried the cute tab method and have the delivery tab appear but no way of adding anything to the tab?
I have tried adding a column in the product table with a new field called delivery (also tried tab_extra) but nothing is coming up in admin for me to enter anything into the delivery tab?
Any direction would be greatly appreciated.
Spigz
BEST CUSTOM OPENCART PRODUCT TAB SOLUTION
"Extra Product Tabs" : http://www.opencart.com/index.php?route ... on_id=9594
It Works Perfectly with OpenCart 1.5.6, even with database prefix's and a custom theme!
"Extra Product Tabs" : http://www.opencart.com/index.php?route ... on_id=9594
It Works Perfectly with OpenCart 1.5.6, even with database prefix's and a custom theme!
- • Really easy to install (even for a mere designer like me)
- • No need to mess with any code
- • Name the tabs inside the admin
- • Control where the tabs are displayed in relation to the built in system tabs
- • Its FREE !!!
I hard corded of product.tpl file.
I added Extra Tab After #tab-description line.
Add this code after that line
And I added extra code after this line.
Add this code after that line
You can add any details inside the tab like that. 
I added Extra Tab After #tab-description line.

Code: Select all
<a href="#tab-description"><span class="tab-title" ><?php echo $tab_description; ?></span></a>

Code: Select all
<a href="#tab-extra"><span class="tab-title" >Extra Tab</span></a>
Code: Select all
<div id="tab-description" class="tab-content"><?php echo $description; ?></div>
Code: Select all
<div id="tab-extra" class="tab-content">
<!-- Tab Extra Details -->
Add any details.
</div>

Responsive Website Design | Opencart E-commerce Development | Search Engine Optimization (SEO)
Skype: lkdesigners
Website: www.lkdesigners.com
Who is online
Users browsing this forum: No registered users and 60 guests