Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Magento URL链接问题_Magento - Fatal编程技术网

Magento URL链接问题

Magento URL链接问题,magento,Magento,我正在CMS静态块中使用此代码段 <li><a href="{{store url="contactus"}}">Contact Us</a></li> 但是当我在页面上的链接上悬停时,我看到类似这样的东西 localhost/abc/index.php/{{store url="contactus"}} 您可以在cms页面中直接获取url,使用下面的代码 {{store _direct="url-key-here"}} 参考此 {{stor

我正在CMS静态块中使用此代码段

<li><a href="{{store url="contactus"}}">Contact Us</a></li>
但是当我在页面上的链接上悬停时,我看到类似这样的东西

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

您可以在cms页面中直接获取url,使用下面的代码

{{store _direct="url-key-here"}}
参考此

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