X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   4.1.3 and tabbed product menus (https://forum.x-cart.com/showthread.php?t=24764)

laurieblake 09-08-2006 03:17 PM

4.1.3 and tabbed product menus
 
Has anyone had any success getting the cart-lab Tabbed Product Menus to work under 4.1.3? It is a pretty simple mod and can't be that hard to do but it is way beyond me!!!!
Please, all you gurus, help me out.

Thanks in advance, yet again.

laurieblake

B00MER 09-09-2006 06:10 AM

Re: 4.1.3 and tabbed product menus
 
Edit skin1/customer/main/product.tpl and locate:
Code:

{if $config.Appearance.send_to_friend_enabled eq 'Y'}
<p />
{include file="customer/main/send_to_friend.tpl" }
{/if}
{if $active_modules.Detailed_Product_Images ne "" && ($config.Detailed_Product_Images.det_image_popup ne 'Y' || $js_enabled ne 'Y')}
<p />
{include file="modules/Detailed_Product_Images/product_images.tpl" }
{/if}
{if $active_modules.Upselling_Products ne ""}
<p />
{include file="modules/Upselling_Products/related_products.tpl" }
{/if}
{if $active_modules.Recommended_Products ne ""}
<p />
{include file="modules/Recommended_Products/recommends.tpl" }
{/if}
{if $active_modules.Customer_Reviews ne ""}
<p />
{include file="modules/Customer_Reviews/vote_reviews.tpl" }
{/if}


Replace with:

Code:

{include file="cartlab-tabs.tpl"}

The product.tpl file was modified slightly between 4.0 to 4.1 and may not match exactly but is basically the same jest.

hope this helps.8)

laurieblake 09-10-2006 03:51 AM

Re: 4.1.3 and tabbed product menus
 
Thanks Boomer. It works like a charm.

As usual, all you touch seems to turn to gold.

Regards

LB

big pine kenny 12-22-2006 12:15 PM

Re: 4.1.3 and tabbed product menus
 
Is there a way to change the size of the tabs? I changed the color no problem but can't find the size.

B00MER 12-22-2006 01:48 PM

Re: 4.1.3 and tabbed product menus
 
just add a font-size: to the selector:
#tablist li a
in cartlab-tabs.css

big pine kenny 12-22-2006 04:03 PM

Re: 4.1.3 and tabbed product menus
 
Thanks Boomer

tntdesigns 05-31-2007 08:30 PM

Re: 4.1.3 and tabbed product menus
 
Tab menu will not work in html "bad html hotlink" ver 4.1.1 aka http://www.website.com/#tabs
but will work in php, anyone know what is wrong?
Plus the only file that states its ver 4.1.1 is the readme text, but the working file states its ver 3.5.x, 4.0.x compatible

The readme.txt " states I got ver 4.1"

================================================== ===============
Tabbed Product Menu Details
http://www.cart-lab.com
info@cart-lab.com
X-cart version 3.5.x, 4.0.x, 4.1.x compatible
(C)opyright 2003-2006 CartLab, all rights reserved.
Full license at: http://www.cart-lab.com/license.php

================================================== ===============
But the working file cartlab-tabs.tpl states the software is only up to ver 4.0?

************************************************** ***

Tabbed menu for Product Details
http://www.cart-lab.com
info@cart-lab.com
X-cart version 3.5.x, 4.0.x compatible
(C)opyright 2003-2004 CartLab, all rights reserved.
Full license at: http://www.cart-lab.com/license.php

************************************************** ***}


Any body know whats wrong or did I pay for a new mod and was sent a old mod?
Lloyd

tntdesigns 06-02-2007 04:07 AM

Re: 4.1.7 and tabbed product menus
 
OK, Got it to work.

OK, I found the problem and it's with the new html_catalog.php xcart gold 4.1.7 It worked out when I loaded one of the older ver from 4.1.4 PHP and html is ok, but I have know idea what effect using an older html_catalog.php But if any one make a fix for html_catalog.php ver 4.1.7
please post it.
This should help any one with 4.1.7
Tom


All times are GMT -8. The time now is 02:35 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.