nviitala
nviitala
+1, this would be a great feature
In addition to extensions ("fileUrl.indexOf(".jpg")") user might need to supply files without extensions (eg. server side is rendering the image with permission checks) or as base64. For me, I am...
Having the same problem
Seems that the cart final total doesn't also use the WC_DISCOUNT_ROUNDING_MODE. In our case, we have: define('WC_DISCOUNT_ROUNDING_MODE', PHP_ROUND_HALF_UP); Subtotal: 70.28 Discount: -8.79 (8.785 unrounded) Cart says that final total would...