< 1 min read
Add following code in child theme functions.php file to remove 0 for decimal price on checkout page –
add_filter( 'rtcl_payment_price_trim_zeros', '__return_true' );