You must be logged in to see replies to this topic. Click here to login or register
WOOMULTI_CURRENCY_F_Data not working with WooCommerce Multi Currency premuim version
$name ) {
if(!in_array( $code, array_keys( $settings->get_list_currencies() ) )){
unset( $currency_code_options[$code] );
}
}
}
foreach ( $currency_code_options as $code => $name ) {
if(in_array( $code, array_keys( $settings->get_list_currencies() ) )){
$currency_code_options[ $code ] = $name . ‘ (‘ . get_woocommerce_currency_symbol( $code ) . ‘) — ‘ . esc_html( $code );
}
}
?>
working only in free version
You must be logged in to see replies to this topic. Click here to login or register