Home Forums WoodMart support forum Product Colour Variants

Product Colour Variants

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #89144

    ZaheerS
    Participant

    Hi, I cant seem to get the products to show the variants of colours like in the theme. Not sure what am I doing wrong. I have added multiple colours on the product using the attributes.
    See below:
    https://nationaldisplays.co.za/dev/product/wooden-blouse-h11/

    It just shows under additional information. Not as image thumbnails. Please help

    #89147

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please navigate to Dashboard -> Products -> Attributes -> Color -> Configure iterms, enable swatch as shown http://prntscr.com/jskm29

    Navigate to Theme Settings > Shop > Attribute swatches > choose pa_color (your color attribute) and enable “Use images from product variations”

    Make sure each variation in a variable product has an image: http://prntscr.com/kk870w

    Best Regards

    #89173

    ZaheerS
    Participant

    I have done that but still not winning. will you be able to check and advise using the login below

    #89200

    Hello,

    Please update your theme and plugins related to the theme. https://xtemos.com/docs/woodmart/update-theme-2/

    Best Regards

    #89232

    ZaheerS
    Participant

    I have done the update. Do we have to add prices to have the variations in colour. I removed the prices and the colours disappeared. Also it is not showing the colours on the product page.

    #89254

    Hello,

    Navigate to the Theme Settings > Shop > Catalog mode > disable

    And add the prices to the variations

    Best Regards

    #89267

    ZaheerS
    Participant

    I want Catalog mode enabled. I don’t want add to cart and I don’t want to show pricing. I updated the theme but the colours are only showing when you put an item price. can this not be displayed even if you don’t have pricing attached to the item?

    #89298

    Hello,

    The Catalog mode by its nature does not suppose prices and variation choice, it just provides information upon existing of a product. Product Gallery shows the variety.

    Best Regards

    #89316

    ZaheerS
    Participant

    So will I not be able to use the colour codes circles without showing prices?

    #89338

    Artem Temos
    Keymaster

    If you don’t want to show prices we can give you a CSS code to hide them from your website.

    #89371

    ZaheerS
    Participant

    please provide me the code so that I can still use the colour filter options in my catalogue.
    thanks

    #89373

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    body .website-wrapper .price {
    	display: none;
    }

    Regards

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