Jump to content

Changes nor saved


xpindia

Recommended Posts

product page has several sections like informations ,associations, prices, images etc.

 

each of this section is loaded "in background". While browser trying to load one (or more) from these sections - it generates an error, so in effect you see popup with notification about some troubles, "save" buttons are spinning all the time etc.

 

To find what section generates such problems it will be necessary to:

go to shop back office

go to section catalog > products

turn on browser console (in chrome ctrl+shift+j)

clear it

open product edit page

watch the console output

one of the entry will be red (error)

copy it and paste here

Link to comment
Share on other sites

in the console verbose mode i got these 

=======================

 

[Violation] Added non-passive event listener to a scroll-blocking 'mousewheel' event. Consider marking event handler as 'passive' to make the page more responsive.
2jquery-1.11.0.min.js:3 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive.
jquery-1.11.0.min.js:3 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive.
2[Violation] Avoid using document.write().
bundle.js:20649 [Violation] 'setTimeout' handler took 98ms
 
========================================
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...