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"]; ?>
cheers
Hi Jonny,
Sure - you can reference any field in the product record through $mainProduct, for example:
<?php print $mainProduct["category"];?>
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi Jonny,
Sure - you can reference any field in the product record through $mainProduct, for example:
<?php
print $mainProduct["category"];
?>
Cheers,
David.
--
PriceTapestry.com