如何识别产品列表页面和产品详细信息页面。
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