WooCommerce Cart Display

Hello!

I noticed that when adding items to the cart in desktop view the following table descriptions do not show up: Product, Price, Quantity, and Subtotal. The actual values show up but the title of what each column is does not.

I can see it to the left when in mobile view so it seems that it’s desktop views that’s having issues. I would just like those elements to be displayed so that people don’t get confused with the price and subtotal in the main table.

I included the screenshots below.

Thank you!

Hello Olivia,

Thanks for reaching out.

Do you want to display them like this?

The table heading was hidden on larger screens because of this built-in styling.

[class*=woocommerce] .cart.shop_table thead {
    display: none;
}

To display them, you need to modify the code above, change the display to block, and then add CSS code into X > Theme Options > CSS.

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.