简体   繁体   中英

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

In my cms page im writing url for a tag is

<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

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

But i dont know how to get -

personalizer?pid=custom

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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