Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Install UPS and Canada Post at the same time


markchiu

Recommended Posts

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!!!!

OS-commerce is great, but with other magical contributions, that is just so "COOL"!

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...