Shipping costs for packages
-
Dear Support, I came across the following problem.
Building a site for a food delivery service. Customers can order from a weekly menu list with daily delivery. The daily products are assigned to product categories and also shipping classes.
If a daily order goes above a certain value, delivery is free. Otherwise, delivery is charged according to delivery address postal code.I am able to sort the products into daily packages, but:
– when the total cart value is below the free shipping limit, all days are charged for delivery, and
– when the total cart value is over the limit but the daily packages themselfs are below the limit, free shipping is assigned for all the days.I have tried sorting with php code snippet and with sorting plugin also, with the same outcome. Woocommerce should calculate free shipping based on packages, not on cart when there are multiple packages. How to make it to do so?
- The topic ‘Shipping costs for packages’ is closed to new replies.