Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I've created a CREATE ACCOUNT button in the login page
This is what it had previously in the code:
<p>{{ 'layout.customer.create_account' | t | customer_register_link }}</p>
and I need to have this but with the appropriate variables to go to the register page (account/register)
<button type="submit" class="btn btn--full">
{{ 'customer.login.sign_in' | t }}
</button>
Can you help me?
Thanks!
Firstly you have to enable the customer Account page.
Then it will work.
follow this link to enable the Account page.
https://heliumdev.com/blog/shopify-enable-customer-accounts
The account is enabled the thing is is a put this in the button:
<button type="submit" class="btn btn--full">
{{ 'layout.customer.create_account' | t | }}
</button>
I got this as a result after doing the captcha
and if I put this:
<button type="submit" class="btn btn--full">
{{ 'customer_register_link' | t | }}
</button>
This is the result
If I display it as a link it works and goes to the register page but I want to have it as a button.
Thanks!
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi,
this is the url https://webshop.sgs.com/account/login?return_url=%2Faccount
now I revert it back to the link because the site is live and I need to have it working but I want to have a button instead of a link please.
thank you!
Yes, because I revert it back to a link because the site is live,
check now please https://webshop.sgs.com/account/login?return_url=%2Faccount
Already correct.
Still not working, does not redirect to register page (https://webshop.sgs.com/account/register)
Hi Jessica,
where you able to implement the button succesfully? I am desperately looking for this button too instead of text solution.
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024