Home Forums WoodMart support forum We have activated the dyanamic discount

We have activated the dyanamic discount

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #656874

    cbbcwonders200124
    Participant

    We have activated the dyanamic discount , but we dont want the row to be visible with no discount in the discount table how to do that, please see the screenshot
    https://prnt.sc/_4NjsCRnrzZW

    #656991

    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,

    #657007

    cbbcwonders200124
    Participant

    Ok thanks its working

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