Home Forums WoodMart support forum Dyanamic Discount

Dyanamic Discount

Viewing 3 posts - 1 through 3 (of 3 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

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