The Virtuemart component included in the Mynxx theme features a manufacturer field in the backend. I wish to know how to amend the product flypage.tpl.php to include an echo function for the manufacturer, so that the manufacturer selected for a specific product is displayed on the product details page.
I am able to add code to echo variables from the same table, but the manufacturer names are stored in a different table, and I don't know the appropriate code to call the data from a different table.