Home Forums WoodMart support forum Discount Table

Discount Table

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #538224

    DEVPOM1234
    Participant

    Hello,

    How we can change the look of Discount Table ? I would like to have the title more small ?
    And the table more small

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

    Hello,

    Can you please share the page URL I will check and give you a custom css code.

    Best Regards.

    #538525

    DEVPOM1234
    Participant

    Hello,

    https://pomelo-creation.com/produit/carte-mots-croises/

    (Check in attachment what i want exactly please)

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

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-dynamic-discounts thead th {
    font-size: 10px;
    }
    .wd-dynamic-discounts {
        max-width: 50px;
    }

    Best Regards.

    #538782

    DEVPOM1234
    Participant

    Thank you for your help.
    The style is better, but do you know how can I do for create a info box style ?
    Like :

    Progressiv Discount until 15% (button info box that opena box who show the discount table of the product ? (exactly like my previous attachment)

    #539035

    Hello,

    Try to create a HTML Block (use discount table widget). Then create another HTML block and use the popup widget and select the Previous HTML Block in the popup widget:
    https://xtemos.com/docs-topic/html-blocks-usage/

    After add Navigate to Theme Setting > Single Product > Add to cart and select this HTML Block before or after add to cart button.

    Best Regards.

    #568213

    DEVPOM1234
    Participant

    Hello,

    Thank you, how can I do for show the block “Discount table, only if there is discount configurated ? But if there isn’t discount, block html do not show.

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

    Hello,

    Sorry, there isn’t an option in the theme settings to display this HTML block only for discounted available products. You disable it on the specific product.

    If you have any questions feel free to contact us.

    Best Regards.

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