Magento URL links Issue -


i using snippet in cms static blocks.

<li><a href="{{store url="contactus"}}">contact us</a></li> 

i tried direct_url , one

<li><a href="{{store url=""}}contactus/">contact us</a></li> 

but when hover on link on page see

localhost/abc/index.php/{{store url="contactus"}} 

you can direct url in cms page, use below code.

{{store _direct="url-key-here"}} 

refer link


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -