got_ammo Posted June 21, 2003 Posted June 21, 2003 Currently I have paypal and check/money order payemt modules installed. I want to make it so that with the check/money order it doesn't display check (I want to be able to receive money orders and not checks.) I looked in the php file for moneyorder, but cannot find where the file that defines all the variables is. Can someone please direct me to this file? Thanks.
Guest Posted June 21, 2003 Posted June 21, 2003 catalog/includes/languages/english/modules/payment/moneyorder.php HTH The_Bear
got_ammo Posted June 21, 2003 Author Posted June 21, 2003 That is not the one I am looking for. The file you pointed to refers to a lot of variables, and I am wondering where the file that defines these variables is. Thanks.
mugitty Posted June 22, 2003 Posted June 22, 2003 The file to which Pierre referred has a line define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Check/Money Order'); if you change that line to read define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Money Order'); the term "Check" will not be shown in your payment options... or are you trying to do something different than that? ... if you want to REALLY see something that doesn't set up right out of the box without some tweaking, try being a Foster Parent!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.