News:

Looking for documentation? Take a look on our wiki

Main Menu

Just upgraded... now how do I get the prices to display on the detail page?

Started by z-analysts, March 13, 2013, 05:37:17 AM

Previous topic - Next topic

z-analysts

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

z-analysts

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...