Let’s take a closer look at the differences between JavaScript in PrestaShop 1.7 and its 1.6 edition. We will also show how to run an event, how to trigger delegated events and describe some of the PrestaShop events.
Webpack is a module bundler which takes modules with dependencies and generates static assets that represent those modules. In order to use Webpack in Prestashop 1.7, you need to carry out the following actions: Read more
The article is dedicated to adding JS and CSS as well as its managing in Prestashop 1.7 and earlier versions. The first part includes the methods used in both Prestashop versions while the second is about the difference in asset management in Prestashop 1.7. Read more