skip to Main Content

How to add custom url with store url (Base URL) in magamenu – magento 2. I try {{base_url}} but not working

enter image description here

2

Answers


  1. In this case I would suggest using:

    {{store url=crazy-clown-contact-lenses-pair.html}}
    
    Login or Signup to reply.
  2. In this situation, you can’t. This field is for static links that you will input (ex: https://example.com/path).

    You can override the renderer code which use this datum, to complete link when it matches with a pattern which you will define. For example : {{ baseurl }}/your-link.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search