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
|