Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Payment by check


stelaing

Recommended Posts

Hello,

 

I would like to accept payment by check, and i want it to say this when the customer orders. At present i have 'cash on delivery'. Can i change the wording of 'cash on delivery' to say 'payment by check'. If so where do i go.

 

Thanks for your help.

Link to comment
Share on other sites

Yes, you can. Go to:

 

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

 

and change:

 

  define('MODULE_PAYMENT_COD_TEXT_TITLE', 'Cash on Delivery');
 define('MODULE_PAYMENT_COD_TEXT_DESCRIPTION', 'Cash on Delivery');

 

to:

 

  define('MODULE_PAYMENT_COD_TEXT_TITLE', 'Payment by Check');
 define('MODULE_PAYMENT_COD_TEXT_DESCRIPTION', ''Payment by Check');

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Link to comment
Share on other sites

Hello,

 

I would like to accept payment by check, and i want it to say this when the customer orders.  At present i have 'cash on delivery'.  Can i change the wording of 'cash on delivery' to say 'payment by check'.  If so where do i go.

 

Thanks for your help.

Thanks for that, i found the page, however...... more problems.

 

At the top of the page it said:

 

Error: I can not write to this file. Please set the right user permissions on: /home/stelaing/public_html/catalog//includes/modules/payment/cod.php

 

What do i do to set the right user permissions?

Link to comment
Share on other sites

Thanks for that, i found the page, however...... more problems.

 

At the top of the page it said:

 

Error: I can not write to this file. Please set the right user permissions on: /home/stelaing/public_html/catalog//includes/modules/payment/cod.php

 

What do i do to set the right user permissions?

How are you trying to edit that file?

Link to comment
Share on other sites

Hello,

 

I would like to accept payment by check, and i want it to say this when the customer orders.  At present i have 'cash on delivery'.  Can i change the wording of 'cash on delivery' to say 'payment by check'.  If so where do i go.

 

Thanks for your help.

 

 

You could also use "echeck" Mod.

 

http://www.oscommerce.com/community/contri...l/search,echeck

 

I used it and it is very good. You can control echeck at admin. visitors will supply their banking information. From there you can print checks and deposit them.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...