The <_print> tag prints the value of a variable.
Body of the <_print> tag:
Attributes of the <_print> tag:
name=<variable name> (Required)
The name attribute is the name of the variable (without preceding dollar sign) to print.
Examples of the <_print> tag:
<_print name="variable"/>
Thank you for your order,
<_print name="first"/> <_print name="lastname"/>.