Hallo out there,
if have googled for some time now but im not finding an answer to my question. I want to display the price of an virtue mart product in an own written joomla modul. If got the Product ID an some code as follows:
require_once (JPATH_SITE . DS . 'administrator' . DS . 'components' . DS . 'com_virtuemart' . DS .'helpers' . DS . 'config.php');
$product_model = VmModel::getModel ('product');
var_dump($product_model->getPrice($product_id, array('' => ''), 1));
I tought i just have to get the model and pull the price out of it ... so you see how far i have come. The point is that this code is referring to the right products. (This is giving me all product related infos:)
var_dump($product_model);
but it just doesn't gives me the price. Has someone any idea what im doing wrong? Or my an better idea how to get a price of an product?
Thank you very much ;)
download this
http://forum.virtuemart.net/index.php?topic=108108.0
and see how they do it