Hello dear friends,
I'v got an issue with multiple prices for different shopper groups - this regards only related products prices displaying. I've created prices for 2 shoppergroups - anonymous and registered. While product prices are displayed, related products prices disappeared and are displayed as "0". I would very appreciate your help, because website is big and working. And we really need these multiple prices for different groups.
I have Joomla 2.5.14 and VM 2.0.18b. This solution http://forum.virtuemart.net/index.php?topic=106732.0 is used to display related products prices on a product details page:
$product = $model->getProductSingle($field->custom_value,false);
$price = $calculator -> getProductPrices($product);
echo $currency->priceDisplay($price['salesPrice']);
I don't know, what to do: how to edit this code or maybe there are problems with VM settings? In whole, we have 5 shopper groups: default, anonymous, registered, golden and whosale. But we need prices only for anonymous and registered users now. So I didn't create prices for other groups. Is it OK? Can you help me with my problem?
Your version is outdated.
Quote from: Maxim Pishnyak on October 03, 2013, 16:04:06 PM
Your version is outdated.
Hello Maxim,
The situation didn't change after I updated Virtuemart till the latest version 2.0.24. Any ideas, how to solve this?
Thanks in advance.
Pm me access, I'll take a look.
Quote from: Maxim Pishnyak on October 11, 2013, 13:45:11 PM
Pm me access, I'll take a look.
OK, Maxim, I'll give you access after I move this updated version from my local server to hosting. I'll send it during next week.