Open abemedia opened 8 years ago
When I use the following settings the decimal char is ignored.
simpleCart.currency().decimal = ','; simpleCart.currency().delimiter = '.';
E.g. if I have one product with the price €24,99 in the cart it tells me the subtotal is €2.499,00
When I use the following settings the decimal char is ignored.
E.g. if I have one product with the price €24,99 in the cart it tells me the subtotal is €2.499,00