I’m overriding one of the handlebars templates, static.hbs, so that I can create a custom login page.
I’ve been able to add a custom button instead of the Sign Up button, which will allow people to visit a pricing page to buy a membership through Memberful.
The challenge I have is that I’m not able to customize the text for the pricing button and I’m not sure why.
Yet when I go to Admin > Customize > Text and search for “pricing_button” it doesn’t show up.
I’ve run the Find a translation key with verbose localization and it shows in the console as Translation #36: pricing_button, but again, when I search the Admin > Customize > Text page, I don’t find it.
Any ideas what might be happening?
UPDATE: Seems that I’ll have to create this as a theme component with a repo, not just using the UI/UX, and that I have to add the pricing-button to the locale.
Fair point, I agree locales are much more complex. When I said simple, I meant it in the context of using a template override and adding a {{d-button}}.