Quantity Bar Missing in Checkout Cart Section, Bug?

Solved

Quantity Bar Missing in Checkout Cart Section, Bug?

pfenniger
Excursionist
18 1 7

I noticed that the quantity bar isn't appearing in the checkout cart section of my Shopify store. I’m using the Debutify theme, and despite enabling all relevant options, the quantity adjustment doesn't show up. Here's a screenshot of the issue: Gyazo Screenshot Link.

 

Accepted Solution (1)

namphan
Shopify Partner
2690 349 399

This is an accepted solution.

Hi @pfenniger,

Please go to theme.css file, change code here:

Screenshot.png

Code:

.product.section .product-quantity .product-quantity__input {
    display: none !important;
}

.product.section .product-quantity .product-quantity__button {
    display: none !important;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 2 (2)

pfenniger
Excursionist
18 1 7

bump

namphan
Shopify Partner
2690 349 399

This is an accepted solution.

Hi @pfenniger,

Please go to theme.css file, change code here:

Screenshot.png

Code:

.product.section .product-quantity .product-quantity__input {
    display: none !important;
}

.product.section .product-quantity .product-quantity__button {
    display: none !important;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com