code-interactive Posted September 12, 2015 Share Posted September 12, 2015 What's the best way to access the cart total in the UPS shipping module? I tried a new cart but that was giving me issues. Is there a way to retrieve it through the parameters? Something like public function getOrderShippingCost($params, $shipping_cost, $products = null) { $total = $params->totalCart; ... Thanks in advance! Link to comment Share on other sites More sharing options...
code-interactive Posted September 14, 2015 Author Share Posted September 14, 2015 I figured it out: http://thestateofart.com/get-order-total-in-ups-shipping-module-for-prestashop/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now