Shipping Rate by Country?

Permalink Browser Info Environment
I see we can set a tax rate by state, and presumably by country. But is it possible to have a shipping option based on the country? For instance "US Shipping: $5; International Shipping:$10"

Thanks

Type: Discussion
Status: New
Metaglyphics
View Replies: View Best Answer
jb1 replied on at Permalink Reply
jb1
Hi

Good question.

Yes you can do so by keeping the state empty and that should default the rate country-specific.

Hope that helps.

JZ
Metaglyphics replied on at Permalink Reply
Metaglyphics
It seems that would apply a different tax rate based on country. But I'm looking to apply a different *shipping* amount for international orders.
Metaglyphics replied on at Permalink Reply
Metaglyphics
Digging a little further, it looks like the place to do this might be to have in the Shipping settings an option for Advanced (Address) that would allow some script along the lines of:

if (this.Country = 'Canada') {return 10.95;} else{return 5.95;}

Is it possible to do something like that?
jb1 replied on at Permalink Best Answer Reply
jb1
Hi

You're close enough. Try this:
if ( $('select[name="Country"]').val() == 'CA' ) {
return 10.95;
} else {
return 5.95;
}


Hope that helps.

JZ
Metaglyphics replied on at Permalink Reply
Metaglyphics
That works perfectly. Thanks.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.