This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
Hi Eva and Jack
1. I am working on the cart area for my site and noticed the presence of the sidebar makes the totals/ product summary column squashed which starts to wrap some of the text making it ugly. I’ve tried to remove the sidebar with options but they don’t seem to work, however, there is no sidebar in the products pages.
2. I would like to change the comment at the top of the cart which says
‘buy more for extra savings’ where is that line area located please?
3. How do I remove the VAT from the cart page, or even better, say tax not applicable in smaller text?
site: http://werone.co/eng/cart/
Many Thanks 🙂
Kybalio
Hello,
1. I’ve edited Cart page and select “Without Sidebar” for “Sidebar Position” field in Page Layout box. Please check your Cart page now.
2. That text is added in Woocommerce > Settings > Bulk Discount tab > Optionally enter information about discounts visible on cart page.
3. Add this code in Custom CSS:
.cart_totals .tax-total {
display: none;
}
Best regards,
Jack Richardson.
thanks Jack, that worked well 🙂
Ky
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Cart Page Adjustments’' has been successfully resolved, and the topic is now closed for further responses