【问题标题】:How to add tag after base url in cms page in magento?如何在magento的cms页面中的基本url之后添加标签?
【发布时间】:2016-11-24 07:24:06
【问题描述】:

在我的 cms 页面中,我为标签编写 url 是

<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=自定义

【问题讨论】:

标签: php html magento


【解决方案1】:

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

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2012-04-22
    • 2013-10-15
    • 1970-01-01
    • 2015-09-30
    • 1970-01-01
    • 1970-01-01
    • 2023-03-09
    • 1970-01-01
    相关资源
    最近更新 更多