Kriuchko
1/8/2019 - 3:47 PM

Check is product page check if product page

Magento 2 check is product page check if product page

if ($this->getRequest()->getFullActionName() == 'catalog_product_view') {
    //you are on the product page
}
if ($this->getRequest()->getFullActionName() == 'catalog_category_view') {
    //you are on the category page
}