I need to remove / hide some things from product page.
-
Hello Sir, how are you ?
I need to remove / hide some things “Price, Discount Lable, Stock, Add to cart button, compare button, wishlist button, sku, category, share button” from product page.
also remove / hide this thing “Sorry, this product is unavailable. Please choose different combination” OR “out of stock” when product is not available.
Product Page Link: http://schatzclub.com/product/corsets-8/
Please see attachment file for better understanding.
Thanks
I also want to add “WooCommerce Variation Image Gallery”. IT IS VERY IMPORTANT. PLEASE HELP ME
THANKS
Hello,
Navigate to the Theme Settings > Product page > Images > Additional variations images > ON
Best Regards
Hello Sir, how are you ?
I need to remove / hide some things “Price, Discount Lable, Stock, Add to cart button, compare button, wishlist button, sku, category, share button” from product page.
also remove / hide this thing “Sorry, this product is unavailable. Please choose different combination” OR “out of stock” when product is not available.
Product Page Link: http://schatzclub.com/product/corsets-8/
Please see attachment file for better understanding.
Thanks
Attachments:
You must be
logged in to view attached files.
There is no “Additional variations images” option.
Please see attachment file…
Thanks
Attachments:
You must be
logged in to view attached files.
Also need to remove “back to products” & “Next Product Button” button from product page.
Please see attachment screenshot for better understanding.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please update your theme to find the option. Make the full backup of the site and follow the instructions provided https://xtemos.com/docs/woodmart/update-theme-2/
Here is the code to hiding elements as shown: https://gyazo.com/27fbd6fad2449035f5bfa1aaa7f1a355
body .product-image-summary .product-images .labels-rounded .product-label {
display:none;
}
body .product_meta {
display:none;
}
body .product-share{
display:none;
}
Best Regards