Skip to content

Instantly share code, notes, and snippets.

@zakhardage
Created January 16, 2020 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zakhardage/86ed8cfb4345fb9dbd6bcf982f61c55d to your computer and use it in GitHub Desktop.
Save zakhardage/86ed8cfb4345fb9dbd6bcf982f61c55d to your computer and use it in GitHub Desktop.
price change
var price = '$'+parseFloat(variant.price/100).toFixed(2);
$('.product-price').text(price);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment