Jump to content

Change paywall text

Go to solution Solved by tuanphan,

Recommended Posts

Hi all, wondering if anyone has figured out how to customize the "one-time" wording that appears below the cost of a digital product. 

I've had some user feedback that they aren't sure if that means 'pay one-time, every time'. 

I'd prefer it to just say "once".

website is https://www.aldora.ca/

thanks in advance! 

Screenshot 2024-08-06 at 12.20.40 AM.png

Link to comment
  • Replies 7
  • Views 835
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

On 8/6/2024 at 11:22 AM, og2000 said:

Hi all, wondering if anyone has figured out how to customize the "one-time" wording that appears below the cost of a digital product. 

I've had some user feedback that they aren't sure if that means 'pay one-time, every time'. 

I'd prefer it to just say "once".

website is https://www.aldora.ca/

thanks in advance! 

Screenshot 2024-08-06 at 12.20.40 AM.png

Can you share link to page where we can see this text?

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
  • Solution
On 8/18/2024 at 5:11 AM, og2000 said:

Hi yes - aldora.ca/program-4

Thank you!

(I've also recently changed a digital product to yearly fees which says  "every year" to get around the confusion - and no drop off in customers lol)

 

You can use this to Website Tools > Custom CSS

.pricing-plan-price-billing-period {
    font-size: 0;
}
.pricing-plan-price-billing-period:before {
    content: "One";
    font-size: 20px;
}

 

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 8/30/2024 at 3:23 AM, og2000 said:

Actually it works when the pricing plan is accessed from the digital products block, however when someone tries to access a blog article behind the paywall, they are led to a different sign up page and in that case both "once" and "One time" are showing up.

Any solutions?

https://www.aldora.ca/aldoraguides?requestAccess=true 

You can use this new code

.pricing-plan-price-billing-period {
    font-size: 0 !important;
}
.pricing-plan-price-billing-period:before {
    content: "Once";
    font-size: 20px !important;
}

 

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.