Created
January 16, 2020 05:33
-
-
Save zakhardage/86ed8cfb4345fb9dbd6bcf982f61c55d to your computer and use it in GitHub Desktop.
price change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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