How to set prices in two currencies without using conversion rate?

Started by marcop0n, April 13, 2020, 19:08:58 PM

Previous topic - Next topic

marcop0n

Hello and thanks,
What I need easy (I think).

Basically I need 2 prices for one product, 1 price (ex. 100 euros) and 2 price (120 dollars).
But the problem is that when I put the prices it takes the conversion rate, how can I put like I want?

Thanks.

pinochico

if it was simple you wouldn't write here on the forum and you would have done it a long time ago: D

And how and where do you want them displayed?
If I wanted to show me two prizes, I programmed using override in the template, but that's not the only option.
www.minijoomla.org  - new portal for Joomla!, Virtuemart and other extensions
XML Easy Feeder - feeds for FB, GMC,.. from products, categories, orders, users, articles, acymailing subscribers and database table
Virtuemart Email Manager - customs email templates
Import products for Virtuemart - from CSV and XML
Rich Snippets - Google Structured Data
VirtueMart Products Extended - Slider with products, show Others bought, Products by CF ID and others filtering products

marcop0n

Hi,
In my cart I have 2 ways to pay, paypal and stripe.
The default currency is euros.
-If the user click in paypal the price must show in euros.
-If the user click in stripe the price must show in dollar.

Those two things are ok, but the problem is when chose stripe, the price displayed is dollars but it display the dollars with the automatic conversion rate.
I want to put the price for dollar anywhere with no conversion rate and this price display when when the user chose stripe.

Make sense??

Thanks.

jjk

Not exactly what you are asking for, but consider to override the automatic exchange rate being used by entering '1.20000' into the Exchange rate field of the United States Dollar currency settings. This way the exchange rate is fixed to 1 Euro = 1.2 dollars.
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

pinochico

Two prices by the product and fixed exchange rate in curency setup - I think is  that the way,
but it's still not clear :)
www.minijoomla.org  - new portal for Joomla!, Virtuemart and other extensions
XML Easy Feeder - feeds for FB, GMC,.. from products, categories, orders, users, articles, acymailing subscribers and database table
Virtuemart Email Manager - customs email templates
Import products for Virtuemart - from CSV and XML
Rich Snippets - Google Structured Data
VirtueMart Products Extended - Slider with products, show Others bought, Products by CF ID and others filtering products

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

marcop0n

Hi,
Thanks for you replies,
I put pricesbyCurrency=1 in the config file, then saved the config in administrator, but what is the difference, after it what can I see or what can I do in the products or where??

Thanks.

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

marcop0n

Hi, please check the images and you can see that it doesnt work like I want.

marcop0n

Hi, please check the images and you can see that it doesnt work like I want. SECOND PART
 

pinochico

www.minijoomla.org  - new portal for Joomla!, Virtuemart and other extensions
XML Easy Feeder - feeds for FB, GMC,.. from products, categories, orders, users, articles, acymailing subscribers and database table
Virtuemart Email Manager - customs email templates
Import products for Virtuemart - from CSV and XML
Rich Snippets - Google Structured Data
VirtueMart Products Extended - Slider with products, show Others bought, Products by CF ID and others filtering products


pinochico

www.minijoomla.org  - new portal for Joomla!, Virtuemart and other extensions
XML Easy Feeder - feeds for FB, GMC,.. from products, categories, orders, users, articles, acymailing subscribers and database table
Virtuemart Email Manager - customs email templates
Import products for Virtuemart - from CSV and XML
Rich Snippets - Google Structured Data
VirtueMart Products Extended - Slider with products, show Others bought, Products by CF ID and others filtering products

GJC Web Design

It may well not work as you want .. I have never had anyone request a system like yours  .. but we use fixed currency pricing on many sites
It works when the site currency is changed --
for your requirement I guess some bespoke coding is required but as pinochico mentioned  .. u should at least try with all 3rd party stuff disabled first..  for testing
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

marcop0n

mmmm, can I know where can I cancel or remove the conversion rate? in what file? what I need to do?

Thanks.