View Single Post
  #1  
Old 09-07-2003, 01:35 PM
 
lizlarry lizlarry is offline
 

Advanced Member
  
Join Date: Jul 2003
Posts: 45
 

Default Displaying extra fields or product options in products.tpl

I have added the "Add to cart" button on the product listing. Which works great! ...but I also need to display the extra fields aka Product Options.

(These are where you would pick color or size from a drop down.)

I know I need to move this code from product.tpl to products.tpl ...also the javascript??

{if $active_modules.Extra_Fields ne ""}
{include file="modules/Extra_Fields/product.tpl"}
{/if}

Has anyone attempted this successfully?

thanks for the help,
Liz

I am running 3.3.7
Reply With Quote