• Resolved benmackler

    (@benmackler)


    I want to be able to have the bagels on this page at a discount for 1, 2 and 3 dozen. The plugins I tried so far bring the price back to regular once it goes to 13 for example. I need to have it that if someone makes an order of 13 bagels(up to 23 bagels) they still get the discount of that first dozen and it doesnt just turn that discount off and they pay full undiscounted price.

    so for example if each bagel costs $1. 12 bagels should cost $12-$1 because the discount that u get 12 bagels for the price of 11.

    What plugin would do this for me?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you look into usage restriction options for built in coupons within Woocommerce? There is an options to create individual coupon for one product only with option to select minimum spend in your case 12$ to give away 1$.Give it a go.

    Plugin Contributor Niels Lange

    (@nielslange)

    Hello @benmackler,

    In addition to what @milkod2001 said, you could also create coupons that offer a certain percentage as discount. To offer 12 items for the price of 11 items, you can calculate the percentage as follows:

    DISCOUNT = 100 – 100 / 12 * 11

    In this case, the discount would be 8.33% and allow your customers to purchase 12 bagels for the price of 11 bagels.

    Thread Starter benmackler

    (@benmackler)

    Thanks so much. I found i could do what I needed from the regular coupon controls in woo commerce by just setting the upper and lower quantity limit and setting a flat fee. in addition I just added in a plugin that allows the coupons to be automatic discounts at check out if they are within those numbers….rather than having to put the codes.

    thanks again

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Discount control’ is closed to new replies.