I am using offline payment as an option on my signup page on payments. On that page it reads as "Offline Payment". I would like to change that text to something like "Bill me" ... For the life of me I cannot figure out where I can change that and have looked in both the manual and searched the forums. Is it possible? thanks!
Check in the language file amember/language/en.php * * * plugins/payment/offline define('_PLUG_PAY_OFFLINE_TITLE', 'Offline Payment'); define('_PLUG_PAY_OFFLINE_DESC', 'Offline Payment'); define('_PLUG_PAY_OFFLINE_HTML_HEAD', 'Change this file'); define('_PLUG_PAY_OFFLINE_HTML_HEAD2', 'to meet your needs for offline payment.'); define('_PLUG_PAY_OFFLINE_HTML_PUSR', 'Payment#/Username: '); define('_PLUG_PAY_OFFLINE_HTML_PRICE', 'Price: '); define('_PLUG_PAY_OFFLINE_HTML_TEXT1', 'Place instructions here for customers how to do payment.'); define('_PLUG_PAY_OFFLINE_HTML_TEXT2', 'Make sure customer will include username(login) and payment#'); define('_PLUG_PAY_OFFLINE_HTML_TEXT3', 'to payment description. Then it will be easy for you to find '); define('_PLUG_PAY_OFFLINE_HTML_TEXT4', 'order later.'); define('_PLUG_PAY_OFFLINE_HTML_TEXT5', 'When you receive completed payment, check payment as "Completed"'); define('_PLUG_PAY_OFFLINE_HTML_TEXT6', 'in aMember control panel. User will receive email with login info'); define('_PLUG_PAY_OFFLINE_HTML_TEXT7', 'and will be able to enter into site.'); David
I did find the offline.htlm page. Can I just replace that with my own custom page without screwing anything up?
You should be able to modify that in the plugin settings (ie. no editing files at all).. In AdminCP -> Setup / Configurations / Offline tab