Have you ever needed to create “buy now” links to share on social media or email campaigns? Now, you don’t need a plugin for that.
One of the most interesting features of the new WooCommerce 10.0 is the “shareable checkout” function.
It lets sellers create special links that redirect users to the checkout page, fill the cart with specific products and apply a coupon.
How to create shareable checkout links?
It’s easy.
First, make sure that you use WooCommerce 10 or newer.
Next, add to the end of the address of your store /checkout-link/?products=1111:2
Replace 1111 with the ID of the product you want to add to cart (or a variation) and replace 2 with the number of items you want to put to the cart. You can also add multiple products by separating them with a coma, like that 1111:2,3333:1
Finally, if you also want to apply a coupon, add to the end &coupon=your_coupon_name
How to track these orders?
Checkout created this way will be tracked by WP Full Picture automatically. No need to do anything.