Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / text attributes option value not showing (only english language)

text attributes option value not showing (only english language)

Locked

Views: 1,547

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
17 Aug 2009, 1:25 PM
#1
bear1728 avatar

bear1728

New Zenner

Join Date:
Jul 2009
Posts:
86
Plugin Contributions:
0

text attributes option value not showing (only english language)

i have 3 languages for my site, there's only text attributes problem as i switch to english,

on product info page, it doesn't show the text box but only the option name

on attributes_controller page, there's no "TEXT" to choose in Option Value field. even if i switch to other languages and choose ''TEXT value, when i switch back to english, the "TEXT" value disappears.

is it the problem of my english language file or other function file? :(

any ideas?

17 Aug 2009, 4:03 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: text attributes option value not showing (only english language)

In phpMyAdmin, browse your table:
products_options_values

Sort on the field:
products_options_values_name

You should have 1 entry for each of the languages ...

Do you see the TEXT one for each of your languages?

The field:
products_options_values_id

should have a value of 0 for each of those ...

18 Aug 2009, 4:12 PM
#3
bear1728 avatar

bear1728

New Zenner

Join Date:
Jul 2009
Posts:
86
Plugin Contributions:
0

Re: text attributes option value not showing (only english language)

fixed :smile:

thanks a lot

18 Aug 2009, 7:53 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: text attributes option value not showing (only english language)

Thanks for the update that you were missing the TEXT record in the products_options_values table for your languages and were able to fix it by adding them back into the database table ... :smile: