X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   DIY Tabbed Content Menu for Product Page (https://forum.x-cart.com/showthread.php?t=11094)

snorocket 07-09-2005 01:19 PM

just buy BOOMERS
 
I recommend highly not wasting your time and buying BOOMER's Tabbed Menu even though its based on a free script BOOMER has taken the time to make it integrated and cleaned it up to make it look professional which is what your paying for ;)

markwhoo 07-11-2005 05:42 PM

Phil,

Not sure if you are watching this thread any longer, but thought I would throw this question out to see if I can get a possible answer.

I have implemented this tabbed menu on several sites now and it is great. I love it.

I was asked to add it to an older store (3.4) branch and I did. After I did and was testing, I found the addition of the tabbed menu caused the voting, reviews, add to cart button, add to wsh list buttone etc. to not work.

Is there a reason you may know of that may cause this?

I have temporarily reverted the cart back to original set up until I may find an answer to this unsuaual twist.

Another thought here was to add literal tags to this to make it work properly and when these tags were added, the tab script would not work.

bluecat 07-12-2005 09:30 PM

Great mod, thank you.

Is it possible to NOT let the detailed image load (to save on bandwidth and speed up load time), UNLESS they specifically click on the detailed images tab?

Thank you

Tristan 07-28-2005 11:41 AM

Thank you very much PhilJ and everyone who added tweaks along the way. It has helped me alot. :)

taltos1 10-24-2005 10:10 AM

Thanks all again for this. I am having a small problem with this mod in IE though. In the product details area. The bottom line of the all the boxes are gone, or getting cut off? any ideas how to fix that, in firefox there is no problem.

THanks

ricky 12-01-2005 09:36 AM

Nice hack and I hope you can help with the install on my site. I've ran into a couple problems with trying to install. I've installed everything as instructed but I'm getting this on my site: http://www.muscle-mustangs.com/shop/product.php?productid=16199&cat=285&page=1#tabs


It deleated the entire product description and when the tabs are clicked, they don't bring up the desitred function.

Anythoughts to what I have done wrong? :)

ricky 12-01-2005 11:03 AM

Got it to work everyone ;)

just_me 12-08-2005 03:09 AM

Tabbed content menu for product page with dynamic labels
 
We have implemented this DIY mod and are absolutely enthusiastic about it. Thanks. :lol:
We have changed the way the tabs text is shown in order to accommodate our trilingual webstore. The original text, for example "Recommended Products", has been replaced by it's equivalent label, in this case, {$lng.lbl_recommends}.

The other labels are:
{$lng.lbl_send_to_friend}

{$lng.lbl_detailed_images}

{$lng.lbl_customer_reviews}

{$lng.lbl_related_products}

Here is the revised code:



<a name="tabs"></a>
<ul id="tablist">[*]{$lng.lbl_detailed_images} [*]{$lng.lbl_send_to_friend}[*]{$lng.lbl_related_products}[*]{$lng.lbl_recommends}[*]{$lng.lbl_customer_reviews} [/list]
<DIV id="tabcontentcontainer">

<div id="sc1" class="tabcontent">
{include file="modules/Detailed_Product_Images/product_images.tpl" }
</div>

<div id="sc2" class="tabcontent">
{include file="customer/main/send_to_friend.tpl" }
</div>

<div id="sc3" class="tabcontent">
{if $active_modules.Upselling_Products ne ""}
{include file="modules/Upselling_Products/related_products.tpl" }
{/if}
</div>

<div id="sc4" class="tabcontent">
{include file="modules/Recommended_Products/recommends.tpl" }
</div>

<div id="sc5" class="tabcontent">
{if $active_modules.Customer_Reviews ne ""}
{include file="modules/Customer_Reviews/vote_reviews.tpl" }
{/if}
</div>

</DIV>

{if $active_modules.Product_Options ne '' && $product_options ne ''}
<SCRIPT type="text/javascript" language="JavaScript 1.2">
check_options();
</SCRIPT>
{/if}


We also changed the order so that sc1, the default tab shown, is the detailed image instead of send to a friend. Because all our products have detailed images and because of the nature of the product we sell, that is what the customer wants to see first.

You can see it at work here:
http://www.mercalydia.com/tienda/catalog/english/index.html

Again, thanks for sharing this mod. I just wanted to share my little bit here.

Lucent88 01-13-2006 03:37 PM

I tried this mod, it is a great mod. My only concern is while all other contents on the page already loaded, the contents within the tab menu still takes another 7-8 sec. to load. Even just for the product detail tab (which contents mostly text or only text).

Does anyone else have the same problem? I need some feedback.

taltos1 02-11-2006 10:44 AM

I am trying to get this to work on V 4.1_RC? Anyone had any luck?

Thank you.


All times are GMT -8. The time now is 10:51 AM.

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