Tagged: Cart, checkout, enfold, quantity, woocommerce
Hi there,
It appears that the quantity of items isn’t visible on the “Cart” or “Checkout” pages (mobile only) on our website. I spoke with WooCommerce and they said that the issue was theme related.
Any thoughts are appreciated, thanks!
Hey vantagepointmg,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive .shop_table .product-quantity,
.responsive table.shop_table .product-subtotal {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
That worked perfect, Victoria, thank you!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon