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

round price to 99 cents cause Fatal Error (using premium version)

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.

Hi, When I add the code as it described in the following page..
https://currency-switcher.com/how-to-round-price-to-99-cents/

my website become inaccessible showing show the WP fatal error page.

Site Detail:
WordPress version 5.4
PHP version 7.3.13
Current theme: Rehub child theme (version 9.4)

Error message: syntax error, unexpected

but I was sure of the syntax. any suggestions?

Regards

Okeh

Hello

maybe these are invalid characters when formatting

Try  it:

add_filter('woocs_raw_woocommerce_price', function($price) {
return round($price + 0.01) – 0.01;
});