I want to add an additional order type to the two already existing ones (delivery & pick-up). Is there an easy way to do this? If not, has anyone done this before? I looked into the code and it seems that whenever order types are concerned - it's just an if statement checking whether the type is "1" or "2". So I imagine I'd have to include an additional check everywhere that would involve order types.