You are here:  » include product name on review page


include product name on review page

Submitted by wilkins on Mon, 2015-03-30 09:58 in

Hi David

I am trying to write a paragraph on the review page that includes the product name, merchant name and brand name for the product that is being reviewed. Is there a code that will include these names.

Regards

Brent

Submitted by support on Mon, 2015-03-30 10:12

Hi Brent,

Sure - use

$product["products"][0]["name"]
$product["products"][0]["merchant"] (will be name of cheapest merchant)
$product["products"][0]["brand"]

e.g.

Read our reviews of <?php print $product["products"][0]["name"]; ?>.

Cheers,
David.
--
PriceTapestry.com