This topic has 3 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Martine
Hi!
Please check this video: https://www.loom.com/share/16cc595c4ccc4dfda9e73fa3bc35cda2
The quantity is not shown in the cart. Not on the product page and not on the checkout page. When I look through yellow pencil, the color is just black. Why is this not shown?
Credentials attached.
Hello,
using inspector we can find the real reason of it -> https://prnt.sc/nbpe4ucWli5f https://prnt.sc/IhRUE1am41JZ
Your global settings which make such issue -> https://gyazo.com/342081ec33dd3ba0afb6aaa0813bee1b
To solve it you have 2 variants:
1/ Add custom CSS for quantity inputs to prevent adding those global paddings for this input by adding next custom CSS to Theme Settings -> Theme Custom CSS -> Global CSS:
div.quantity>input[type=number], td.quantity>input[type=number] {
padding: 0 !important;
border-radius: 0 !important;
border-left: none !important;
border-right: none !important;
}
or
2/ Change global settings here -> https://gyazo.com/342081ec33dd3ba0afb6aaa0813bee1b because your big paddings make quantity input text not visible.
Regards
Changed the global settings (came with template, I guess?). Thankyou!
Tagged: cart, checkout page, product page, quantity, templates, woocommerce, wordpress
The issue related to '‘The quantity is not shown in the cart on product page en checkout page’' has been successfully resolved, and the topic is now closed for further responses