Jump to content

Change vat when changing language


Recommended Posts

Hi,

 

I'd like to have different default countries in the checkout depending on language. So when you click the norweigan flag (in my example) - the country in the checkout should be Norway and not Sweden. This is mostly because of the change of VAT

 

Is that possible?

Link to comment
Share on other sites

our multidomain pro module allows you to change the default country, but you would need to have different domain names. That in itself is not real hard to do. ie someurl.se anotherurl.fr or se.yourexistingurl fr.yourexistingurl

 

You could either use our pro module (see my signature) or modify the language picker to switch your default PrestaShop country on the fly. Configuration::set('PS_COUNTRY_DEFAULT', 'iso_country');

 

You then would in either case (and I'm not exactly sure about this) set up your taxes for each country and then associate them to the product..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...