notrab / react-use-cart

React hook library for managing cart state

Home Page:http://npm.im/react-use-cart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add currency formatting

notrab opened this issue · comments

Right now this library only handles raw prices, but it would be useful to format the raw price for a global cart currency and provide this meta data along with each item, and the overall cart totals.

Closing this as currency is really nothing to do with the underlining cart logic we're creating here.