I have the ‘Require customers to log in to their account before checkout’ option enabled in my Shopify store, but I would like to allow the purchase of a specific product without requiring an account. A login will be needed if the cart contains this specific product along with other products. However, no login will be necessary if only this product is in the cart.
You could use a cart validation function to require that the customer is logged in based on specific items in the cart. Would require custom code. There may be existing apps that do this kind of thing - not sure off hand.
1 Like
@yanpantoja - You can achieve this using Shopify Functions for checkout validation. This will require someone experienced in Shopify development to implement. Alternatively, there are apps available that might offer this capability. I recommend starting with a search in the app store for “Checkout Validator.”
1 Like