Zen Cart Logo
Forums / Upgrading to 1.5.x / includes_classes_shoppingcart php

includes_classes_shoppingcart php

Views: 701

Results 1 to 2 of 2
2 Jan 2013, 5:20 PM
#1
soxophoneplayer avatar

soxophoneplayer

Totally Zenned

Join Date:
Feb 2008
Posts:
534
Plugin Contributions:
0

includes_classes_shoppingcart php

~Line 780 of includes/classes/shoppingcart.php

$totalOnetimeCharge += $attribute_price->fields['attributes_price_onetime'];

The + isn't on the zc v 1.5.0 file and I see it on the 1.5.1 file when doing a clean merge with CanadaPost, which also didn't have the + sign.

Is the + sign a typo or a real change?

2 Jan 2013, 5:53 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: includes_classes_shoppingcart php

That should have a += the + was excluded in v1.5 by accident ...