Elisaa-mak Posted December 6, 2022 Share 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 Link to comment
Beyondspace Posted December 7, 2022 Share 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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
marleydesigns Posted January 12 Share Posted January 12 @Beyondspace Hi! I'm looking for the same feature on my clients site. Site: https://trivium-trivia.squarespace.com/subscribe pw: manifest Link to comment
Beyondspace Posted January 12 Share Posted January 12 (edited) Is there any other Price billing period? Every year or Every day Or it is always Every month Edited January 12 by Beyondspace Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
marleydesigns Posted January 12 Share Posted January 12 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. Link to comment
tuanphan Posted January 15 Share Posted January 15 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 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
marleydesigns Posted January 16 Share Posted January 16 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 Link to comment
tuanphan Posted January 18 Share Posted January 18 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 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
marleydesigns Posted January 18 Share Posted January 18 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!!! Link to comment
Kassi Posted January 19 Share Posted January 19 How do I change the wording 'Every Year' to 12 Month Subscription? Link to comment
Kassi Posted January 19 Share Posted January 19 (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 by Kassi Link to comment
tuanphan Posted January 26 Share Posted January 26 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 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