Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Text attribute set to required but...

Text attribute set to required but...

Locked

Views: 1,620

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
4 Nov 2007, 6:54 PM
#1
ktnaturals avatar

ktnaturals

Zen Follower

Join Date:
Dec 2006
Location:
Ohio
Posts:
196
Plugin Contributions:
0

Text attribute set to required but...

I set up a text attribute and makred it 'required.' I can still add it to cart without typing anything in. I found this thread, but there was no solution.

http://zen-cart.com/forum/showthread.php?t=40664

I swithched to the classic template, and the same thing happens. I set it to Default and Display Only also.

http://72.34.51.6/~thewahmm/index.php?main_page=product_info&cPath=20&products_id=125

Help?

5 Nov 2007, 6:31 PM
#2
ktnaturals avatar

ktnaturals

Zen Follower

Join Date:
Dec 2006
Location:
Ohio
Posts:
196
Plugin Contributions:
0

Re: Text attribute set to required but...

Anyone??

6 Nov 2007, 1:21 AM
#3
ducksigns avatar

ducksigns

New Zenner

Join Date:
Sep 2007
Location:
Columbus Indiana
Posts:
22
Plugin Contributions:
0

Re: Text attribute set to required but...

Hi - this sounds really basic, but it's a mistake I made in setting up attributes....

I have the same attribute assigned to more than one product, but the "Required" flag is set individually by product. I was changing the setting for the attribute assigned to one product, but then inadvertently testing it with another product in my store. Once I made sure I that I tested the same product I had just edited, it worked fine.

Computers tend to do what you tell them to do, not necessarily what you want them to do.

6 Nov 2007, 1:25 AM
#4
ktnaturals avatar

ktnaturals

Zen Follower

Join Date:
Dec 2006
Location:
Ohio
Posts:
196
Plugin Contributions:
0

Re: Text attribute set to required but...

It's set up like it should be... for each product. Thanks for the tip though.

6 Nov 2007, 4:20 AM
#5
ajeh avatar

ajeh

Oba-san

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

Re: Text attribute set to required but...

What add-ons do you have on your site?

6 Nov 2007, 3:00 PM
#6
ktnaturals avatar

ktnaturals

Zen Follower

Join Date:
Dec 2006
Location:
Ohio
Posts:
196
Plugin Contributions:
0

Re: Text attribute set to required but...

Here goes.

Column Layout Grid for Product Listing
Priority Order Handling
Shopping Cart Free-Shipping-Qualifier Sidebox Template
paypal_sessions_viewer_2.0
CAPTCHA w/ TTF
GoogleSiteMapAdmin
simple google analytics
Checkout without Account
Sales Report 1.04

Here's an SQL edit I made so that I can edit an attribute value in the dB directly:
In orders_products_attributes table, edit the field products_options_values and change from BLOB to TEXT

I thought above could've been it, so I changed it back to BLOB, but it made no difference.

Can you tell me what file is responsible for doing the checking? I can try uploading a clean copy of it.

TIA!

6 Nov 2007, 3:05 PM
#7
ajeh avatar

ajeh

Oba-san

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

Re: Text attribute set to required but...

You might run through this thread for some of the solutions to problems that have caused this Required Text Attribute to stop working:
http://www.zen-cart.com/forum/showthread.php?t=69217&highlight=text+required

Usually, an add-on or missing data in the database has been the cause ... this, of course, makes it loads of fun to diagnose ... :blink:

Let us know if you find a solution for your particular issue ...

6 Nov 2007, 7:00 PM
#8
ktnaturals avatar

ktnaturals

Zen Follower

Join Date:
Dec 2006
Location:
Ohio
Posts:
196
Plugin Contributions:
0

Re: Text attribute set to required but...

THANK YOU THANK YOU THANK YOU!!! I guess I didn't search the forum hard enough. The SQL patch worked like a charm!! Now I need to do that for 3 other carts...

6 Nov 2007, 7:01 PM
#9
ajeh avatar

ajeh

Oba-san

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

Re: Text attribute set to required but...

Thanks for the update that this was able to fix your site ...