Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
can someone tell me how to redirect the customer straight to checkout after they add an item to cart. does anyone have the css/code for it? i'm on origin theme. my website is www.ceool.co.uk
Hi,
To implement that feature, you can customize code use Javascripts to handle it.
Checking if user add to cart success then location.href = "/checkout"