Currency Position Left Isn't Working
-
Hello There,
I am trying to set my currency position to left, but isn’t not working. In the system status, currency position is showing left. But on the site, it’s always right.I used filter to customize it like below:
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price_total_row', 20); function woocommerce_template_single_price_total_row() { global $product, $woocommerce; echo '<div class="total-row"> <p>Price per piece: <span>'. $product->get_price_html() .'</span></p> </div>'; }
Here is the site: https://smartfleece.dextel.net/product/woo-album-2/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Currency Position Left Isn't Working’ is closed to new replies.