【发布时间】:2011-10-20 23:10:10
【问题描述】:
把我逼疯了。
我正在将我们 Magento 商店的顶部迷你购物车替换为一个小的购物车图标,其中包含购物车中商品数量的空格。
默认 Magento 在链接上显示单词“购物车”。
我一直在通过模板、布局、代码等广泛搜索可以删除“购物车”一词的地方。我很茫然。
调用该块的代码位于theme/template/page/template/links.phtml:
<li<?php if($_link->getIsFirst()||$_link->getIsLast()): ?> class="<?php if($_link->getIsFirst()): ?>first<?php endif; ?><?php if($_link->getIsLast()): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $_link->getLiParams() ?>><?php echo $_link->getBeforeText() ?><a href="<?php echo $_link->getUrl() ?>" title="<?php echo $_link->getTitle() ?>" <?php echo $_link->getAParams() ?>><?php echo $_link->getLabel() ?></a><?php echo $_link->getAfterText() ?></li>
具体来说:echo $_link->getLabel()
挫败感增加。向任何(不像我自己)有线索的人免费击掌。 >:|
【问题讨论】:
-
你使用的是什么 Magento 版本?