Quote:
Originally Posted by JWait
To display your product options somewhere other than normal, look in product_details.tpl for whatever skin you are using, specifically find where it says
{if $active_modules.Product_Options ne ""}.
Product options are set individually for each product.
|
Hi JWait,
I tried to add the following to skin1/customer/main/featured.tpl, however product variant doesn't appears next to concerned products in homepage/featured products :
Code:
{if $active_modules.Product_Options ne ""}
{include file="modules/Product_Options/customer_options.tpl"}
{/if}
I tried both before and after the existing {/if} statement without success.
Can you help me more ?
Thanks.