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”