We have been testing out website and have an issue with the shopping cart. It works in the standard theme, just not jevelin.
On the IOS device it is fine, but on the android phone it is not.
The problem is, you cannot remove an item from the basket, so when a user wants to delete an item in their basket, they have no option to do this.
If you want to test please visit:
https://2020.fishnorth.co.uk/tickets/
Thanks
barry
Hi Barry
I hope you are well today and thank you for your question.
You can display the remove button on mobile by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (max-width: 800px){
.woocommerce-page #page-container table.cart td.product-remove {
display: block;
}
}
Best regards,
Shufflehound team
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.