Home Forums WoodMart support forum Issue Regarding Product Variants

Issue Regarding Product Variants

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

    z.william
    Participant

    I created variants for my product and set different images for each variant. However, when selecting a variant on the product page, the control displayed is a dropdown menu instead of the “Product Images” option set in the settings.

    And, I don’t want the SKU to be displayed on the product page. For products without variants, the SKU is not shown, which is great. But on product pages with variants, the SKU is displayed. How can I set it to properly hide the SKU?

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

    Luke Nielsen
    Keymaster

    Hello,

    1. Send me access to the admin panel so I can look closely at what is wrong there.

    2. You can hide the SKU through the code below:

    .single-product .sku_wrapper {
        display: none;
    }

    Kind Regards

    #654115

    z.william
    Participant

    OK

    #654239

    Luke Nielsen
    Keymaster

    Hello,

    The swatches will not work if they are defined manually – https://prnt.sc/HNN1jviBjx8f , it should be like here – https://prnt.sc/iyx8VXm-iXVC

    https://xtemos.com/docs-topic/variable-products-and-swatches/

    Then clear the cache and check how it works.

    Kind Regards

    #654442

    z.william
    Participant

    It worked!
    Thank you!

    #654480

    Luke Nielsen
    Keymaster

    Hello,

    Thank you for your confirmation. I’m pleased to hear the solution was effective and resolved your issue with the product variants and SKUs. If you require further assistance or have any other questions, please don’t hesitate to reach out.

    Kind regards

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

The topic ‘Issue Regarding Product Variants’ is closed to new replies.