View Single Post
  #2  
Old 01-09-2005, 05:37 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

To flip the detailed images and send to friend, edit product.tpl and replace this:

Code:
{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}

with this:

Code:
{if $active_modules.Detailed_Product_Images ne ""} {include file="modules/Detailed_Product_Images/product_images.tpl" } {/if} {include file="customer/main/send_to_friend.tpl" }

To remove the sku, simply delete this line from Modules/Upselling_Products/related_products.tpl:

Code:
<TD width="1%">#{$product_links[cat_num].productid}</TD>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote