Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Big_Woody

Archived
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Real Name
    Chris

Big_Woody's Achievements

  1. OK i think i am with you but which parts do i take from the IVPShip files and where do i put them in the file from OsCommerce ? Needed to replace the 2 categories files and also admin/includes/database_tables.php Hope you can come back with some more detailed help for me.. cheers
  2. Can some please give me a little help here.. I have a fresh install of OsCommerce (after failing to get IVPShip working on a version i have been setting up) so not to have anything set wrong or so i thought. Anyway all went well so i thought, updated my sql data base with this # You will need to add 1 table: use the following SQL command * 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; # You will need to modify 1 table: use the following SQL command * 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); and went into admin to set .... # You will need to install this module through your: Admin panel > Modules > Shipping # You will need to configure: Admin panel > Configuration > Shipping / Packaging # You will need to configure: Admin panel > Categories / Products > each product to include the: * TEXT_PRODUCTS_ZIPCODE: (I my own postal code, as I ship each item) * Indv. Shipping Price: * Each Additional Price: (what is the Individual Country Code for the UK please ?) but now when i try and go to my ADMIN i get this error .......... 1146 - Table 'onlineshopdb.TABLE_ADMINISTRATORS' doesn't exist select id from TABLE_ADMINISTRATORS limit 1 1146 - Table 'onlineshopdb.TABLE_ADMINISTRATORS' doesn't exist select id from TABLE_ADMINISTRATORS limit 1 [TEP STOP] I am very sorry if this is something very simple but its all new to me and to be honest is now doing my head in so much i can't sleep for thinking about it, so please guys help me out. And sorry if i have misused the codebox insert Cheers Woody
×
×
  • Create New...