Hey,
We have a physical shop and we track every order through CS Cart. We have a payment method so people can pay in cash - this way they don't have to pay any shipping fees.
We're making a change in how we work - customers can get customer cards, which automatically sign them in so their order is linked to their account (previously, we used just 1 account for this).
We need a way to force the 'cash' shipping method when we're logged in the physical shop - for that, we have an IP. Only if a order is made from that certain IP address, there should be no shipping fees.
My question is basically one of these: how can I force a shipping method at checkout (even if the user cannot technically use it) or how can I set shipping fees at €0 when ordering from a specific IP address?
Thanks in advance