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.