简体   繁体   English

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

[英]How to add tag after base url in cms page in magento?

In my cms page im writing url for a tag is 在我的cms页面中,我正在为标签写url

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

I want to get link like below 我想得到如下链接

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

I got url upto this - http://localhost/appcustomizer-pdt-003/index.php 我得到了url - http://localhost/appcustomizer-pdt-003/index.php

But i dont know how to get - 但我不知道如何获得 -

personalizer?pid=custom 个性化者?PID =定制

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM