markw10 Posted April 11, 2011 Share Posted April 11, 2011 I posted earlier about integrating PowerReviews with CRE Loaded. As part of the PowerReviews integration I need to put the following two scripts in my Product Page. One is for the Review Snippet and the other is for the Review Display. The key is by default both pieces of code as you will see below list PAGE_ID. PowerReviews has told us to replace this by the name that is used on our website. All of our products for PowerReviews are sorted by product id so it seems that I'd use Product ID. I have also tried using products_id. In both cases I put this in quotes such as "products_id" instead of "PAGE_ID" It doesn't seem to call it correctly doing this. Is there some other way I can call the product id in the below scripts? The first below is for the Review Snippet showing reviews: <div class="pr_snippet_product"> <script type="text/javascript">POWERREVIEWS.display.snippet(document, { pr_page_id : "PAGE_ID" });</script> </div> The second below shows Review Display: <div class="pr_review_summary"> <script type="text/javascript">POWERREVIEWS.display.engine(document, { pr_page_id : "PAGE_ID" });</script> </div> Thank you for your help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.