Hello Friends, There is an OOTB component AddToCart for commerce which comes with input box to enter quantity and Add To Cart button It also has + and - button so you can manually increase and decrease quantity and the textbox will show quantity as per that Problem While working on the component i found out that when we enter the quantity manually into the box and if i try to increase and decrease its value using + and -, it was malfunctioning and not updating the quantity which was strange as without touching the textbox, it was working just fine Solution Well, Because of some of the code in javascript it was not working and, following is the old code which caused the issue and will also paste the new code which was changed and after that it started working We will need to edit catalog-productquantity.js full path of this item is /sitecore/media library/Base Themes/Commerce Components Theme/Scripts/Catalog/catalog-productquantity item , So go to this item in Sitecore, download it and ...
/* The only purpose behind the existence of this blog is to share as much as new technological things (which i think is new) */