isProductCreatePage() || $this->isProductDetailPage(); } /** * Tells if requesting user is at page using packetery confirm. * * @return bool */ public function isPacketeryConfirmPage(): bool { return $this->isOrderDetailPage() || $this->isOrderGridPage(); } }