hideaki Posted April 21, 2012 Share Posted April 21, 2012 Hi! I'm running Prestashop 1.4.7. I'm wondering if it's possible to customize the shipping module at back end such that: 1. Different shipping price for different quantity of items. For example, shipping cost of 1 and 2 items would be $1.50, 3 items would be $2, and 4 items and above would be $2.55. 2. A different set of shipping costs for products in a certain category. For example, if a product belonged to a certain category, the shipping cost would turn out to be 1 item being $2.55, 2 items being $3.35, so on and forth. Is there any possible ways to do this? Hope to receive any ideas, feedback or module suggestions. Thanks a million! Link to comment Share on other sites More sharing options...
bellini13 Posted April 22, 2012 Share Posted April 22, 2012 You could get pretty creative with the usage of weight ranges, but i don't think you could solve both problems doing it. If you just set the weight of every item to 1, then you could use a weight range. So things up to 2 lbs, would be 1.50. Things up to 3 lbs would be 2, and 4 and over would be 2.55. For the second, you could assign each category a range. The correct way to do this would be to create a custom carrier module, that would just perform this logic. 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