I have a need to separate specific items into their own packages by vendor during checkout.
For example.
Heavy LTL Freight items and FedEx/UPS small package items. I’d set up a new class for each of these methods, but need a way to specify that these need to be calculated individually and separated into their own checkout packages since they’d be shipping separately.
I need these classes to be separated into their own packages by vendor. If I have items that are flat rate and also free shipping items a new package needs to be created to separate an item that needs to ship separate and calculate it’s rate separately from the others.
in my next post I’ll mark private to show a screenshot of an example.
Thanks for your consideration!