Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I configure payment methods?


got_ammo

Recommended Posts

Posted

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.

Posted

catalog/includes/languages/english/modules/payment/moneyorder.php

 

HTH

The_Bear

Posted

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.

Posted

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...