View Single Post
  #9  
Old 02-14-2012, 05:24 PM
 
frontliner frontliner is offline
 

Advanced Member
  
Join Date: Apr 2011
Location: Mons - Belgium
Posts: 53
 

Default Re: How to set product options in certain places?

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.
__________________
X-Cart Gold v4.4.3
Reply With Quote