VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: z-analysts on March 13, 2013, 05:37:17 AM

Title: Just upgraded... now how do I get the prices to display on the detail page?
Post by: z-analysts on March 13, 2013, 05:37:17 AM
OK, I just migrated a 1.1.x store to 2.0.18a and have a problem. There are no prices on the product detail page. How can I get them to appear? Also, will the add to cart button appear once the price displays?

Please help!

Joomla 2.5.9
VirtueMart 2.0.18a
PHP 5.3.16
Title: Re: Just upgraded... now how do I get the prices to display on the detail page?
Post by: z-analysts on March 13, 2013, 19:59:56 PM
I found the answer here: http://forum.virtuemart.net/index.php?topic=109112.msg377905#msg377905. Please read through the entire thread. The actual solution is to run this SQL query - UPDATE ###_virtuemart_product_prices   SET virtuemart_shoppergroup_id=NULL. Replace ### with your table prefix first.

Hope this helps others with the same problem...