View Single Post
  #35  
Old 09-18-2007, 09:45 AM
 
pyap pyap is offline
 

Member
  
Join Date: Aug 2004
Posts: 16
 

Default Re: Product Options Customizaion ?

Before you get too far, I missed a step.....a very important one.

In skin1/modules/product_options/customer_options.tpl:

Where:
Code:
{foreach from=$product_options item=v}

Replace with:
Code:
{foreach from=$product_options item=v} {assign var=id value=$v.class|replace:' ':''|lower}

Also, make sure you edit the CSS colors to match your site. I took the colors out so you have to choose your own....or you won't see anything.

One of these days I'll get it right the first time. I just can't seem to keep track of everything I've done. Perhaps I should take notes.....

Hopefully this is the whole mod.

I'll edit the original too.
__________________
X-Cart 4.1.8 Gold
Windows 2000 server
Reply With Quote