Create and position the Review Stars Summary tag on the product page template
Wherever you would like the review stars summary” positioned, please position the following div:
<div class="pdPrProductPageCallout" productId="{{product_id}}"></div>
(Where {{product_id}} is populated with the Bigcommerce product id for this product.)
Create and position the PD Content element on your product pages
We will generate pre-formatted HTML content for the product reviews data and populate it into the Warranty Information” field for each product via the Bigcommerce API. Please position the following div where you would like this content to appear:
<div class=“pdProductPageContent" productId="{{product_id}}">{{warranty_information}}</div>
(Where {{product_id}} is populated with the Bigcommerce product id for this product and {{warranty_information}} is populated with the contents of the Warranty Information field for this product in Bigcommerce.)
Create and position the Category Rating Stars tag on the product page template
Add this tag wherever you would like to position the category rating stars for each product within the category page template:
<div class="pdRatingStarCategory" productId="{{product_id}}"></div>
(Where {{product_id}} is populated with the Bigcommerce product id for this product.)