Vedanshu Jain
Vedanshu Jain
Looks like we save customer_note as a post_excerpt, which does not have corresponding field in the order table. So this issue also scopes adding that field in the database and...
Thanks for the enhancement request, looks like [minlength or pattern is not supported at the moment](https://github.com/woocommerce/woocommerce/blob/trunk/includes/wc-template-functions.php#L2668). I am marking this as a low priority for now, in the context of...
looking at failing tests
@jorgeatorres ready for review now
Temp commit to address this https://github.com/woocommerce/woocommerce/commit/de541c9f86c129b02342cf03500750abecd88231
> For reasons unknown, the _new_order_email_sent property is meant to be persisted as the string "true" (not as yes/no nor a boolean) I see; thanks for catching it. Seems like...
Oh my, agree with all your points. I have added testcases to manage this complexity for both [CPT data store](https://github.com/woocommerce/woocommerce/pull/34627/files#diff-09eea5d10397a66c2d0ef0be7de5e9457e520da176a350f1c859e6e1626f581cR133-R179) and [order table store](https://github.com/woocommerce/woocommerce/pull/34627/files#diff-b1e9beb010bd1b0876aeb1d0ee57cbd0e818998036fffc953b43f2afcd595fc6R1182-R1214). I think this should cover all...
Hey @loulemos, as a general rule you would need to display prices as they are entered to prevent rounding issues. For example, in your case, since you are displaying prices...
Hey @joashrajin, > When I manually calculate 109,44 € * 10, it should be 875.52 €. Shouldn't this be 897.05 (calculated from 1094.4 / 1.22), as the total price is...
Hey, > Are you telling me that to solve the problem you have to enter the prices excluding VAT? No, not necessary, although it would solve the problem as well....