FoxyCart / foxyshop

FoxyShop - WordPress plugin for FoxyCart
GNU General Public License v2.0
10 stars 8 forks source link

refactor: Use NumberFormatter to display prices #72

Closed rijarobinson closed 2 years ago

rijarobinson commented 2 years ago

Refactor to use NumberFormatter instead of the depracated money_format() function. It appears to me that we no longer need to use utf8_encode as the returned values appear to already be in the correct encoding. We may need to discuss this further.

Addresses #51