1. could be changed to none, so maybe the devs might look into that option .
2. We did discuss that on Beta but I believe they get a email with it. Not sure and I wouldn't try it, Paul, Cody and Tyson will enlighten us about that.
Erm can't you install the offline module which is included in Blesta and cut it into sections.
Eg: At .... we allow two offline payments, you can pay via:
Bank Transfer:
--------------------
Other Payment.
Can you please go to: /config/blesta.php and change
Configure::errorReporting(0);
to
Configure::errorReporting(-1);
Then try again as that shows the errors if there is anything.
Ok mate
smerrikin if you wish to do that, just reply and I'll send you a pm with a link to the 2.5 files and my license key for 2.5 so you can borrow it to move.
Ah I thought I saw a custom but then I couldn't find it again.
So OP needs to go to: /language/en_us/_custom.php
then put this in it.
$lang['_PaymentTypes.payment_type'] = "Payment Type";
I tested this to ensure I can do it haha.
I used:
$lang['_PaymentTypes.bank_transfer'] = "Bank Transfer";
And I entered:
Name: bank_transfer
And I ticked the box.
I got this result: The payment type "Bank Transfer" has been successfully created!
you need to ensure they are on a registered domain, the child nameservers are setup and then:
box 1: ns1.yourdomain.com
box 2: ns2.yourdomain.com
and it should work.
Remove them one by one like I did, else if you have a backup of the mysql database from when you installed it, just drop all the tables in the database and import it.
Have you configured the PayPal payment gateway?
/admin/settings/company/gateways/available/
Select PayPal Payments Standard (ver 1.0.1)
------------------------
Edit: Oh you've solved it