We are running a sale and if a customer buys any item we are giving away a specific item. I was looking at "dynamic price" but it does not have the option to add products automatically to the cart.
If you had such an offer, you could use its shortcode to display it anywhere, including on a product description, or on any page.
Other than that, indeed B2BKing cannot force add a product to cart.
You could configure some kind of dynamic rule such as a discount, or a BOGO rule (e.g. if a user buys 10 pieces, then 1 is free), but none of these rules can force add a separate product to cart.
I see Buy X get 1 Free - couldn't the rule be Buy any item get this item free?
B2BKing's BOGO only support the same product as free, but cannot set a different product (it can only be something like "buy 5 sweaters, get 1 sweater free".
If you want to configure "get this specific item free with any purchase", I suppose you could set it as follows:
-> The 'free' item must be limited to 1 per order:
-> Create a rule for a 100% discount on that product, if the cart total value is higher than the cost of the product:
(so if the free item costs $20, the condition should be > 20)
Then if you have any other item + the free item in cart, it is free via discount:
However, this cannot force the product to be added to cart.
We are running a sale and if a customer buys any item we are giving away a specific item. I was looking at "dynamic price" but it does not have the option to add products automatically to the cart.
Hello Jim,
I think probably the closest option would be to use Offers ( https://woocommerce-b2b-plugin.com/docs/offers-2/ ) and create basically a bundle such as 10x item A + 1x item B free.
If you had such an offer, you could use its shortcode to display it anywhere, including on a product description, or on any page.
Other than that, indeed B2BKing cannot force add a product to cart.
You could configure some kind of dynamic rule such as a discount, or a BOGO rule (e.g. if a user buys 10 pieces, then 1 is free), but none of these rules can force add a separate product to cart.
Kind regards,
Stefan
I see Buy X get 1 Free - couldn't the rule be Buy any item get this item free?
I just do not see a way to add the free item.
I see Buy X get 1 Free - couldn't the rule be Buy any item get this item free?
B2BKing's BOGO only support the same product as free, but cannot set a different product (it can only be something like "buy 5 sweaters, get 1 sweater free".
If you want to configure "get this specific item free with any purchase", I suppose you could set it as follows:
-> The 'free' item must be limited to 1 per order:
-> Create a rule for a 100% discount on that product, if the cart total value is higher than the cost of the product:
(so if the free item costs $20, the condition should be > 20)
Then if you have any other item + the free item in cart, it is free via discount:
However, this cannot force the product to be added to cart.