I’m looking for a way in magento to, when going through the checkout, it bypasses payments and instead sends the clients order and other information via an email to the companies email address so that they can get in touch with the customer directly BEFORE any payments. So that it can all be done over the phone.
To simplify, i need to have a workflow like this:
- User goes to checkout
- User confirms order
- Order is emailed to site email
- company gets in touch with customer
- order confirmed over the phone, and customer goes through with payment.
I just need a starting point. I’ve seen a lot of topics on making your own payment modules but I’m not sure if that’s the right way to go about this.
I would create a new payment module, which would not ask for any payment information, but simply move the checkout process along the line. Make this the only enabled payment provider.