How to add product to cart using link from blog

I would like to generate a links so user could easily from blog page to add product to cart.

I know about

  1. <p><a href="http://your-store.com/cart/70881412:1">Buy this item</a></p>
    

    but it redirect direct to checkout page

Is it possible to have a link which will just add product to cart and implement discount code.

Thanks

Hey, @resboss

What you are looking for are known as pre-loaded cart permalinks. We actually have a step-by-step guide here on how you can create them. This will allow you to copy/paste them into your blog posts for visitors to click on and quickly make a purchase.

If there is anything else I can help you with, please let me know.

but I just need to add to card not to redirect to checkout page. Is that possible?

here you go -

https://{store-name}.myshopify.com/cart/add?id={variant-id}

we made a tool and tutorial about it: https://www.youtube.com/watch?v=E9DC631wYuU