Tuesday, 15 August 2017

WOOCOMMERCE: REMOVE THE .00 TRAILING ZERO'S FROM PRICES

Here it the working code and you need to add this into your functions.php file:

add_filter( 'woocommerce_price_trim_zeros', 'wc_hide_trailing_zeros', 10, 1 );
function wc_hide_trailing_zeros( $trim ) {
    return true;
}

No comments:

Post a Comment

Google Map Filter Api Example

Here is Google Map Filter Api Example: