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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Bano Posted June 14, 2023 Share Posted June 14, 2023 When I make a product a subscription product, the way Squarespace phrases it is really confusing. Does anyone know the code I could enter to change the way this displays, to say make "2 payments of $XX". Also - can the second subscription be set to a specific date rather than 'after 3 months' as students register at different times, and I am looking at consistency of payments at the start of Term 1 and Term 3. All advice welcome - complete novice at websites here! Link to comment
tuanphan Posted June 16, 2023 Share Posted June 16, 2023 On 6/14/2023 at 11:50 AM, Bano said: When I make a product a subscription product, the way Squarespace phrases it is really confusing. Does anyone know the code I could enter to change the way this displays, to say make "2 payments of $XX". Also - can the second subscription be set to a specific date rather than 'after 3 months' as students register at different times, and I am looking at consistency of payments at the start of Term 1 and Term 3. All advice welcome - complete novice at websites here! Can you share link to this product? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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