View Single Post
  #1  
Old 09-08-2007, 07:52 PM
 
sparrowdog sparrowdog is offline
 

eXpert
  
Join Date: Jan 2007
Posts: 244
 

Default Adding product options to customer/main/products.tpl

I'm working on www.scrappydays.com.au/shop/index.php and I want the product options (ie: size, colour) to display on the customer/main/products.tpl page just like they do on the customer/main/product.tpl page

I have looked through the code on the customer/main/product.tpl page and found the following code:

{if $active_modules.Product_Options ne ""}
{ include file="modules/Product_Options/customer_options.tpl"}
{/if}

Is this the only part of the code responsible for displaying the product options. No matter where I put this code in my customer/main/products.tpl page, they don't display.
Version 4.1.7
__________________
Version 4.1.6 to 4.1.11
Reply With Quote