Hello,
EURO is coming to my country and for some period of time all shops will have to show prices in two currencies at the same time. I know that virtuemart has currency selector, but it doesnt meet the requirments and we need to show two prices at the same time for each product. I didnt find any extension or thread in this forum, which could help me solve this, so starting a new one. Maybe someone has a solution for this.
I guess your exchange rate will be relatively stable during the intro so just in your template over-rides multiply your current local currency prices by the rate and display..
Quote from: GJC Web Design on August 19, 2014, 22:33:37 PM
I guess your exchange rate will be relatively stable during the intro so just in your template over-rides multiply your current local currency prices by the rate and display..
Yes, you are right, exchange rate will be stable during all this period. I understand how this can be achieved by modifing my template, but just theoretically. I lack some knowledge in programming, so maybe someone could help me with that. Basically i would need to modify few files where final price is displayed, right?
It would be like "finalprice" ("finalprice"/"fixed exchange rate"), right?
you just take the price you have and multiply it by a factor that gives you the correct Euro price. Then echo it.
basic php