Home Forums WoodMart support forum I don’t want the variation with stock = 0 to show on the Product page.

I don’t want the variation with stock = 0 to show on the Product page.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #387471

    Hello
    I don’t want the variation with stock = 0 to show on the Product page.
    Example : all the size with “Beige Rose” Color are out of stock, I don’t want the Beige Rose color to show up on the product page.

    #387505

    Hello,

    Please try adding the following custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-swatch.swatch-disabled {
        display: none;
    }

    Best Regards

    #387787

    Hello,

    It works , Thank You

    I want the image of my product to change, when I choose a color without choosing the size.
    So the user can see the product in all the colors available before choosing his size.

    Best Regards,

    #387830

    Hello,

    You are Most Welcome.

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Best Regards

    #387834

    Hello,

    is this option can be available in the next update of the template ?

    Best Regards,

    #387858

    Hello,

    I have forwarded it as a feature request to our development department. If they find it useful then we will consider adding it in our future update.

    Best Regards

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