0

In WooCommerce, I would like to add to cart with a coupon from a URL Link.

How this can be done? Is it possible?

halfer
  • 19,824
  • 17
  • 99
  • 186
Davideg
  • 841
  • 4
  • 14
  • 23
  • You can use the code [from this answer](https://stackoverflow.com/a/48225502/3730754) Then your Add to cart URL will be something like: `http://www.example.com/?add-to-cart=37&coupon_code=mycouponcode` *(where `mycouponcode` is your coupon code name)* – LoicTheAztec Mar 09 '18 at 10:16
  • Thanks Loic, I`m trying to add 2 products to the cart and add the coupon, but using your URL is not working, it only adds the products without the coupon – Davideg Mar 09 '18 at 14:49
  • Please explain how do you add 2 products in cart from an url in your question editing it… Without that clear information and related details, is not possible to test anything. – LoicTheAztec Mar 09 '18 at 14:54

0 Answers0