Lowmax Posted September 25, 2022 Share Posted September 25, 2022 Site URL: https://jocarprices.com Hi, can someone advise me on how to change the currency symbol on my 7.1 site. I just want to change the $ to a different text. The following didn't work for me: .sqs-money-native:before { content:'JOD '!important; } <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> window.Squarespace.onInitialize(Y, function(){ $(".ProductItem-details .product-price").html(function() { return $(this).html().replace("$", "JOD"); }); }); </script> Thank you very much for your help! Link to comment
Solution paul2009 Posted September 25, 2022 Solution Share Posted September 25, 2022 1 hour ago, Lowmax said: can someone advise me on how to change the currency symbol on my 7.1 site The code you have quoted is out of date. Squarespace changed their price formatting on 23 August 2022. Please take a look at the guide I wrote here: Changing price formatting in Squarespace. Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Buy me a coffee Link to comment
Lowmax Posted September 25, 2022 Author Share Posted September 25, 2022 Brilliant! Thanks for your advice, it has worked for me. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment