Checks to see if success messages have been generated. If so, the HTML content between the {IF-MESSAGES-BEGIN} and {IF-MESSAGES-END} tags is displayed.
The following content in the web page's template: {IF-MESSAGES-BEGIN}System Message: {MESSAGES}{IF-MESSAGES-END}
Will display a normal store message in the storefront like the following when applicable: System Message: 1 unit(s) of Turkey Sandwich has been added to your order.
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {IF-MESSAGES-BEGIN} QuickCode Tag is changed into the source code below prior to the web page being displayed.