markchiu Posted January 15, 2004 Share Posted January 15, 2004 I just installed the canada post 3.6, now want to install UPS XML rates and services......the thing is that the SQL file is interfered with canada post... in canada post, we have ADD products_length DECIMAL(6,2) DEFAULT '12' NOT NULL after products_dim_type, ADD products_width DECIMAL(6,2) DEFAULT '12' NOT NULL after products_length, ADD products_height DECIMAL(6,2) DEFAULT '12' NOT NULL after products_width, ADD products_ready_to_ship ENUM('0','1') NOT NULL default '0' after products_height; in UPS XML contribution, we have ADD products_length DECIMAL(6,2) DEFAULT '30' NOT NULL,ADD products_width DECIMAL(6,2) DEFAULT '30' NOT NULL, ADD products_height DECIMAL(6,2) DEFAULT '30' NOT NULL, ADD products_ready_to_ship INT(1) DEFAULT '0' NOT NULL; So what should i change in order to install both??? Because these settings from each contribution required to alter tables in products!! Please heLPPPPP!!!! Quote OS-commerce is great, but with other magical contributions, that is just so "COOL"! Link to comment Share on other sites More sharing options...
markchiu Posted January 16, 2004 Author Share Posted January 16, 2004 bump please can someone gives me a hint on how to change these two together, so it won't affect each other?? Quote OS-commerce is great, but with other magical contributions, that is just so "COOL"! Link to comment Share on other sites More sharing options...
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.