如何在magento的cms页面中添加基本URL后的标签?

时间:2016-11-24 07:24:06

标签: php html5 magento

在我的cms页面中,我正在为标签撰写网址

<a class="blue-btn" title="Personalize Now" href="{{store url="personalizer?pid=custom"}}">Personalize Now</a>

我想获得如下链接

  

http://localhost/appcustomizer-pdt-003/index.php/personalizer?pid=custom

我得到了网址 - http://localhost/appcustomizer-pdt-003/index.php

但我不知道如何获得 -

  

个性化?pid = custom

1 个答案:

答案 0 :(得分:0)

请根据您的要求使用以下代码

<a class="blue-btn" title="Personalize Now" href="{{store url="personalizer"}}?pid=custom">Personalize Now</a>