Skip to content

How to find the system variables in Magento 2?

I am a newbie to Magento. I am trying to find the various system variables used in Magento. For ex: how can i find the store opening hours? I know that it can be found in one of the email templates, but my question is, is there a way to know all the system variables that magento is using?

One of the use cases I am trying to solve is the payment / order details of a customer. Here we have several values such as order total, tax total, first order value, second order value, etc. How can i find the system variables of these?

Thanks in advance.