Hi,
I wan't to make some minor changes to the HTML of some of the invoice templates, like adding ids for CSS.
But the code I need to alter isn't plain HTML; instead the template references variables e.g
I can't find the source that declares and initialises these variables. I've already tried full-text searching the through whole project... Neither my IDE nor grep/find/ack was able to find something.
Where do they come from?
Thanks!
I wan't to make some minor changes to the HTML of some of the invoice templates, like adding ids for CSS.
But the code I need to alter isn't plain HTML; instead the template references variables e.g
Code:
{$paymentmethod}
Code:
{$gatewaydropdown}
Where do they come from?
Thanks!