在页脚中删除其他文本

时间:2016-12-31 00:24:21

标签: magento text

我似乎无法弄清楚订阅按钮旁边的Magento 1.9中的其他文字。图片已附上。它是我们的网站,但不知道它是如何实现的。请帮忙。

Sample

2 个答案:

答案 0 :(得分:0)

在此phtml文件中调用的magento Newsletter块中。 文件路径是:

app\design\frontend\[YOUR THEME]\template\newsletter\subscribe.phtml

在该文件中,按钮的代码是

<div class="actions">
      <button type="submit" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Subscribe')) ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
</div>

您可以在此之后输入代码,因此它会显示在那里。

答案 1 :(得分:0)

从管理员端打开开发人员选项并引用您的页面..从那里您将知道从哪个phtml加载此内容。转到那个phtml并删除代码。如果要删除phtml文件,可以从local.xml执行此操作。