Okay
  Public Ticket #3645403
Free Product
Closed

Comments

  •  1
    Jim started the conversation

    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. 

  •  2,038
    WebWizards replied

    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

  •  1
    Jim replied

    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.

  •  2,038
    WebWizards replied

    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:

    5210237117.png

    -> Create a rule for a 100% discount on that product, if the cart total value is higher than the cost of the product:

    1292084712.png

    (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:

    1295451337.png

    However, this cannot force the product to be added to cart.