VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: websmith on October 12, 2016, 19:02:24 PM

Title: Multi variants not updating on check out
Post by: websmith on October 12, 2016, 19:02:24 PM
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
Title: Re: Multi variants not updating on check out
Post by: FabioZumbi12 on October 12, 2016, 20:07:44 PM
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.
Title: Re: Multi variants not updating on check out
Post by: websmith on October 12, 2016, 21:30:43 PM
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.
Title: Re: Multi variants not updating on check out
Post by: jenkinhill on October 13, 2016, 00:12:38 AM
As mentioned in http://virtuemart.net/news/latest-news/477-release-of-3-0-18-connecting-the-loose-ends
Title: Re: Multi variants not updating on check out
Post by: Milbo on October 13, 2016, 09:34:22 AM
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