i figured it out, but dont know why it effected upsxml.
this was in ups.php
changing to this fixed it for both.Code:$sba_shipping_weight = ceil($sba_box_cubic/139) + $sba_shipping_weight;
Code:$sba_shipping_weight = ceil($sba_shipping_weight);
i figured it out, but dont know why it effected upsxml.
this was in ups.php
changing to this fixed it for both.Code:$sba_shipping_weight = ceil($sba_box_cubic/139) + $sba_shipping_weight;
Code:$sba_shipping_weight = ceil($sba_shipping_weight);