Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to "mark up" shipping for Canada destinations?


JoeWoodworker

Recommended Posts

Posted

I would like to have the UPS contribution mark up the charges for all Canada destinations by $10.00 (this is to cover a new agreement we have with UPS in which we can pay the duties and brokerage fees). It seems to me that there should be a way to add an amount to the rate which is returned from the UPS XML server (by just adding something to the coding). This would not be charged on US destinations, only the Canada ones.

 

Does anyone know how to do this?

 

Thanks

Joe

Evil will always triumph over good...

Because good is dumb.

- D.H.

Posted

change the quote method of the module slightly. Everything is setup with the default where it retrieves the destination:

 

$order->delivery['country']['iso_code_2']

 

just check if it's canada and add the extra $10 to the cost field.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...