effectualmedia Posted February 13, 2014 Share Posted February 13, 2014 Hello, I am creating news site using PrestaShop and I want to integrate bazaarvoice reviews on product and category pages. I received following code from bazaarvoice with instruction to Replace PAGE_ID with your platform-specific code that will automatically pull in the values you submitted for your product Page IDs in your Product Feed. <div class="pr_review_summary"><script type="text/javascript">POWERREVIEWS.display.engine(document, { pr_page_id : "PAGE_ID" });</script></div> I am new with PrestaShop and I dont know which code I have to use instead of PAGE_ID. Can someone help me please? Link to comment Share on other sites More sharing options...
Vasi Posted February 19, 2014 Share Posted February 19, 2014 Hey, You must replace PAGE_ID with value from 2nd column, from file with products you imported already on BazaarVoice on step 2. See in sample file: product_url page_id brand .....http://www.example.com/super-widget.html super-widget Famous Brand ..... So, 'super-widget' must be instead of PAGE_ID in this case page_id: A unique identifier for the page being reviewed—typically your style number, item name, or UPC. To ensure that reviews are grouped together for similar products (which may be different sizes or colors), reviews are associated with a Page ID. Link to comment Share on other sites More sharing options...
effectualmedia Posted February 20, 2014 Author Share Posted February 20, 2014 Thanks Vasi. I decided to use Product ID Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now