I could not really get an anwer on my question after searching the internet and this forum. But I want to show a specific shipment option based on the selected product or the shopper group in which the product is in. The thing I want to accomplish is that the customer can choose to pickup the article at the shop when we have it in store. We cannot do that bases on stock level because we have everything in stock but not always at the location of the store. So before I am going to develop it myself I wanted to ask if some one knew a plugin that could do this allready.
It is relatively easy to filter by a product parameter but the problem is always mixed carts-- what happens when 1 prop is in stock and the other not?
That's one thing that came on my mind too. But most of the time my customers only purchase one product, in case of two or more I could show a message and only show the normal shipping methode.
then just write a function that runs during the checkConditions() in the ship plugin that filters by a product parameter
you could fail it if it also incl. a non specified parameter .. and add a message
Thanks! Going to look in to this:)