Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cash on Delivery


gate714

Recommended Posts

Posted

After installation I see the COD option. I would just like to modify the language to say "Invoice Only". This is a hidden store for 1 customer, and we only invlice them monthly.

 

So, where can I go to change this text to "Invoice Only" or similar.?????

 

I know there is a Invoice module, but for the life of me I don't see how to get it installed properly.

Posted
After installation I see the COD option. I would just like to modify the language to say "Invoice Only". This is a hidden store for 1 customer, and we only invlice them monthly.

 

So, where can I go to change this text to "Invoice Only" or similar.?????

 

I know there is a Invoice module, but for the life of me I don't see how to get it installed properly.

 

I don't know if just by changing the text, you will get your desired outcome, but you can do it here .....

 

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

 

I altered this.. (Note I left the original line commented out, just in case !!!)

 

//$this->title = MODULE_PAYMENT_COD_TEXT_TITLE;

$this->title = 'Invoice';

 

Hope this helps,

 

Regards,

 

Phill.

Posted

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

 

 

Open the file

 

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

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

 

Change to:

 

define('MODULE_PAYMENT_COD_TEXT_TITLE', 'Invoice Only');

define('MODULE_PAYMENT_COD_TEXT_DESCRIPTION', 'Invoice Only');

Archived

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

×
×
  • Create New...