Hi everyone,
I'd like to report a bug in Attributes Controller. [text] option names are not accepted. After pressing Insert the system doesn't save the changes neither output errors.
Thanks in advance,
Barry
Hi everyone,
I'd like to report a bug in Attributes Controller. [text] option names are not accepted. After pressing Insert the system doesn't save the changes neither output errors.
Thanks in advance,
Barry
Hi everyone,
I'm not able to insert attributes to text Option Names. I choose the product then Option Name and skip the Option Value. After I push Insert the message is "No Attributes Defined for Product ID#...". Radio option names works fine.
I need the customer/donor to type in additional information about the product.
I'm not sure if this is relevant: I use the quantity box as price box because the customer/donor can type in any price for the product.
Thanks in advance,
Barry
In the Catalog ... Option Name ... you should create an Option name and select TEXT from the dropdown ...
Then, go to the Product in the Attributes Controller and select the Option Name that you created and select for the Option Value TEXT/UPLOAD FILE [#0] ... complete any details on the Attribute and click INSERT ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thank you for the prompt response.
The Option Value TEXT/UPLOAD FILE [#0] doesn't appear. I tried on IE and Firefox. I have no issues with Radio Option Name.
Could you go to phpMyAdmin and browse your table:
products_options_values
and see if you have a RECORD for the:
products_options_values_name
called:
TEXT
If not, you need to fix that with:
Code:INSERT INTO products_options_values (products_options_values_id, language_id, products_options_values_name) VALUES (0, 1, 'TEXT');
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
That fixed the bug.
Thanks!
Hi everyone,
I'm looking for a way for a customer to type in additional information about a product while adding to the cart.
I'm able to use a radio button for restricted options but not a text field.
Thanks in advance,
Barry