Hello,
One of our customers asks us to be able to have a delivery method that calculates the number of products (to have weight) per vendors to calculate the price of transport by vendors.
The customer does not have a deposit and therefore sends X transporter according to the number of vendor according to the items ordered by the customer.
Example:
---------
2 products (2kg) from the vendor A + 1 product (10kg) from the vendor B + 3 products (6kg) from the vendor C.
The goal is to add each delivery for a vendor A (7 €) + vendor B (10 €) + vendor C (8 €) = total delivery of 25 €.
We must not accumulate the different weights (total of 18 kg) and have a total delivery of 15 €.
Thank you in advance for your assistance