.. include:: ../../Includes.rst.txt ================================================== Breaking: #135 - Add JS files with AssetViewHelper ================================================== See `Issue 135 `__ Description =========== EXT:cart v9 uses modularized JavaScript without jQuery (see `[TASK] Switch from jQuery to vanilla JavaScript #438 `). This allows to add the JavaScript only on pages where it's really needed which is good for performance. The JavaScript is for detail pages is now loaded with the TYPO3 `Asset.script ViewHelper `. Affected Installations ====================== All installations which overwrite `Resources/Private/Partials/Product/CartForm.html` are affected. When using the `CartForm.html` which comes with this extension it will work without any changes. Migration ========= The JavaScript in EXT:cart is no longer added via TypoScript. All JavaScript files are now added via ViewHelper. Two ViewHelpers needs to be added in `Resources/Private/Partials/Product/CartForm.html`: * `` * `` (only when working with BE Variants). .. index:: Template, Frontend