itztba Posted November 9, 2007 Posted November 9, 2007 -2147219080 - Missing value for Country. This is the error I have coming up when I am checking out on my site. I went through the database and everything looks correct, I even reinstalled the entire package to make sure it was installed correctly. No go. Any ideas? Quote
crashwave Posted November 20, 2007 Posted November 20, 2007 (edited) If you are using the current modules with updated files it is a database error you need SHIPPING_ORIGIN_COUNTRY SHIPPING_ORIGIN_ZIP they are supposed to replace STORE_ORIGIN_COUNTRY STORE_ORIGIN_ZIP but I left originals and added others INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('', 'Shipping Postal Code', 'SHIPPING_ORIGIN_ZIP', '32246', 'Enter the Postal Code (ZIP) of the Store to be used in shipping quotes.', 7, 2, '', '', NULL, NULL); INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('', 'Shipping Country Code', 'SHIPPING_ORIGIN_COUNTRY', '223', 'Enter the "ISO 3166" Country Code of the Store to be used in shipping quotes.', 7, 1, '', '', NULL, 'tep_cfg_pull_down_country_list('); 223=us The site I am working on is an old site and had several others working on it. so it was not updated correctly. found that info by accident searching for SHIPPING_ORIGIN_COUNTRY http://osdir.com/ml/web.oscommerce.cvs/2003-04/msg00006.html Edited November 20, 2007 by crashwave Quote q_|_|| _|9~~J >-o>-o q_|_|| )| q_|| )
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.