Issue Regarding Product Variants
-
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.
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
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
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
The topic ‘Issue Regarding Product Variants’ is closed to new replies.