PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]
Botoscope is currently in early access

Support Forum

You need to log-in to create request (topic) to the support

Confirm auto rates

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Can you confirm the following before we purchase.

That you can set a fixed price eg £200 via a shortcode and the system will use the current exchange rates and convert when switching to a different currency eg USD/Euro

So we only need to set the price in the default currency via the shortcode

Hello Mark

Yes, that is exactly what the [wpcs_price] shortcode does: https://wp-currency.com/codex

You set a fixed price in your default currency, for example [wpcs_price value="200"], and the plugin automatically converts and displays it in whichever currency the visitor has selected, using the current exchange rates.

If you want to set for each currency its own price and avoid recounting relatively of basic currency write smth like: [wpcs_price type=”fixed” value=”USD:15,EUR:20,GBP:45“] . If you want use meta field instead of attribute ‘value‘ write shortcode as [wpcs_price meta_value=my_price_field type=”fixed”] and value of meta field should has next syntax: USD:15,EUR:20,GBP:45

If you will miss value for any currency on the site front will be displayed word ‘none‘.

You only need to define the price once in your default currency. No need to set amounts for each currency manually.

Also read please: https://wp-currency.com/faq

 

Ok, but if i have 20 pages of different packages so 20 different prices what is the code to add to each page so that when currency is changed it will use the auto conversion?

 

 

ignore me - i misread it
[wpcs_price value="200"] is the price of the package eg 200 euros and the euros is set as the default currency.

Hello Mark

Welcome!