Opencart Google Tagmanager Extension
Debugging data: How to see Extension output
Debugging data: How to see Extension output
Debugging Extension Output
-
For output on screen add debug=show to the url
https://demo.aits.xyz?debug=show https://demo.aits.xyz?route=product/category&debug=show
-
For output in Extension debug logs add debug=log to the url
example1: https://demo.aits.xyz?debug=log example2: https://demo.aits.xyz?route=product/category&debug=log