Hello!
Do we have the cart and checkout validations set to block orders placed through express checkout methods such as shop pay?
Hello!
Do we have the cart and checkout validations set to block orders placed through express checkout methods such as shop pay?
Hi Remy,
Cart validations can be used to block orders placed through express checkout methods like Shop Pay. However, it’s important to note that validation functions in Shopify are designed to enforce rules during the checkout process and will run automatically on all payment methods, including accelerated ones like Shop Pay.
To ensure that these validations are effective, especially when dealing with saved addresses or accelerated payment methods, it is recommended to use server-side validation functions.