Repository Forums Support WooCommerce Extended Coupon Features PRO Buy 2, Pay 1 allow multiplication

Topic Resolution: Resolved
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1822
    info46
    Participant

    Hi, how I can set this scenario? The cheapest or same price are free with multiplication.

    Buy products A,B,C,D

    Checkout:
    A = 12€
    B = 13€
    C = 13€
    D = 20€

    Apply coupon should give total 33€. The cheapest two A+C (25€) are free.

    Thanks a lot.

    #1823
    Soft79
    Keymaster

    GENERAL: Discount type: Percentage discount
    GENERAL: Coupon amount: 100 %
    USAGE RESTRICTION: Minimum quantity of matching products: 2
    USAGE LIMITS: Limit discount to: Every nth item

    #1829
    info46
    Participant

    Set as describe but the it’s only partly working.

    Checkout:
    A = 17€
    B = 13€
    C = 13€
    D = 20€

    Your usage rules give me this result: Discount is 30€ (A + B) but it should be the cheapest two = 26€ (B + C). I actually need always the cheapest products (B + C) to be discounted 100%. I tried with different values and eery time it’s not taken the cheapest products for free.

    #1830
    Soft79
    Keymaster

    Actually this is by design and fairer to the customer. Products are ordered by price (expensive -> cheap) and every 2nd item is discounted.

    Example:

    Cart:
    A = 20
    B = 19

    The 2nd item is free, so user pays only 20 €

    If the user now adds one product:

    C = 1

    I think it’s fair that the user would pay 21 € for the three items, and not 39 €

    #1831
    info46
    Participant

    Yes, you are right. But I would like to have this:

    Buy 2 = Pay 1 (cheapest 1 or same price free)
    Buy 3 = Pay 2 (cheapest 1 or same price free)
    Buy 4 = Pay 2 (cheapest 2 or same price free)
    Buy 5 = Pay 3 (cheapest 2 or same price free)
    Buy 6 = Pay 3 (cheapest 3 or same price free)
    .
    .
    But the only issue I have is that the script is not taking the cheapest product(s) or free/as a discount.
    But for business it makes only sense to give the cheapest ore same price for free/discount.

    #1832
    Soft79
    Keymaster

    The functionality of our plugin is “Buy 2 get the cheapest one for free” and will be be repeated for every 2 products in the cart.

    Unfortunately what you describe is not possible with our plugin.

    #1833
    info46
    Participant

    Is it possible you can adjust this with addtional php coding? I would like to pay for this feature.

    Thanks.

    #1834
    Soft79
    Keymaster

    Yes, this is possible. I will contact you through email.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.