I enabled the "merge javascript files" on the admin panel and visual merchandiser breaks with error Uncaught TypeError: merchandiserJS is not a constructor in the console. Any help is appreciated.
Solved! Go to Solution.
Hi @kwenn,
Go to your configuration and change the scope from Default to your website level. Something like:
Then uncheck:
And now set the value to Yes.
Now you backen dwill work with unmerged files but the frontend will use those merged files that you want.
Sometimes, on backend, the merged and minified files can fail (it will depend on several things... like which modules are you using)
Worked like a charm. Thanks!
Hi @kwenn,
Go to your configuration and change the scope from Default to your website level. Something like:
Then uncheck:
And now set the value to Yes.
Now you backen dwill work with unmerged files but the frontend will use those merged files that you want.
Sometimes, on backend, the merged and minified files can fail (it will depend on several things... like which modules are you using)