View Single Post
  #2  
Old 04-01-2007, 02:47 PM
 
stevekem stevekem is offline
 

Senior Member
  
Join Date: Dec 2006
Posts: 111
 

Default Re: Product Options on Payment Detail Page

Open file "/skin1/customer/main/cart_contents.tpl" and find the following below:

PHP Code:
<td>{$products[prod_num].product|truncate:30:"...":true}</td

Change to:

PHP Code:
<td>{$products[prod_num].product|truncate:30:"...":true}
{include 
file="modules/Product_Options/display_options.tpl" options=$products[prod_num].product_options}</td
__________________
X-Cart Gold v4.4.1
Reply With Quote