View Single Post
  #3  
Old 05-01-2004, 04:22 PM
 
mikebo mikebo is offline
 

Advanced Member
  
Join Date: Feb 2004
Location: Ohio
Posts: 72
 

Default

Hi Xcell,

I appreciate your respone. I was able to get this figured out a few days ago. In my case the only product in our inventory with the need for options is gift wrapping. What I ended up doing is this;

In skin1/customer/main/product.tpl around line 51,

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

with this;
{if $active_modules.Product_Options ne "" and $product.productcode eq "ZWRAP"}
{ include file="modules/Product_Options/customer_options.tpl"}

It seems to work well but could be a problem for those who have alot of products with options.

Again, thanks for your help with this. I should have posted back to this thread when I figured out a solution.


Mike
__________________
Mike
X-Cart Gold
Version 4.6.0 PHP 5.2.17
Reply With Quote