Home Forums WoodMart support forum ABOUT dynamic discount

ABOUT dynamic discount

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #562424

    terryji520
    Participant

    Why don’t I have a dynamic discount to set up?

    Attachments:
    You must be logged in to view attached files.
    #562689

    Hello,

    Navigate to Theme Settings > Shop > Enable the option “Dynamic Discount”.

    Please check this manual for more information:
    https://xtemos.com/docs-topic/dynamic-discounts/

    Best Regards.

    #562905

    terryji520
    Participant

    I only added two discounts for 2 and 4, why are there other quantities below? I just need to set these two discounts

    Attachments:
    You must be logged in to view attached files.
    #563061

    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.

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