Hi,
(Using ShopSite Pro 8.2.1.1)
I'm shipping from Canada, when I ship to the US via UPS I need to add a $35 handling fee, but for orders shipped within Canada I don't want the handling fee. Does anyone know how I can do this? I wouldn't mind a workaround either, the extra charge could be included in the shipping line for US orders...
Handling by country
The only way to do this would be with a custom shipping API script in a Pro store. The built-in UPS rates cannot be altered based on location. You could only apply a global handling charge that would affect all shipping options.
You could use a surcharge option that US customers would choose. You could use javascript in the CheckIt function to enforce it being selected by customers who have the US selected as their ship to country.
You could use a surcharge option that US customers would choose. You could use javascript in the CheckIt function to enforce it being selected by customers who have the US selected as their ship to country.
LexiConn
[url=http://lexiconn.com]ShopSite Host[/url]
[url=http://lexiconn.com/whitepapers.html]How to Get the Most Out of ShopSite[/url]
[url=http://lexiconn.com]ShopSite Host[/url]
[url=http://lexiconn.com/whitepapers.html]How to Get the Most Out of ShopSite[/url]
Thanks Rob... not what I wanted to hear but still very useful. I guess I need to find myself a developer. -Skiprobm wrote:The only way to do this would be with a custom shipping API script in a Pro store. The built-in UPS rates cannot be altered based on location. You could only apply a global handling charge that would affect all shipping options.
You could use a surcharge option that US customers would choose. You could use javascript in the CheckIt function to enforce it being selected by customers who have the US selected as their ship to country.