Hi David
I am using some includes on the product page and I need to get just the merchant name on the product page without a link, is this possible.
brent
Hi Brent,
As long as your includes are being called after the call to the main product HTML module (html/product.php) then you can refer to the variable $mainProduct["merchant"]. If your includes are predominantly HTML files, you can pull that in as follows:
<?php print $mainProduct["merchant"]; ?>
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi Brent,
As long as your includes are being called after the call to the main product HTML module (html/product.php) then you can refer to the variable $mainProduct["merchant"]. If your includes are predominantly HTML files, you can pull that in as follows:
<?php print $mainProduct["merchant"]; ?>
Cheers,
David.
--
PriceTapestry.com