Home Forums WoodMart support forum Dynamic discounts for variable products

Dynamic discounts for variable products

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

    minde
    Participant

    Hello,

    Dynamic discounts work perfectly for simple products, but for variable products, it’s a little bit sketchy. How can I use dynamic discounts if I have one variable product with different sizes like L, XL, XXL? Specifically, I want to apply a 20% discount if someone buys more than 5 XL T-shirts. However, for sizes L and XXL, there should be no discount applied. How can I set up this configuration?

    #501160

    Hello,

    I am checking the product you provide as a sample, I have added 22kg to the cart and I see one kg is calculated at 112.90.

    I checked the discount you have configured: more than 21 should be applied 25.23 % discount for attribute item 160 5/25 which makes = 151,00 – 38,097 (25.23 % discount) = 112.90 per kg and the same I see in the shopping cart: https://gyazo.com/a207aa81db3d9d4f7cc06b47eced9835

    Please check this manual to find instructions on how to configure the discount as you need: https://xtemos.com/docs-topic/dynamic-discounts/ or let us know how it should be we will help.

    If you have any questions please feel free to contact us.

    Best Regards

    #501176

    minde
    Participant

    Yes, I have checked the instructions.

    Please choose the variable product “80L 5/15.” – the table shouldn’t be visible for this product as it has no discount. An image is attached for reference.

    Problem 2: We have activated prices only for logged-in customers. However, the discount table is visible for both logged-in and non-logged-in customers. Can you fix this?

    For now, I added custom CSS as follows:

    .wd-dynamic-discounts {
    display: none;
    }

    .logged-in .wd-dynamic-discounts {

    display: block !important;
    }

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

    Hello,

    You have a great deal of discount conditions since I checked the site.

    Most likely you have included this product by ID or else, please double-check.

    I check the attribute ā€œ80L 5/15.ā€, there are two products, one of them has the table and another one does not: https://gyazo.com/1ef27740b93c72c10193b4b0ab5bc2ed

    I am afraid the discount table cannot be hidden for users not logged in.

    If you have any questions please feel free to contact us.

    Best Regards

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