I before had add to cart but now product details button.
I must have changed some Config but not sure where.
I see <?php if (VmConfig::get('show_pcustoms', 1) && VmConfig::get('show_prices', 1)) : ?>
Where is show_pcustoms and show_prices set?
They are both in VirtueMart Configuration
Prices
Go to VM Configuration > Pricing
Add to Cart (in browse view)
Go to VM Configuration > Shopfront
Scroll down to Product Listing
Set Show product customfields in browse views to Yes (displays Add to Cart button) or No (displays Product Details button)
Great, thank you!