Change the design page of a new Product Review
Purpose: This template controls the Pop-Up Page that displays when customers add a new review.
Note: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
[reviews_add]
[name]
<!--START: newReviewForm-->
[catalogid]
<!--START: nameTxt-->
[custName]
<!--END: nameTxt-->
<!--START: nameHdn-->
[custName]
<!--END: nameHdn-->
<!--START: emailTxt-->
[custEmail]
<!--END: emailTxt-->
<!--START: emailHdn-->
[custEmail]
<!--END: emailHdn-->
<!--START: captcha-->
<!--END: captcha-->
<!--START: validateNameEmail-->
<!--END: validateNameEmail-->
<!--START: captchascript-->
<!--END: captchascript-->
<!--END: newReviewForm-->
<!--START: newReviewThankyou-->
[reviewCreatedMsg]
<!--END: newReviewThankyou-->
<!--START: errorMsg-->
[errorMsg]
<!--END: errorMsg-->
Note: Code blocks and their respective variables will only work with specific template pages.
Note: Some of these variables are used in multiple places on the page, with their dynamic content controlled by the code block used in each instance.