If you are wondering that ‘how to change register link in header links?’, you’ve landed at correct place.
Follow the below instructions to change register link in top header links.
Please add below code in Magento_Customer/layout/default.xml file in your theme.
1 2 3 4 5 6 7 |
<referenceBlock name="top.links"> <block class="Magento\Framework\View\Element\Html\Link" name="register-link"> <arguments> <argument name="path" xsi:type="string" translate="true">customer/account/login</argument> </arguments> </block> </referenceBlock> |
If you want get query string params in controller file,...
Create di.xml and add the below code Magemonkey/Redirect/etc/frontend/di.xml [crayon-62845de2462a5852763571/] Create...
You can try below code to change local date to...
Step 1: First you need to add registration.php file in...
Step1 : Override message.js in current theme file on the...