Jump to content

Module in two hooks, can i some how hide module from one hook in mobile?


Kerm

Recommended Posts

Sorry El Patron but your answer is incorrect for my question.

 

A already find solution for my problem:

 

 

You can use prestashop default device detect functionality :

get device :

Context::getContext()->getDevice();

Check Mobile :

Context::getContext()->isMobile();

Check Tablet:

Context::getContext()->isTablet();
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...