我将主页重定向到产品页面,但我仍然希望主页上的横幅显示。
任何人都知道如何在我的产品页面添加横幅广告?对Magento来说很新......当然不像Joomla那么容易。
答案 0 :(得分:1)
Magento中有句柄决定调用特定控制器时显示的块 看看这个文件 /magento/app/design/frontend/base/default/layout/catalog.xml 并找到以下行
<catalog_product_view translate="label">
<label>Catalog Product View (Any)</label>
<!-- Mage_Catalog -->
<reference name="root">
<action method="setTemplate">
<template>page/2columns-right.phtml</template>
</action>
</reference>
<reference name="content">
<block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
<!-- Some more code -->
</block>
</reference>
<!-- Some more code -->
</catalog_product_view>
catalog_product_view 是您可能希望用于在产品页面上显示横幅的句柄。
选择该句柄并编写块特定代码。
如果您想使用扩展程序来简化任务here is the one.
答案 1 :(得分:0)
您可以在产品页面上调用横幅代码。或者如果你想使用简单的技术,请使用iframe