Skip to content

Instantly share code, notes, and snippets.

@derrickrc
derrickrc / shopify_currency_helper.js
Created March 9, 2021 15:37
Javascript Shopify currency helpers
/**
* Currency Helpers
* -----------------------------------------------------------------------------
* A collection of useful functions that help with currency formatting
*
* Current contents
* - formatMoney - Takes an amount in cents and returns it as a formatted dollar value.
*
*/