How to see all variables available in twig template in Opencart?

In Opencart, we can see all the variables that are available in the twig template by just adding the following code in twig page. For e.g., if we want to see all the variables that are on the account login page, then open to catalog/view/theme/default/template/account.twig and paste above code now it will be like below: … Continue reading How to see all variables available in twig template in Opencart?