VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: andy78lecce on November 29, 2013, 17:24:58 PM

Title: Different prices products virtuemart if the user selects a country
Post by: andy78lecce on November 29, 2013, 17:24:58 PM
Hi,

I'm working on a site for the commerce of flowers... I need a function that update the price of the whole shop i f the user select a specific country.

The example is in this site: http://www.italianflora.it/index.asp

If the user selects a different country from the destination country of default, the prices update.

Thanks in advance
Title: Re: Different prices products virtuemart if the user selects a country
Post by: andy78lecce on November 30, 2013, 13:39:03 PM
Ok, now I have a solution, i use the module "change currency" to reply the list of the country (my site use only euro as currency), so the problem now is that the conversion of the price is only in percentage (like the change tax), but I need an addition on the price (for example if I select France, all the price must have an add of € 20)

Thanks
Title: Re: Different prices products virtuemart if the user selects a country
Post by: GJC Web Design on November 30, 2013, 17:50:48 PM
wouldn't you be better using Tax & Calculation Rules for this by country?
Title: Re: Different prices products virtuemart if the user selects a country
Post by: andy78lecce on December 01, 2013, 09:01:04 AM
Yes, but if I set a calculation rule (for example FranceRule = ItalyPrice + € 20), how can I apply the rule before the product is in the cart?
I need a module that updates all the product prices directly on the homepage, for example, if I select a country.

Any idea?

Thanks