PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

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

Displaying cents to multiple decimal places

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.

I have a pricing table where I have the currency set to round to 0 decimal places for my standard charges. I am showing fixed rates for AUD, USD and EUR. However in my pricing table I want to be able to display a granular price to 3 decimal places. I can see your WooCommerce plugin seems to support precision=3 or similar, but this doesn't with WPCS.

Do I need to add a hook to WPCS? Or can it be done much more simply than that with a text operator that I just can't find on your site.

Screen grab of table available at https://www.dropbox.com/s/yxu8s8p9jlwmha3/2023-02-22_15-59-04.png?dl=0

Hello

Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png

You can  change  code  in  file - \wp-content\plugins\currency-switcher\index.php - https://share.pluginus.net/image/i20230222133539.png

The link to paste the license key is showing up as a server error.

To clarify my requirement, in one place in the pricing table I want the rounding to be $299 (i.e. no decimals). Elsewhere in the table I want to be able to show as $.084.

Is there not a simple operator such as this that I can add to the price - either to round the $299.00 to $299 or display $.084 correctly?

For example, [wpcs_price type=fixed value=USD:209,AUD:299,EUR:189 precision=0] or [wpcs_price type=fixed value=USD:0.084,AUD:0.120,EUR:0.076 precision=3].

Alternately, can I add a second instance of the currency as a custom currency and display the two cases that way?

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

Unfortunately there is no other solution.

I will pass this to the developers, maybe we will add this feature in the new version of the plugin