Small integrations to integrate popular modules with Transformer and Panda

1. How to integrate the "Premium Google Tag Manager" module with Transformer theme v4 and panda template v2. V2.5.0 and later 1. Add this code to the /modules/rc_pgtagmanager/views/js/hook/RcTagManagerLib.js file. 12!target.classList.contains('btn-spin') && !target.classList.contains('hover_fly_btn') && 2. Add this code to the /modules/rc_pgtagmanager/views/templates/hook/footer.tpl file. 123456prestashop.on(     'stUpdateCart',     function (event) {         rcTagManagerLib.eventAddCartProduct(event);…