Home Forums WoodMart support forum I need to remove / hide some things from product page.

I need to remove / hide some things from product page.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #100000

    share32
    Participant

    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

    #100016

    share32
    Participant

    I also want to add “WooCommerce Variation Image Gallery”. IT IS VERY IMPORTANT. PLEASE HELP ME

    THANKS

    #100034

    Hello,

    Navigate to the Theme Settings > Product page > Images > Additional variations images > ON

    Best Regards

    #100037

    share32
    Participant

    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.
    #100039

    share32
    Participant

    There is no “Additional variations images” option.

    Please see attachment file…

    Thanks

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

    share32
    Participant

    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.
    #100083

    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

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