簡體   English   中英

如何在magento的cms頁面中添加基本URL后的標簽?

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

在我的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 =定制

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

但我不知道如何獲得 -

個性化者?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