nextjs-commerce-tutorial icon indicating copy to clipboard operation
nextjs-commerce-tutorial copied to clipboard

Counter of added items

Open thefubon opened this issue 1 year ago • 1 comments

Hello. Could you please tell me Will you be able to add to your project a counter of added items near the cart icon?

Снимок экрана 2023-10-31 в 00 10 42

thefubon avatar Oct 30 '23 21:10 thefubon

Hi i don't if u have found a solution yet .if not copy and paste this code under the cart icon in your project it should solve your problem. {cartCount > 0 && ( <span className="absolute top-0 right-0 inline-flex items-center justify-center h-6 w-6 rounded-full bg-red-500 text-white text-xs"> {cartCount} )}

hollali avatar Jun 01 '24 15:06 hollali