سؤال

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,

هل كانت مفيدة؟

المحلول

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
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top