Is there any jQuery plugin that does this kind of work in the shopping cart icon?
You can simply count how many products are added (assuming this exists within some element of the shopping cart), and add that content to the icon with a <span>
tag, styling with CSS - without the need for a specific plugin .