I just updated to Joomla 3.6 + virtuemart 3.0 .18
Now when I choose a product and either browse or product Details page and I change the multi variant option it does not update if I view in court it reverts back to the default.
Any idea on how to fix this or should I revert back to the old 3.0 .16 version
I have the same and didnt find a solution.
This is since 3.0.18 on ly or comes from 3.0.17?
I will downgrade to make work again.
Fabio, look in your components/com_virtuemart/views/productdetails/tmpl/default.php Around line 36 change the
<div class="product-container productdetails-view productdetails" >
to the following
<div class="productdetails-view productdetails product-container" >
This seemed to work for me on a quick test.
As mentioned in http://virtuemart.net/news/latest-news/477-release-of-3-0-18-connecting-the-loose-ends
Quote from: websmith on October 12, 2016, 21:30:43 PM
<div class="product-container productdetails-view productdetails" >
to the following
<div class="productdetails-view productdetails product-container" >
I think there is an error. The order is completly unimportant. Search for
<div class="productdetails-view productdetails" > and ADD the product-container