October 16, 2017 at 12:38 pm
couple of issues
cannot remove product from cart on mobile because the X is removed on mobile in the cart, and its not possible to set the min max quantity to 0 becuase there is a restriction on the min order requirement.
have added a
@media (max-width: 767px){
.shop_table .product-remove {
width: 100%;
}
}
@media (max-width: 479px){
.shop_table .product-thumbnail {
width:10%;
}
}
to include the X on mobile device, but not sure if its cross browser device displaying correctly
*Login to see link
Ok on full screen the x next to item is availabe next to order line to remove it.
go to this page
*Login to see link
——————- also on category page, the count is not automatically set when you select 3-5 for example, you have to manually increase the count. (works fine on the product page)
*Login to see link
————————————–
*Login to see link
*Login to see link
*Login to see link
*Login to see link
*Login to see link
————-
contacted woocomerece they suggested i set up a stagiing site as it could be theme specific, but its a lf of hassle fro me to set up a staging site to test this, can you confirm its not theme specific issue?
cheers, lee