Daniellerose Posted August 26, 2020 Share Posted August 26, 2020 Site URL: https://www.paularowan.com/payment-plan Hi Everyone, Not sure if anyone out there can help me get the right custom code for changing the wording of a subscription product price. The Squarespace default is "X every month for x months" and I am looking to change it to "X per month for X months" Any ideas? Thanks! Link to comment
tuanphan Posted August 28, 2020 Share Posted August 28, 2020 Add to Page Settings > Advanced > Header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function(){ $(".product-price").html(function() { return $(this).html().replace("every", "per"); }); }); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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