You are here:  » Print category

Support Forum



Print category

Submitted by jonny5 on Fri, 2011-12-16 13:14 in

Hi David , on a different part of the product page i want to show the product name and also the category of that product.

So i have

<?php
 
print $mainProduct["name"]; 
?>
to print the name , how would i print the category??

cheers

Submitted by support on Fri, 2011-12-16 18:06

Hi Jonny,

Sure - you can reference any field in the product record through $mainProduct, for example:

<?php
 
print $mainProduct["category"];
?>

Cheers,
David.
--
PriceTapestry.com