XactCommerce Xact Objects
Home
News
XactCommerce
Typical Applications
Custom Development
Private Backend
XactScript Language
Performance
Deployment
Partners
Portfolio
About Us
leXml Language < Tags < leXml Tag Reference: print

The <_print> tag prints the value of a variable.

Body of the <_print> tag:

    None

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"/>.