ACL user group and different postage costs

I have standard postage costs.
Some users belong to a closed group.
How can I set the shipping costs to 0 for users who belong to a modx user group?

something like that:

if usergroup = profi then postage costs=0

Hmm, that’s not currently a built-in condition for shipping methods so that unfortunately means it requires building a custom shipping method.

I’ve taken a quick look at our code, and will get this condition added to shipping methods in the next Commerce release.

I think I’ve said this many times before: you’re an incredible bloke!