How to convert price programatically
-
Hello
i used this snippet:
global $woocommerce_wpml; if( !empty( $woocommerce_wpml ) ){ if( property_exists( $woocommerce_wpml,'multi_currency' ) ){ $fee = $woocommerce_wpml->multi_currency->convert_price_amount($fee); } }but this not working anymore. Convert_price_amount get fatal error.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘How to convert price programatically’ is closed to new replies.