btotl Posted August 2, 2010 Posted August 2, 2010 I tried installing the individual shipping price module... without success it just messed my store. i need a how to or something on how to add it... I am a complete newbie to oscommerce... Be kind. Quote
Guest Posted August 2, 2010 Posted August 2, 2010 Baxter, Just read the installation instructions carefully. That particular contribution isn't that complicated so just take your time and make sure you back up before you begin. Chris Quote
btotl Posted August 5, 2010 Author Posted August 5, 2010 not sure what is meant by this: ----- SQL to execute: DROP TABLE IF EXISTS `products_shipping`; CREATE TABLE `products_shipping` ( `products_id` int(11) NOT NULL default '0', `products_ship_methods_id` int(11) default NULL, `products_ship_zip` varchar(32) default NULL, `products_ship_price` varchar(10) default NULL, `products_ship_price_two` varchar(10) default NULL ) TYPE=MyISAM; INSERT INTO configuration VALUES ('', 'Indiv Ship Home Country', 'INDIVIDUAL_SHIP_HOME_COUNTRY', '223', 'Individual ship home country ID (other countries will have extra freight)', 7, NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, NULL); INSERT INTO configuration VALUES ('', 'Indiv Ship Outside Home Increase', 'INDIVIDUAL_SHIP_INCREASE', '3', 'Individual ship x increase for shipping outside home country. For example: If you set your item ship price to $50 and this value to 3 and ship outside your home country they will pay $150, and if this value was 2, they would pay $100.', 7, NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, NULL); ----- Quote
Guest Posted August 6, 2010 Posted August 6, 2010 Baxter, Log into your hosting provider and access the myphpadmin.....open the database for your store and run the above SQL statement. This will make the necessary changes to the database that you need for that contribution. Chris Quote
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.