og2000 Posted August 6 Share Posted August 6 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! Link to comment
tuanphan Posted August 10 Share Posted August 10 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! 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
og2000 Posted August 17 Author Share Posted August 17 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) Link to comment
Solution tuanphan Posted August 22 Solution Share Posted August 22 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
og2000 Posted August 29 Author Share Posted August 29 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 Link to comment
tuanphan Posted September 2 Share Posted September 2 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment