Shopping cart - Product contactor alert within the same

0

Is there any jQuery plugin that does this kind of work in the shopping cart icon?

    
asked by anonymous 02.04.2018 / 16:04

1 answer

1

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 .

    
02.04.2018 / 18:15