Hi,
I have looked everywhere on the forum, but could not find an answer to my question :
I am creating a custom shipping promotion type for an eCommerce website that is used by multiple stores.
When a customer places an order, he can put items from multiple stores in the cart. Cart items are then grouped into multiple shipments, one shipment per store.
The custom shipping promotion will need to apply for one store only, so it will carry a store id.
The problem is that i don't know how to apply a shipping promotion only to a specific shipment. i found some interesting piece of information which suggests to implement a custom ShippingRewardApplicator but don't know how to do this(if that is the right way to do it).
Anyone already had to do this?
Many thanks !