Jump to content

New Product button on mobile is not working


Recommended Posts

After 3 years of break I came back to prestashop, at that time there was no admin panel optimized for mobile and I always had to use the desktop version, now when I came back I was very surprised to see the admin panel so well optimized on the mobile version. The only one problem for me now is Add product button, everything works, also Edit product button is working but Add product do nothing after clicking

download.jpg

Link to comment
Share on other sites

  • 3 months later...

Hi, sorry for my English, i use translate.

I use Prestashop 1.7.6.2.

 

I have the same problem, I tried to activate debug mode to know if it showed any error, but I did not receive anything.

I also inspected the page with google developer tools, but it didn't show any errors either.

 

I found that there is an attribute called  "data-original-title", and I realized that this attribute is the one that does not allow clicking on the button:

spacer.png

 

SOLUTION:

Leave title attribute empty in admin/themes/new-theme/template/page_header_toolbar.tpl line 36

 

We will find this:

spacer.png

 

so on line 40, we remove {$btn.help} from the title attribute.

Now the button should work on mobile devices, but the page will not show the help message.

 

Edited by Diego Baeza (see edit history)
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...