View Single Post
  #3  
Old 07-25-2007, 06:12 PM
 
LittleLizard LittleLizard is offline
 

Member
  
Join Date: Jun 2007
Location: Atlanta
Posts: 27
 

Default Re: Upselling Related Products shows productid

I found part of the answer to the first poster's question:

You need to edit skin1/modules/Upselling_Products/related_products.tpl (or whatever path from the skin you're using).

To remove that ID, just comment out:

<td width="1%">#{$product_links[cat_num].productid}</td>

To replace it with the SKU:

<td width="1%" nowrap="nowrap">SKU: {$product_links[cat_num].productcode}</td>


I'd like to know how to put in a thumbnail instead of that product ID.
__________________
www.littlelizard.com
X-Cart version 4.1.8
Reply With Quote