Is it possible to remove the cart.site.js file from the core files and replace it with our custom JavaScript file for further customization? Since overriding the model files is not an option, we aim to write custom logic to fetch and display records dynamically on the cart page, checkout page, and order details page.
The cart.site.js file is loaded from the joomla.assets.json file located in the media directory. Can we remove this default JavaScript file and replace it with our custom file? Additionally, will this modification persist, or will the joomla.assets.json file and the cart.site.js file revert to their default state during an EasyStore update?