bbsemail Posted February 27, 2010 Share Posted February 27, 2010 My Store http://www.hcca.org/ClubStore displays the UPS shipping price correctly on checkout_shipping.php, but when I get to checkout_confirmation.php the shipping price has been cut in half. It happens no matter what the total price of products is or the number of items in cart. I modified ups.php in modules/shipping to bump the shipping cost by 25%: $methods[] = array('id' => $type, 'title' => $this->types[$type], 'cost' => ($cost ) * $shipping_num_boxes * 1.25); Any idea why the shipping cost is getting cut in half when I get to shipping_confirmation? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.