Skip to content

Magento extenson that generates a review page for shopper approved reviews from API, as well as add schema for rich snippet mark up for your reviews page.

Notifications You must be signed in to change notification settings

ladle3000/shopperapproved-reviews-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is probably completely irrelevant since approx 2020 since shopper approved now can do this out of the box.

Shopper Approved Reviews Page for Magento

Also adds schema for overall star ratings for your results in google etc.

Generates review page for shopper approved reviews from the Shopper Approved API. You need a valid shopper approved account with active reviews. Visit advanced tools>API in your shopper approved account and enter your name in the API section to get access. Within this you will find your SITEID which you will need for this project.

Important: Please follow directions below for installation.

1.) Create a cms page for your reviews and this to your CMS page content:

<h2>My Site is Shopper Approved</h2>
<h3>See a Few of Our Reviews Below</h3>
{{block type="core/template" template="customer_reviews/reviews.phtml"}}

2.) You must insert your SITEID from shopper approved into the reviews.phtml in two places where it says YOURSITEID

$reviews = simplexml_load_file("https://www.shopperapproved.com/api/xml/reviews/?siteid=YOURSITEID&token=j6ZQGKY7C0m25sT&from=2014-01-01&to=$date&sort=newest&page=0");

and

echo file_get_contents('https://www.shopperapproved.com/feeds/schema.php/?siteid=YOURSITEID&token=j6ZQGKY7C0m25sT');

About

Magento extenson that generates a review page for shopper approved reviews from API, as well as add schema for rich snippet mark up for your reviews page.

Resources

Stars

Watchers

Forks

Packages

No packages published