Totally Zenned
- Join Date:
- Mar 2004
- Posts:
- 13,031
- Plugin Contributions:
- 4
Payment module radio button
This is the problem
E:/Inetpub/wwwroot/earlcraftncake/includes/languages/english/modules/payment/custom/moneyorder.php
Line #22 : define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', '');
you have NOTHING defined
make it look like this
define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'YOUR TEXT HERE');