Preview:
function add_currency_symbol_suffix($format, $currency_pos) {
switch ( $currency_pos ) {
case 'left' :
$currency = get_woocommerce_currency();
$format = '%1$s%2$s' . $currency;
break;
}
return $format;
}
add_action('woocommerce_price_format', 'add_currency_symbol_suffix', 1, 2);
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter