This topic has 6 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Jack Richardson
I am having two issues. 1. When you are in the cart, if you add more than 10 items to the ‘Quanity’ box the numbers start to get cut off, and if you add a 3 digit number such 100 or more, than the 3rd figure in the number is completely cut off. 2. If you click on the ‘X’ button within the cart page to delete a product, the screen refreshes to an empty page with no options. If should however, refresh the user to an empty cart and ask if they would like to go to the product store page. Please advise…
Hello,
Use this code in Global Custom CSS.
.shop-table .table-bordered td.product-quantity .quantity input[type="number"] {
width: 70px !important;
}
If you click on the ‘X’ button within the cart page to delete a product, the screen refreshes to an empty page with no options. If should however, refresh the user to an empty cart and ask if they would like to go to the product store page. Please advise…
Try to disable third-party plugins, one of them caused issue.
Regards,
Robert Hall
Hi Robert,
I tried your code, but the CSS code does not seem to have an effect on the area for some reason. Please advise…
Hello,
I’ve added the code above. Please check it.
Regards,
Robert Hall
Robert,
Thanks for getting the code to work. It looks great.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Tagged: issues, persuasive, themes, woocommerce, woocommerce cart, wordpress
The issue related to '‘Issues with Woocommerce cart’' has been successfully resolved, and the topic is now closed for further responses