Zen Cart Logo
Forums / All Other Contributions/Addons / Required attribute text function doesn't works since i install Quick Updates mod!

Required attribute text function doesn't works since i install Quick Updates mod!

Views: 734

Results 1 to 4 of 4
14 Mar 2011, 10:49 AM
#1
triumph avatar

triumph

New Zenner

Join Date:
Feb 2010
Posts:
36
Plugin Contributions:
0

Required attribute text function doesn't works since i install Quick Updates mod!

Hi Guys,

I have a bug with my Zencart 1.38a. Since i install Quick Updates mod and patch my sql database, my Required attribute text function doesn't works and people can buy a product without specify model and year of bike in the cell. It's a problem to me!

I don't begin to use, quick updates mod! i only install it and patch my sql base

Thanks for your help!

:smile:

14 Mar 2011, 2:10 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Required attribute text function doesn't works since i install Quick Updates mod!

Make sure that your configuration table has the records for the configuration settings listed on this thread:
http://www.zen-cart.com/forum/showthread.php?t=170483

14 Mar 2011, 2:41 PM
#3
triumph avatar

triumph

New Zenner

Join Date:
Feb 2010
Posts:
36
Plugin Contributions:
0

Re: Required attribute text function doesn't works since i install Quick Updates mod!

Thanks you so much! you are a :cool:

I put this code:

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, now(), now(), NULL, NULL);
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, now(), now(), NULL, NULL);
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, now(), now(), NULL, NULL);

And it works like previously!

:clap:

14 Mar 2011, 3:09 PM
#4
ajeh avatar

ajeh

Oba-san

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

Re: Required attribute text function doesn't works since i install Quick Updates mod!

Thanks for the update that this worked for you ... :smile: