gate714 Posted June 30, 2009 Posted June 30, 2009 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.
Guest Posted July 1, 2009 Posted July 1, 2009 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.
BryceJr Posted July 1, 2009 Posted July 1, 2009 /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');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.