Reputation: 101
I am using WordPress woo commerce on my website. I want my orders sent to email rather than checking out to paypal. I am selling medicine and paypal doesn't allow their services for websites that are dealing with medicine. So I want my orders straight to my email and where I can contact users.
I want to know Is it possible to do it with woocommerce? Is there any plugin which can do that?
Any help would be appreciated.
Thanks in advance. :)
Upvotes: 0
Views: 4283
Reputation: 2046
In WooCommerce->Settings->Checkout
, disable all payment options except for "Cash on Delivery".
Then change the title
to something like "Pay by Phone" and in the Description
and Instructions
fields something like "Call 123-456-7890 to complete your order." then the order will be placed, but they have to call to complete payment.
Or you can change the wording to indicate that you'll call them. Just make sure that the phone number field is required if you take that route.
Upvotes: 1