You can use Cash on Delivery, Cheque, BACS (Bank Transfer) and these come with WooCommerce by default.
I’m looking for something where a user can checkout using offsite payment page, then return to my site.
I may have found a solution…
Would it be possible to load a web page where the description is meant to be?
Hi @makarowich,
You’ve mentioned both “offline” and “offsite” payment methods. Both will require some sort of payment gateway for the interaction in the shopping cart. The methods that Michael mentioned all work offline, but you must manually handle the payment and marking the order as paid/complete.
The included PayPal method is an “offsite” method, it will take the user to PayPal to secure the payment. Once the payment is complete, it has built in functionality to mark the order as paid.
I may have found a solution, and I’ll post it here in case other users may ask something like this in future.
I will change the payment to checque (but change the wording and title).
I will need to change the button from ‘place order’ to continue to payment.
After user has pressed,instead of thank you page, I will create an offsite page (with dead-end in mind).
Offsite payment will have a custom payment system, and after payment would redirect back to website.
his does seem/look like a long tedious solution, but at the moment I don’t have time to dig trough php code, as after 2 weeks+ looking at code my eyes are starting to blur 😀