sivadass / react-shopping-cart

Easily integrate React Shopping Cart into your existing website without using Redux.
https://sivadass.github.io/react-shopping-cart/
MIT License
578 stars 262 forks source link

Cart item quantity Singular and Plural labels. #3

Closed sivadass closed 7 years ago

sivadass commented 7 years ago

When quantity of added is equal to 1, show it as 1 No., when it is greater than 1, show it as X Nos..

sivadass commented 7 years ago

Fixed the issue.