Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
How can remove or change that text in the cart page?
Thanks
Hello,
This information is the information present in product options > Product Data > Attributes (screenshot). You can change it here. Or to remove the extra information of single products in cart page, add this code into your custom css menu:
.data-extra {
display: none;
}
Let us know!
Best regards!
You must be logged in to reply to this topic.