VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Coding Central => Topic started by: whisky on December 26, 2013, 18:45:02 PM

Title: minor typo in shipment plug-in weight_countries.php
Post by: whisky on December 26, 2013, 18:45:02 PM
It sound there is a typo in shipment plug-in

line 282 should read


vmdebug('checkConditions '.$method->shipment_name.' does not fit',(int)$nbproducts_cond,(int)$zip_cond);

instead of


vmdebug('checkConditions '.$method->[color=orange]name[/color].' does not fit',(int)$nbproducts_cond,(int)$zip_cond);