Jump to content

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

Recommended Posts

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 (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
  • 1 month later...

Is there any other Price billing period? Every year or Every day Or it is always Every month

Edited by Beyondspace

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
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!)

Link to comment
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!)

Link to comment

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
Link to comment
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!)

Link to comment

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.