Hello VM,
when the qty of a product is changed by pressing the "plus" sign, all related products get the same price. When the qty
is reset to 1 the prices are corrected again. Is there a later version of VM that fixes this ?
Also, any experience already with VM and PHP 8.0 or Joomla 4 ?
Thanks for any help on this
brandiware
VirtueMart 3.8.9 10473
have u checked this behaviour on a standard ( VM Beez 3 ) template?
I think that the related products are at the CART position, so all price are updated because the javascript get the main container to update the price.
If you change the the related product to position "onbottom" or "related_products', perhaps it work better
Hi all,
thanks to Max the root cause of this problem was found very quickly. Our ProductDetail override seems to be lagging a bit too
far behind updates to the logic of the VM Standard ProductDetail.
Switching off the overrides in the VM config proved the initial suspicion to be right.
Thanks for your replies anyway
Stefan