How do I remove the sku and su on cart page

This topic has 2 replies, 2 voices, and was last updated 1 years ago ago by Tony Rodriguez

  • Avatar: padel
    padel
    Participant
    March 28, 2023 at 17:52

    https://prnt.sc/GILBkf8-44th
    How can I remove sku and su. See screen shot.
    What is SU?

    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    March 29, 2023 at 05:56

    Hello @padel,

    If you would like to remove the SKU from the cart page, you can use the Custom CSS code provided below. Please copy and paste the code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and clear your browser cache to view the changes.

    .woocommerce-cart form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents thead tr th.product-sku {
        display: none !important;
    }
    .woocommerce-cart form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-sku {
        display: none !important;
    }

    The result should look like this: https://postimg.cc/4YSB3BH1

    Please confirm if you would still like to remove the SU, as it is the Subtotal so that we can provide you with the necessary Custom CSS.

    Best Regards,
    8Theme’s Team

  • Viewing 2 results - 1 through 2 (of 2 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.