New Zenner
- Join Date:
- Feb 2008
- Posts:
- 14
- Plugin Contributions:
- 0
[duplicate report] Duplicate option values in admin
I'm using ZC 1.3.8(a) ITA. I create an option and when I create value, I see in admin panel two identical entry with some id. For example:
Create Option Name: COLORE (ita) COLOR (eng)
Create Option Value (for COLOR): ROSSO (ita) RED (eng)
I Obtain in admin panel:
ID OPTION NAME OPTION VALUE
3 COLOR ROSSO
3 COLOR ROSSO
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
0 1 TEXT 0
0 2 TEXT 0
2 2 rosso 0
2 1 red 0
Table: products_options_values_to_products_options
products_options_values_to_products_options_id products_options_id products_options_values_id
6 3 2
7 1 3