Brian_C Posted May 18, 2007 Share Posted May 18, 2007 How do I access $cart->show_total() from ups.php? I am trying to remove Ground when the cart is over $x.xx. Thanks! Quote Brian Christensen Link to comment Share on other sites More sharing options...
Brian_C Posted May 25, 2007 Author Share Posted May 25, 2007 How do I access $cart->show_total() from ups.php? I am trying to remove Ground when the cart is over $x.xx. Thanks! BUMP - Anyone? Quote Brian Christensen Link to comment Share on other sites More sharing options...
naps1saps Posted February 24, 2016 Share Posted February 24, 2016 Find: global $order; and change to: global $order, $cart; That will give you access to $cart and functions. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.