You are here:  » Remote Reviews

Support Forum



Remote Reviews

Submitted by webie on Mon, 2008-02-18 16:17 in

Hi Dave,

Is it possible to have remote post reviews for merchant product somebody asked today if they could have there clients post a review from their shop to bargainshack.

Cheers

Darren

Submitted by support on Tue, 2008-02-19 04:34

Hello Darren,

The safest way to implement this (by far) would be to create a stripped down version of reviews.php by removing the following lines:

  require("html/menu.php");
  require("html/searchform.php");
  require("html/banner.php");
  if (isset($product)) require("html/product.php");

...saving it as something like remoteReviews.php

Then, you can let the merchant link to the form for their products within an IFRAME on their website, for example:

<iframe width='400' height='200' src='http://www.yoursite.com/remoteReviews.php?q=PRODUCT NAME' />

Hope this helps!
Cheers,
David.