Skip to content

Instantly share code, notes, and snippets.

@mjoey
Last active August 29, 2015 14:04
Show Gist options
  • Save mjoey/85281c2721a75fe85aa5 to your computer and use it in GitHub Desktop.
Save mjoey/85281c2721a75fe85aa5 to your computer and use it in GitHub Desktop.
[For Blog][Magento]Format Price in Js
<?php $format = Mage::helper('core')->jsonEncode(Mage::app()->getLocale()->getJsPriceFormat());?>
var price = formatCurrency('99.99',<?php echo $format ?>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment