Decimal separator for $discountAmount
-
Hi there,
In the tiered-pricing-table.php file (and other), you have this line of code:
esc_attr( round( $discountAmount, 2 ) )You should rather use the number_format function instead of round in order to respect Woocommerce settings regarding decimal separator.
Best Regards,
Peter
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Decimal separator for $discountAmount’ is closed to new replies.