#Liam
1 messages · Page 1 of 1 (latest)
Cross-sell item are adjustable. Check this integration/preview
https://stripe.com/docs/payments/checkout/cross-sells#checkout-experience
By default the main products are not adjustable in Checkout Session
You can make these items adjustable too by following this guide:
https://stripe.com/docs/payments/checkout/adjustable-quantity
I have added a cross-sell item, I couldn't see any option to make the cross-sell item adjustable quantity. When trying to increase the quantity I just get the error 'This item is limited to 1 per order'.
In the demo it also looks like the + button on the update quantity modal looks to be greyed out
Ah sorry, I missed that. Actually it's mentioned in the documentation:
The quantity of cross-sell line items cannot be adjusted. The current maximum is 1.
https://stripe.com/docs/payments/checkout/cross-sells#checkout-experience:~:text=The quantity of cross-sell line items cannot be adjusted. The current maximum is 1.
No worries, I saw that but I thought it was referencing that you could only have a single cross-sell item per checkout session. Thanks for looking