Remove the cart SKU column and add the SKU under the product variations to make space for productnam

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

  • Avatar: Raymond Koek
    Raymond Koek
    Participant
    February 21, 2023 at 22:09

    Hi 8Theme support,

    When you add some products and then look at the cart page and screendump (see link in private section) you will see the product (picture, product name and variations), then the price, followed by the SKU, quantity and subtotal.

    However, the SKU column takes up so much space that the product name appears with only a few letters underneath.

    Is there a way to remove the SKU column and add the SKU under the variations as with Color, Cup and Size and then in the same font size the SKU.

    That would free up the column for more text space for the product name.
    (See the example in the private section link under Screendump).

    Thanks in advance.
    Regards,
    Raymond Koek

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    February 22, 2023 at 08:35

    Hello Raymond Koek,

    Unfortunately, it is not possible to change the position of the SKU on the cart page, but you can remove that column using Custom CSS. Please copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and check back to your site after clearing the browser cache.

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

    .woocommerce-cart th.product-sku {
        display: none !important;
    }
    .woocommerce-cart td.product-sku {
        display: none !important;
    }

    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.