Elisaa-mak Posted December 6, 2022 Posted December 6, 2022 Hello World! How can we change EVERY month to PER month? this is what displayed in the subscription product pricing info. Thank you in advance! 7.0
Beyondspace Posted December 7, 2022 Posted December 7, 2022 19 hours ago, Elisaa-mak said: Hello World! How can we change EVERY month to PER month? this is what displayed in the subscription product pricing info. Thank you in advance! 7.0 Can you share your site with the protected password so I can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
marleydesigns Posted January 12, 2023 Posted January 12, 2023 @Beyondspace Hi! I'm looking for the same feature on my clients site. Site: https://trivium-trivia.squarespace.com/subscribe pw: manifest
Beyondspace Posted January 12, 2023 Posted January 12, 2023 (edited) Is there any other Price billing period? Every year or Every day Or it is always Every month Edited January 12, 2023 by Beyondspace BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
marleydesigns Posted January 12, 2023 Posted January 12, 2023 8 hours ago, Beyondspace said: Is there any other Price billing period? Every year or Every day Or it is always Every month I'm looking for it to say 'per month' vs 'every month'. There isn't an option within Squarespace that allows you to play with the wording.
tuanphan Posted January 15, 2023 Posted January 15, 2023 On 1/13/2023 at 4:27 AM, marleydesigns said: I'm looking for it to say 'per month' vs 'every month'. There isn't an option within Squarespace that allows you to play with the wording. Change to per month for this product only or all products? 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!)
marleydesigns Posted January 16, 2023 Posted January 16, 2023 15 hours ago, tuanphan said: Change to per month for this product only or all products? this is the only membership option, but sure, the change could be made for all products
tuanphan Posted January 18, 2023 Posted January 18, 2023 On 1/16/2023 at 7:44 AM, marleydesigns said: this is the only membership option, but sure, the change could be made for all products Try adding to Last Line in Code Injection > Footer <script> $(document).ready(function(){ $(".member-area-price-billing-period").html(function() { return $(this).html().replace("Every month", "Per month"); }); }); </script> marleydesigns 1 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!)
marleydesigns Posted January 18, 2023 Posted January 18, 2023 5 hours ago, tuanphan said: Try adding to Last Line in Code Injection > Footer <script> $(document).ready(function(){ $(".member-area-price-billing-period").html(function() { return $(this).html().replace("Every month", "Per month"); }); }); </script> This worked perfectly, thank you so much!!!
Kassi Posted January 19, 2023 Posted January 19, 2023 How do I change the wording 'Every Year' to 12 Month Subscription?
Kassi Posted January 19, 2023 Posted January 19, 2023 (edited) I added <script> $(document).ready(function(){ $(".member-area-price-billing-period").html(function() { return $(this).html().replace("Every year", "Per year"); }); }); </script> to the injection code footer, but it didn't work. Is it because the sale button is not in the members area? It is in Programs and Trial (see image). Edited January 19, 2023 by Kassi
tuanphan Posted January 26, 2023 Posted January 26, 2023 On 1/20/2023 at 5:23 AM, Kassi said: I added <script> $(document).ready(function(){ $(".member-area-price-billing-period").html(function() { return $(this).html().replace("Every year", "Per year"); }); }); </script> to the injection code footer, but it didn't work. Is it because the sale button is not in the members area? It is in Programs and Trial (see image). Add this before your code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment