Luke Holder

Results 278 comments of Luke Holder

Was the change in 608770bf7303613c18a8c3faf284516fa31072f0 an attempt to solve this ticket?

Wow, I don't know how I didn't see this pull request... I cant pull it easily now as I have started to abstract geoip gateways in 1.2, but i will...

@brandonkelly do you mean the `order` being added to the `extraFields`?: https://github.com/craftcms/commerce/commit/a880bea6cc13b690507a8237891d17cb03b83236#diff-95df435f4aafb29ba3c6f6677aa982deR228

@Anubarak Just to confirm, where did you add the `order` field? to the Product or the Variant?

https://linear.app/craftcms/issue/COM-35/fix-field-descriptions-on-all-namedescription-fields-for-discounts

This will likely be due to the PHP session time. We moved to a cart cookie in Commerce 4 to get around this PHP session limit.

@Sam-Black-0013 Confirm this is broken and will look into a fix.

Please post all your tax rate rules (screenshot of the tax rate from the CP?), and well as the discount so we can try and reproduce.

Could you cache the API request using a hash of the information used to make the api request? This is what we do for the taxjar plugin: https://github.com/craftcms/commerce-taxjar/blob/master/src/adjusters/TaxJar.php#L119-L141 That way...

This is only a performance issue because you are using a live rates API for the shipping method price, that's the expensive part. Asking for the available shipping methods for...