commerce experts,
I'm developing an e-commerce website using WordPress and WP e-commerce. All works fine but I have a little problem.
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