Jump to content

Subscription price: Change "every" month to "per" month.

Recommended Posts

Posted
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

  • 1 month later...
Posted
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.

Posted
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?

image.png.bc1b55990d328f435e5f672265584d7f.png

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!)

Posted
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>

 

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!)

Posted
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!!!

Posted (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).

every year place.jpg

Edited by Kassi
Posted
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).

every year place.jpg

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!)

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.