views:

20

answers:

2

Hi All,

I am currently working on osCommerce Site.

I have installed United Parcel Service module in that.

I have attached the image for the configuration which I have set.

What I want is to apply shipping charge to every product. Currently problem is that i have to select the zone and if shipping address is lies in that zone then only shipping charge is applied.

How Can I configure my osCommerce to apply shipping charge to each and every product from anywhere in the world.

can you please suggest how can I do this.alt text

A: 

Well, it should work out by weight of each product to any zone. You would need to have an account with USPS for it to function. Check it out.

If this fails, I am sure that there is a contrib for individual product shipping somewhere that I have seen before.

Here's the link http://addons.oscommerce.com/category/Shipping_Modules/v,22

Fabian Borg
A: 

I assume you are using the UPS.. the screenshot is a bit confusing as it talks about USPS down in the options. Apart from that: Zone Issue: donot select a zone then you would not be restricting shipping ;)

Charge per item. By default, the code should be considering the total weight and sending it to the UPS server requesting quote. You will have to tweak the code there, to get each item quote as a separate package and then sum it up for the total shipping. This applies if you are sending each item as a separate package.

Hope that helps. Cheers, Shiva PS:Use the UPS XML mod here: http://addons.oscommerce.com/info/1323/v,22 It is a very stable mod. Atleast most of my clients are using it.

shiva