使用代码识别产品列表页面和产品详细信息页面

时间:2012-02-02 09:43:40

标签: magento magento-1.4 magento-1.5

如何识别产品列表页面和产品详细信息页面。

echo Mage::getSingleton('adminhtml/url')->getRequest()->getControllerName(); echo Mage::getSingleton('adminhtml/url')->getRequest()->getControllerName();

当我使用上面的代码时,在两个页面中,控制器名称和操作名称分别是“product”和“view”。

我想区分这些页面,任何人都可以让我知道如何做到这一点。 我的产品详情页面网址为http://localhost/myproject/index.php/shop/color-story/indigo-red-1/sg5214-ruby.html,产品详情页面网址为

http://localhost/myproject/index.php/shop/color-story/indigo-red-1.html

0 个答案:

没有答案