VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: kyrotomia on November 01, 2011, 15:15:47 PM

Title: [fixed] VirtuemartCart object, missing height!
Post by: kyrotomia on November 01, 2011, 15:15:47 PM
Hi,

During the developpement of a shipping plugin, I noticed the VirtueMartCart class' products array was missing the HEIGHT value for each product...

Fix for this :

/components/com_virtuemart/helpers/cart.php

add this between like 343 and 344 :
$product -> product_height = $tmpProduct -> product_height;

Thank you.

P.S. Is this the right place to report bug? It seems I couldn't register in the redmine (http://dev.virtuemart.net)... Nevermind that last part. Found the answer to that question in the stickies ;D
Title: Re: VirtuemartCart object, missing height!
Post by: Milbo on November 01, 2011, 16:46:54 PM
Thanks is added