View Single Post
  #5  
Old 12-04-2005, 03:19 PM
 
hyratech hyratech is offline
 

Senior Member
  
Join Date: Jul 2005
Posts: 172
 

Default

I finally moved the Description to be after the details..
but i run into another problem now..

at the bottom of product.tpl, where the table ends..
i see this code

Code:
{/capture} {include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=100%"} {/if} {include file="customer/main/send_to_friend.tpl" } {if $active_modules.Detailed_Product_Images ne ""} {include file="modules/Detailed_Product_Images/product_images.tpl" } {/if} {if $active_modules.Upselling_Products ne ""} {include file="modules/Upselling_Products/related_products.tpl" } {/if} {if $active_modules.Recommended_Products ne ""} {include file="modules/Recommended_Products/recommends.tpl" } {/if} {if $active_modules.Customer_Reviews ne ""} {include file="modules/Customer_Reviews/vote_reviews.tpl" } {/if} {if $active_modules.Product_Options ne '' && $product_options ne ''} <SCRIPT type="text/javascript" language="JavaScript 1.2"> check_options(); </SCRIPT> {/if}

I tried to switch "Send to friend" with "Related Products"
Anything i do to those lines.. the page won't work anymore.

can someone tell me how i change those lines so I can have Related prducts first?

Thanx in advance
__________________
hyratech
X-CART Gold 4.1.10
Hosted - Unix
Reply With Quote