Hi there ??
And also if its possible to hide the prices from cart. thank you
This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
?
/* Hide prices from cart */
td.product-subtotal, th.product-subtotal {
display: none !important;
}?
?
If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).
is it possible to have attributes in cart like this
At the moment, there’s no default option for that in WooCommerce, and setting that as the default would require quite a bit of additional coding. Please kindly note that this requires some custom coding – which goes beyond the scope of support we are able to provide in this forum.
If you do require more help with the actual coding, we’d recommend you hire a developer who can take a look at this, quote you for their services, and help you add this feature to your site. We’d recommend getting in touch with a web developer or one of the customization experts listed at https://woocommerce.com/customizations/.
Cheers!