If a customer tries to add 3 units of the Coal product to their basket but the store only has 2 units in stock, an error message will be generated like the following.
The following content in the web page's template: {ERRORS}
Will display an error message in the storefront like the following when applicable: 3 units of Coal could not be added to your order. There are only 2 in stock.
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {ERRORS} QuickCode Tag is changed into the source code below prior to the web page being displayed.