Tag: magento2
-
Magento2 – terms checkbox missing in checkout
Set it from admin panel. Click on Stores -> Setting -> Terms and conditions Click on your Terms item from grid, In Terms and condition page, Choose Manually from Applied dropdown section.
-
One or more integrations have been reset because of a change to their xml configs – Disable
Getting annoyed by this error message showing up in your nice minimal Magento 2 dashboard? ” One or more integrations have been reset because of a change to their xml configs ” If you’re not using ‘Shopial’ or their Facebook integration, just disable that module and this will go away.
-
Magento 2.x – Required parameter ‘theme_dir’ was not passed (SOLVED)
To solve the issue, you should check in your project design folder (app/design/frontend), and find which difference you have with your database settings. To get the database installed themes you should do: add the corresponding missing directories, or remove them from the theme database table. Clean cache, and the error should be solved.