martin siu Posted July 14, 2015 Share Posted July 14, 2015 If I want to set under $300 have $15 handling charge. Can they tech me how to set that? Link to comment Share on other sites More sharing options...
shacker Posted July 18, 2015 Share Posted July 18, 2015 there is no option. handling charges are the same for all. the class classes/cart.php have this code: if (isset($configuration['PS_SHIPPING_HANDLING']) && $carrier->shipping_handling) $shipping_cost += (float)$configuration['PS_SHIPPING_HANDLING']; try change to if (isset($configuration['PS_SHIPPING_HANDLING']) && $carrier->shipping_handling && $order_total < 300) $shipping_cost += (float)$configuration['PS_SHIPPING_HANDLING']; 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