Mark Posted July 29, 2019 Posted July 29, 2019 Hi, The vast bulk of the shipping seems based on dimensions and weight, apart from one very useful option in Catalog/Products called "Additional shipping fees (for a single item)". I don't want to enter all product dimensions and weights and I don't want them to be a factor in delivery costs either. The expansion would be to add the price for multiples of that product. For example Delivery Charge for one widget under the "Additional shipping fees (for a single item) " is say $5 Then I should be able to enter in the price for different amounts ie 2 x widgets is $7.50, 3 x widgets is $9 etc etc. I realise that this will not work so well when combining different products into one parcel. If I want to do that, I need to do things by weights and measures.
dynambee Posted July 29, 2019 Posted July 29, 2019 You can do this with weights. Set the weight of each item to be, for example 1kg. Then set up a shipping carrier with 1kg price increments. So as per your example, 1kg = $5, 2kg = $7.50, 3kg = $9, etc. Then when someone buys two items the shipping "weight" will be 2kg and the cost will be $7.50. 1
dynambee Posted July 29, 2019 Posted July 29, 2019 Also, if you do not want to enter weights for each item and if you want each item to be 1kg in weight (as per my example above) you can do this relatively easily through an SQL statement or even an SQL trigger. If you'd like some help with that I don't mind looking into it for you.
AndyC Posted July 29, 2019 Posted July 29, 2019 Use 1kg for every item and then setup accordingly.Works very well 1
dynambee Posted July 29, 2019 Posted July 29, 2019 1 hour ago, AndyC said: Use 1kg for every item and then setup accordingly.Works very well So exactly what I explained except you gave fewer details?
AndyC Posted July 29, 2019 Posted July 29, 2019 4 hours ago, dynambee said: So exactly what I explained except you gave fewer details? Yep I know ..Just reiterating it lol as it does work well that way
Mark Posted July 29, 2019 Author Posted July 29, 2019 Thanks all. Its a workaround, but its a good one and work well, easy. It would be better and more true if they implemented a change as per what I said, but this is good.
dynambee Posted July 29, 2019 Posted July 29, 2019 If you set up database triggers to automatically set your item weights to be 1kg on update or insert then it will be automatic and you won't have to worry about making sure the weight is set for each item. Of course if you do this and later decide that some items will use a different type of shipping you will need to make sure the triggers are turned off. 🙂 1
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