Hi Graham
We do our selling this way. (Theater tickets)
We have Paypal activated and a separate customized button for reservations.
(This is done by activating the reservations.)
There are some preservations to make.
You need to make sure that reservation is only possible by know visitors.
This to prevent a bunch of false reservations.
I use the log-in data. So they need to be known to us.
second, a reservation is not a done sale! So other than a conformation email there is no further action possible to my knowledge.
This means you wil have to provide the bank transfer data in the reservation email.
Also create a bank transfer to your payments list.
This can be done in the StageShow WP config.php
It looks like this:
define(‘STAGESHOWLIB_PAYMENT_METHODS’, __(‘/Bank Transfer/Cash/Abo/Sponsor/coupon/Free Gift’));
When you receive a payment you can lookup the reservation within your sales and set it accordingly on the right payment method and completed.
Do not forget to end with sending the definitive sale email.
Bo
-
This reply was modified 6 years, 4 months ago by
bobocop.
-
This reply was modified 6 years, 4 months ago by
bobocop.
Thread Starter
Graham
(@1stnight)
Thanks Bo
That is very helpful. Allowing our registered users to pay by bank transfer will save us some PayPal fees.
Graham
Great
If you need any assistance I’ll do what I can.
(you can and need to adjust the Registration form to match your input fields from your user data form!)
I’m not de developer but he has don a great job helping me. The least I can do is help others to lift his burden.
Bo
-
This reply was modified 6 years, 4 months ago by
bobocop.