This topic has 4 replies, 2 voices, and was last updated 3 years ago ago by Rose Tyler
Good evening,
I have set everything globally as variable products that can only be ordered individually. I don’t have article numbers either.
However, the selection of the number of products to be ordered and the SKU appear in the quick view. How can I turn this off?
Hello,
Add this code in Theme Options > Theme custom CSS:
.quick-view-layout-default span.sku_wrapper {
display: none;
}
Regards
perfect the SKU is hidden. But I had also written that the number for put in the shopping cart is displayed. But we only have virtual products and storage is deactivated.
Thank you very much for the help
Hello,
Change the code to:
.quick-view-layout-default span.sku_wrapper,
.quick-view-layout-default .quantity{
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up