This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
1. When we use variable products, appear “SKU:N/A” (on regular products it’s not appear). we don’t want to display this field at all. we set the we don’t manage stock
2. Where can we define “Related products” or is it automatically?
3. “Load more products” button doesn’t work.
4. I would like to disable the option to increase pictures (disable the icon)
thank you
Hello,
1. Please add this code in Theme Options > Styling > Custom css:
.single-product .sku_wrapper {
display: none !important;
}
2. Please read this article https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/
3. Make sure that you set correct settings for the plugin according to theme documentation –
https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
4. Theme Options > E-commerce > Single Product Page > Lightbox for product images > Off.
Regards
You must be logged in to reply to this topic.Log in/Sign up