Zen Cart Logo
Forums / General Questions / Text attributes deleting and unfillable when there's an error

Text attributes deleting and unfillable when there's an error

Views: 1,003

Results 1 to 9 of 9
3 Sep 2014, 7:18 PM
#1
shopville avatar

shopville

Zen Follower

Join Date:
Aug 2012
Posts:
331
Plugin Contributions:
0

Text attributes deleting and unfillable when there's an error

My products are set up with a lot of text attributes, frequently i would get orders with all info missing but customers claiming they entered everything, i narrowed it down to this issue:

When there's a must choose option like a radio or drop down which is not selected, hitting add to cart will return to product page with a warning on option for... you must choose etc.. that's when is ee all fields blanked out (without the white boxes to type in) and adding to cart will result in all previously entered info missing, is anyone aware of what can cause this issue?

TIA

3 Sep 2014, 7:25 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,086
Plugin Contributions:
56

Re: Text attributes deleting and unfillable when there's an error

Have you tried changing to the default (classic) template to see if it's your custom template's processing that is interfering?

3 Sep 2014, 7:39 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Text attributes deleting and unfillable when there's an error

Does it do the same thing when you switch temporarily to the Classic template ?

lat9 beat me to it. If that doesn't work, go to the Advanced Search page in the forum and search for "text attribute" error for some similar threads.

7 Sep 2014, 9:32 PM
#4
shopville avatar

shopville

Zen Follower

Join Date:
Aug 2012
Posts:
331
Plugin Contributions:
0

Re: Text attributes deleting and unfillable when there's an error

lat9:

Have you tried changing to the default (classic) template to see if it's your custom template's processing that is interfering?

I did not was scared if temporarily switching could break anything, could it?
This thread sounds like the exact same issue http://www.zen-cart.com/showthread.php?122944-Text-Attribute-Disapears-if-other-attributes-are-not-Selected
However i tried that solution it did not fix the issue.

7 Sep 2014, 9:43 PM
#5
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,086
Plugin Contributions:
56

Re: Text attributes deleting and unfillable when there's an error

ShopVille:

I did not was scared if temporarily switching could break anything, could it?
This thread sounds like the exact same issue http://www.zen-cart.com/showthread.php?122944-Text-Attribute-Disapears-if-other-attributes-are-not-Selected
However i tried that solution it did not fix the issue.
Did you try installing the database patch provided in the thread you posted?

7 Sep 2014, 10:10 PM
#7
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,086
Plugin Contributions:
56

Re: Text attributes deleting and unfillable when there's an error

OK, so your issue was yet-another symptom of "hidden" configuration-group 0 being wiped out by improperly-coded SQL patches. Thanks for the update!

7 Sep 2014, 10:15 PM
#8
shopville avatar

shopville

Zen Follower

Join Date:
Aug 2012
Posts:
331
Plugin Contributions:
0

Re: Text attributes deleting and unfillable when there's an error

lat9:

OK, so your issue was yet-another symptom of "hidden" configuration-group 0 being wiped out by improperly-coded SQL patches. Thanks for the update!

Not sure what ""hidden" configuration-group 0" is but it sounds like something lousy.....

7 Sep 2014, 11:36 PM
#9
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,086
Plugin Contributions:
56

Re: Text attributes deleting and unfillable when there's an error

ShopVille:

Not sure what ""hidden" configuration-group 0" is but it sounds like something lousy.....
The configuration table in the database is organized by configuration_group_id values (you can see the structure if you examine your database using your cPanel's phpMyAdmin tool). The configuration_group_id of 0 is used to hold some "hidden" values (like the TEXT attribute prefix). Some misbehaved plugins will, as part of their installation SQL script, delete all configuration table elements with a configuration_group_id of 0 (not on purpose, just due to misprogramming).