This topic has 2 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Tony Rodriguez
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
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
Tagged: product name, product variations, remove cart sku, space, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up