Question

I have a title.phtml which loads the page title for the pages in the webshop. What I need to do is detect whether it's a product page or something else...

What is the best way yo do this?

Regards,

Was it helpful?

Solution

if you are checking for just testing you can try this

echo $this->getRequest()->getFullActionName(); 

if you are at

Search page it will be  -> catalogsearch_result_index

category page it will be  -> catalog_catagory_view

product page it will be  -> catalog_product_view
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top