• Resolved vagrantweb

    (@vagrantweb)


    I want to create a tiered discount based on cart subtotals.

    Spend $99, save 10%
    Spend $149, save 15%
    Spend $249, save 20%

    I set that up, but the discounts are compounding. Example, if I have $150 in my cart, the discount is 25% (10% + 15%).

    How can I set this up?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support ijas

    (@ijasacodez)

    Right now we don’t have option for tiered pricing anyways you can set Rules (Rules and Restrictions tab) to set different combinations for each discount.

    For ex:
    1st Discount:
    Discount type – percentage of cart total
    Discount value – 10%
    Now navigate to Rule and Restrictions tab, add a group with
    – Cart total great than or equal to 99 (AND)
    – Cart total less than 149

    2nd Discount:
    Discount type – percentage of cart total
    Discount value – 15%
    Now navigate to Rule and Restrictions tab, add a group with
    – Cart total great than or equal to 149 (AND)
    – Cart total less than 249

    3rd Discount:
    Discount type – percentage of cart total
    Discount value – 20%
    Now navigate to Rule and Restrictions tab, add a group with
    – Cart total great than or equal to 249

    Hope this helps.
    Thanks

    Thread Starter vagrantweb

    (@vagrantweb)

    Thanks, that makes sense and works properly.

    On another note, I can’t get the table to show up on the product page.

    Plugin Support ijas

    (@ijasacodez)

    Pricing table if only available for quantity based rules, in your case we have multiple discount rules. May be you can add an custom html table with the discount details. Woocommerce do have hooks for placing custom codes/content on the product page. If needed we can help you with the same (sharing some codes for displaying content).

    Plugin Support ijas

    (@ijasacodez)

    Since there is no recent activities to this thread, I’m marking this as resolved. Please feel free to open a new thread if you have any further questions.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Spend $99, save 10% Spend $149 save 15%, etc’ is closed to new replies.