Quantity in the cart should appear as non-editable unit

Quantity in the cart should appear as non-editable unit

rtmvp
New Member
4 0 0

rtmvp_0-1688592611274.png

Hi, Is it possible to have these +/- symbols removed but the quantity number could be displayed (as a non-editable) element, together with the trash can if a customer decides to remove the product from the cart? Thank you lots in advance.

Replies 3 (3)

PageFly-Richard
Shopify Partner
4971 1112 1795

Hi @rtmvp 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

 

Online Store ->Theme ->Edit code

Assets ->Base.css

.quantity.cart-quantity>.quantity__button:first-child {
    display: none;
}
.quantity.cart-quantity>.quantity__button:last-child {
    display: none;
}
cart-remove-button#Remove-1 {
    display: none;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

rtmvp
New Member
4 0 0

Hi,

 

This is not exactly what I am looking for because it makes quantity field editable whereas, I am seeking for static number display. At the same time I would need trash can to be active in order to delete products from the cart.

PageFly-Richard
Shopify Partner
4971 1112 1795

your problem has been solved, you can check again 😀

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.