I have a static block in Magento with this content:
<li><a href="#/contacts">Contact Us</a></li>
I would like to replace the # with the site's base url. I want it to retrieve this dynamically.
|
I have a static block in Magento with this content:
I would like to replace the # with the site's base url. I want it to retrieve this dynamically. |
||||
|
|
|
Try adding this to your static block:
That should create a link to your store's base URL. |
|||
|
For those that are still looking for a solution, the following should do the trick for you... For the unsecured base URL:
Or for the secured base URL:
|
|||
|
|
|
you can use this For example:
|
||||
|
|