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