Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

DIY Tabbed Content Menu for Product Page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #111  
Old 07-09-2005, 01:19 PM
 
snorocket snorocket is offline
 

X-Adept
  
Join Date: Dec 2002
Posts: 403
 

Default 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
Reply With Quote
  #112  
Old 07-11-2005, 05:42 PM
 
markwhoo markwhoo is offline
 

X-Adept
  
Join Date: Nov 2003
Posts: 799
 

Default

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.
__________________
vs 4.1.12
Reply With Quote
  #113  
Old 07-12-2005, 09:30 PM
 
bluecat bluecat is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 674
 

Default

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
__________________
--------------------
X-Cart Gold 4.1.11
Linux/Apache
--------------------
Reply With Quote
  #114  
Old 07-28-2005, 11:41 AM
 
Tristan Tristan is offline
 

Member
  
Join Date: May 2005
Posts: 12
 

Default

Thank you very much PhilJ and everyone who added tweaks along the way. It has helped me alot.
__________________
Version 4.0.13

www.urbanspirit.co.uk
Reply With Quote
  #115  
Old 10-24-2005, 10:10 AM
 
taltos1 taltos1 is offline
 

Senior Member
  
Join Date: Mar 2005
Location: USA
Posts: 160
 

Default

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
__________________
X-Cart Gold Version 4.0.18
EWDHosting.com is my Host
Unix Servers
Reply With Quote
  #116  
Old 12-01-2005, 09:36 AM
 
ricky ricky is offline
 

Advanced Member
  
Join Date: Nov 2005
Posts: 36
 

Default

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?
__________________
SERVER: UNIX
VERSION: 4.0.17
Reply With Quote
  #117  
Old 12-01-2005, 11:03 AM
 
ricky ricky is offline
 

Advanced Member
  
Join Date: Nov 2005
Posts: 36
 

Default

Got it to work everyone
__________________
SERVER: UNIX
VERSION: 4.0.17
Reply With Quote
  #118  
Old 12-08-2005, 03:09 AM
  just_me's Avatar 
just_me just_me is offline
 

Advanced Member
  
Join Date: Oct 2005
Location: Spain
Posts: 69
 

Default Tabbed content menu for product page with dynamic labels

We have implemented this DIY mod and are absolutely enthusiastic about it. Thanks.
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.
__________________
Cordially,
Just me
X-Cart Gold
Version 4.2.3
Multilingual shop: Spanish, French and US English
Reply With Quote
  #119  
Old 01-13-2006, 03:37 PM
 
Lucent88 Lucent88 is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 147
 

Default

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.
Reply With Quote
  #120  
Old 02-11-2006, 10:44 AM
 
taltos1 taltos1 is offline
 

Senior Member
  
Join Date: Mar 2005
Location: USA
Posts: 160
 

Default

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

Thank you.
__________________
X-Cart Gold Version 4.0.18
EWDHosting.com is my Host
Unix Servers
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:54 AM.

   

 
X-Cart forums © 2001-2020