Prices Not Displaying for Anonymous or Guest Shopper Groups After Migration

Started by brandonmhill, December 18, 2014, 04:27:00 AM

Previous topic - Next topic

brandonmhill

Joomla! 2.5.17
VirtueMart 2.6.6
PHP version 5.4.30
SEF is currently OFF

Hello,

I recently used a component from Day Counts to migrate a web store built using Joomla 1.5 and VM 1x.

All is well except the "anonymous" or "guest" shopper group doesn't display prices on the product page. Only the logged in shopper group does.

I found the following thread in which other people had similar issues: http://forum.virtuemart.net/index.php?topic=109112.30

In the thread it mentioned a possible fix for some by setting the shoppergroup_id's to NULL in the database using a similar command to this:

UPDATE `[prefix]_virtuemart_product_prices` SET `virtuemart_shoppergroup_id`=NULL

I was able to successfully update the products in the database and have confirmed the id's are set to NULL.

I am still unable to view prices on product pages unless I log in.

Are there any other solutions for this issue?

Thanks in advance.