This QuickCode tag displays the name of the author of the currently viewed review. The tag takes the Billing First Name and the first inital of the Last name of the review submittee, if it is a Customer who already has a current account, and puts that in for the name. If it is a customer who does not have an account, it will put in "Anonymous" as the review author because it cannot find a Billing First/Last name.
Example of Use
<span class="PRODUCT-REVIEWS">Review by {REVIEW-AUTHOR} on {REVIEW-CREATE-DATE}<br />
If the Customer has an account and their name is Bob Bob, and they posted a review at 10:16am on 07/19/12, it will display:
Review by Bob B. on 07/19/12 10:16am
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {REVIEW-AUTHOR} QuickCode Tag is changed into the source code below prior to the web page being displayed.