Do the duplicated Option Values have the same ID?
Do the duplicated Option Values have the same ID?
www.aspenshopsonline.com - ZenCart 1.3.9h
www.wilkssupply.com - ZenCart 1.3.9h
www.un-du.net - ZenCart 1.3.8a
Petek:
using PHPmyAdmin to view your mySQL database tables, browse the products_options_values table looking for some of the duplicated id's. See if there are the same duplicated ids in the table as what you see in admin.
This will help you determine if there are actually duplicate option value records being created versus duplicate displays of the same record.
Ron
www.aspenshopsonline.com - ZenCart 1.3.9h
www.wilkssupply.com - ZenCart 1.3.9h
www.un-du.net - ZenCart 1.3.8a
I have the same problem. I'm using ZC 1.3.8(a) ITA. I create an option and when I create value, I obtain two identical entry with some id. For example:
Create Option name COLOR
Create Option Value COLOR --> RED
I obtain:
ID OPTION NAME OPTION VALUE
3 COLOR RED
3 COLOR RED
TABLE products_options
products_options_id language_id products_options_name
3 2 Colore
3 1 Color
TABLE products_options_values
products_options_values_id language_id products_options_values_name products_options_values_sort_order
2 2 rosso
2 1 red
I've not looked in my database yet but its probably the same as your's. Sounds like a language-related bug to me. Help !
Cheers
Pete
For DrByte,
I'm using ther latest version 1.3.8a. It was a clean install BUT the French language version was 1.3.7 which I *upgraded* using WinMerge. This is the only issue I have with it.
Hope this helps
Pete
With ENG version there isn't this problem. I think that this is a double language related problem. Is possible that removing ENG language.....