Home Forums WoodMart support forum Dyanamic Discount

Dyanamic Discount

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #657963

    cbbcwonders200124
    Participant

    Hi We have set up a dyamnic discount as per the screen shot
    https://prnt.sc/MNVGeYaxDuA4
    Now it should work like 3-5 some discount and then 6-10 some discount and from 11+ some more discount, but in the last set of products it given zero discount, this should not be , it has to end with the maximum discount
    3-5 Discount 5 %
    6-10 Discount 8 %
    11+ Discount 10 %

    #658019

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wd-dynamic-discounts table tbody tr:last-child {
        display: none;
    }

    Best Regards,

    #658058

    cbbcwonders200124
    Participant

    You have not understood the problem, this we already did, but this does not solve the issue which I raised

    #658136

    Hello,

    The issue of the 11+ quantity showing 0% discount is likely due to how the last range is configured in the table. The range starts at 11 and has no upper limit (leave it blank), The discount type is set correctly to “Percentage”, The value is set to 10 for 10%.
    Table configuration: https://ibb.co/tMjd1TLF

    Result: https://ibb.co/vCknRr8b

    Best Regards,

    #658146

    cbbcwonders200124
    Participant

    Ok thanks for the clarification

    #658168

    Hello,

    You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

Viewing 6 posts - 1 through 6 (of 6 total)

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