...
For the login section, Magento's authentication component is reused. The original Magento authentication component is disabled in magesuite.
Text displayed above the Registe
r Register
button can be configured in a static block with the id login-page-create-account
If there is content in the static block with the id login-page-create-account
this content is copied and displayed and the register section description. If the is no such text registerText value is taken. It can be configured in XML.
The default value of register text:
Code Block |
---|
<item name="registerText" xsi:type="string" translate="true">Creating an account has many benefits: check out faster, keep more than one address, track orders and more...</item> |
Info |
---|
It is not possible for user to go back to first step when they are logged in. |
Styling
Styling is provided in theme-creativeshop.
...