Jump to content

APPAGEBUILDER not working after updated Prestashop


Recommended Posts

After I updated Prestashop 1.7.6.7, the APPAGEBUIDER not working anymore.

As I click the pencil button to edit content, nothing happen. Please review the video attached.

I check console i see a error when i click the button but have no ideal what it mean.

Anyone have any ideas about it?

Please help.

Thank you!

appagebuilder-error.PNG

Edited by Starite (see edit history)
Link to comment
Share on other sites

  • 1 year later...

Replace 

if ($(this).data('type' == undefined) && $(this).data('type') == undefined) {

on modules/appagebuilder/views/js/admin/home.js

with

if ($(this).data('type') == undefined) {

All Done Enjoy. Sorry for being late but I faced this issue today. Anyway if you don't need it now it will help others searching for it.

Edited by rajatoo7 (see edit history)
  • Like 1
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...