|Dexter|:
Warning: It look like the SQL file that comes with this mod somehow breaks the required attributes functions!! Now customers can checkout without filling the required fields....(php 5.x/php 4.x - MySQL 4/5) It may not do this for you...
Anyway here is a Fix that I found else where on this forum and look like its working again now, just in case this does happened to you:
Please remember to backup your database before make any changes and best to use this code with phpadmin and not the Zen cart admin
INSERT INTO configuration VALUES ('', 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, '2007-03-19 17:57:39', '2007-03-19 17:57:39', NULL, NULL);
INSERT INTO configuration VALUES ('', 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, '2007-03-19 17:57:39', '2007-03-19 17:57:39', NULL, NULL);
INSERT INTO configuration VALUES ('', 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, '2007-03-19 17:57:39', '2007-03-19 17:57:39', NULL, NULL);
INSERT INTO configuration VALUES ('', 'Image Handler Version', 'IH_VERSION', '2.0', 'This is used by image handler to check if the database is up to date with uploaded image handler files.', 0, 100, NULL, '2007-06-06 16:47:03', NULL, 'zen_cfg_textarea_small(');
And just to clarify... I made NO changes to the SQL or any other code that originally came with this mod. I simply added the given code to the new 1.3.8 files.