I am working on a uCommerce based site that does delivery to a different countries.
There will be only one Shipping provider, called Default.
I need to configure around the situation, where Mainland UK delivery is free, whereas UK islands and Northern Ireland has a specific price per delivery.
I though initially that price groups are an ideal candidate for that, but I now see that by default, shipping price can be set only per currency. Changing the price group combo only selects the current price group, but doesn't provides a way to set up price per group.
Is there a default way I can configure two prices for the same currency within one shipping provider in uCommerce?
I think you should go for the Shipping methods, instead of the Price Groups.
If you can differenciate the customers by their country codes, you can set up different Shipping Methods. Each applicable only to the relevant countries.
But if you only want one shipping method, then another approach would be to implement a new IShippingMethodService, that calculates the shipping cost based upon the customers country.
Different delivery price per destination
Hi.
I am working on a uCommerce based site that does delivery to a different countries.
There will be only one Shipping provider, called Default.
I need to configure around the situation, where Mainland UK delivery is free, whereas UK islands and Northern Ireland has a specific price per delivery.
I though initially that price groups are an ideal candidate for that, but I now see that by default, shipping price can be set only per currency. Changing the price group combo only selects the current price group, but doesn't provides a way to set up price per group.
Is there a default way I can configure two prices for the same currency within one shipping provider in uCommerce?
Thanks in advance,
Regards,
Max
Hi Max,
There are a couple of options available to you.
I think you should go for the Shipping methods, instead of the Price Groups.
If you can differenciate the customers by their country codes, you can set up different Shipping Methods. Each applicable only to the relevant countries.
But if you only want one shipping method, then another approach would be to implement a new IShippingMethodService, that calculates the shipping cost based upon the customers country.
Here is a link to some documentation about Building a custom shipping method service.
Kind regards,
Jesper
is working on a reply...