View Single Post
  #2  
Old 07-21-2008, 09:34 AM
 
Thedae2k Thedae2k is offline
 

eXpert
  
Join Date: Jan 2004
Posts: 288
 

Default Re: Customize Product Option Group Options

Yes, open your skin1/customer/main/product.tpl in an editor and look for the

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

you can move this around in the template to place it where you desire. The customer_options.tpl can be edited to your taste as well.
__________________
X-Cart Pro 4.1.9
PHP5.2.5
MySQL 5.0.54
IIS/Apache/NGINX Webservers
Reply With Quote