WP e-commerce: How to select the shipping costs calculation method according to delivery location

commerce experts,

I’m developing an e-commerce website using WordPress and WP e-commerce.
All works fine but I have a little problem.

Read More

I would like to select the shipping costs calculation method according to delivery location:

  • if the delivery location is local I would use the “Table rate” method
  • if the delivery location is internation I would use the “Flat rate” method

How can I add this feature?
Is there an extension (also commercial)?
Alternatively, where can I edit the PHP code?

Thanks

Related posts

Leave a Reply

1 comment

  1. Things may be slightly different depending on whether you are using the most recent version of wp e-commerce (I think its 3.8 something) – but it’s similar in 3.7

    In the shipping settings you can choose Flat Rate and then hit edit and set the shipping rates for continental US as well as other continents.

    Table rate refers to specific shipping rates related to a certain product, rather than its destination.

    There’s also a new(ish) plug in for setting other various fixed rates of shipping that you can find ->> http://wordpress.org/extend/plugins/wp-e-commerce-fixed-rate-shipping/

    Hope this helps you some