Hide SKU, price - by squirrel - on WordPress WooCommerce support

This topic has 5 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Robert Hall

  • Avatar: squirrel
    squirrel
    Participant
    April 30, 2016 at 14:11

    Hello,

    I would like to hide sku’s and pricing on all pages including the cart. The final price will be confirmed manually via email after the order is placed.

    4 Answers
    Avatar: squirrel
    squirrel
    Participant
    May 2, 2016 at 10:11

    Any ideas?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 3, 2016 at 07:33

    Hello,

    Please try to add this code in Global Custom CSS.

    .price,
    .shop-table .table-bordered td.product-price span, .shop-table .table-bordered td.product-subtotal span{
    display:none;
    }

    Also navigate to Theme Options->Product Page Layout and disable ‘Show Price’ option.

    Regards,
    Robert Hall

    Avatar: squirrel
    squirrel
    Participant
    May 5, 2016 at 03:42

    Hi Robert,

    Thank you for assisting with the price issue. How do I get the sku to not display on product pages?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 5, 2016 at 07:23

    Hello,

    You can remove them in products settings->General. See screenshot: http://prntscr.com/b0g7a5
    or add the following code in Theme Options->Custom CSS->Global Custom CSS.

    .product_meta .sku_wrapper{
    display:none;
    }

    Regards,
    Robert Hall

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.