- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2018
04:42 PM
06-04-2018
04:42 PM
Message on Registration Page
Hello,
Please see attached. Using Magento 2.2.1. How to I add a message next to the Create An Account Button. I couldn't find a way in Create.php. Thanks.
Labels:
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2018
08:26 PM
06-04-2018
08:26 PM
Re: Message on Registration Page
Hi @Sheba,
Maybe you'll find this link useful: https://devdocs.magento.com/guides/v2.1/frontend-dev-guide/layouts/xml-manage.html
There you'll see how to add a new block or how to modify or rearrange a block.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2018
10:22 PM
06-04-2018
10:22 PM
Re: Message on Registration Page
You need to override template file from core module to your module,
core path is,
vendor/magento/module-customer/view/frontend/templates/form/register.phtml
Your theme override path is,
app/design/frontend/Vendor/themename/Magento_Customer/templates/form/register.phtml
Now you can add your text after Create an Account button tag.
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2018
09:23 AM
06-05-2018
09:23 AM
Re: Message on Registration Page
Thanks, seems too complicated. Please tell me where the "Create Account"
button is, and I'll modify that file.
button is, and I'll modify that file.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2018
09:41 AM
06-05-2018
09:41 AM
Re: Message on Registration Page
In registration.php file find button tag and inside button tag create an account text is available. You can add textbafter button tag
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial
Magento 2 Blogs/Tutorial