Thank you, but I found the solution to this problem here:
http://www.oscommerce.com/community/contri...all/search,ajax
I also have a contribution "Product Attrib Sort v1.2a"
And I would like to sort the attributes. Through Ajax attributes manager.
It is possible?
In my ecommerce i sell contact lenses.
And it has a peculiar structure, for example:
Option Name Option Value
Power right eye 0.00
-0.25
-0.50
... (until)
-10.00
Power left eye 0.00
-0.25
-0.50
... (until)
-10.00
I have many options values, and that is always repeated twice.
Before this contribution I enter these values only one time, now I have to double values.
In this image the curve base left eye (LE) not appear
After installing this contribution, I tried to add some
more attributes, but it kept giving me an error.
1136 - Column count doesn't match value count at row 1
insert into products_attributes values ('', '61', '9', '226', '', '+')
please help me.