Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Purchase Order Module -- change text that appears during checkout

Purchase Order Module -- change text that appears during checkout

Locked

Views: 1,273

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
25 Dec 2009, 2:36 PM
#1
jguttman avatar

jguttman

New Zenner

Join Date:
Sep 2009
Posts:
26
Plugin Contributions:
0

Purchase Order Module -- change text that appears during checkout

I have the purchase order module installed -- and it works very well. However, during step 2 of checkout -- under the "Payment Method" box -- the "Purchase order" asks for the following:

Account name:
Account number:
Purchase Order Nr:

I would like to change the name of these input fields, does anyone know how to do this?

Any assistance would be greatly appreciated. Thanks.

25 Dec 2009, 3:12 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Purchase Order Module -- change text that appears during checkout

Use the Admin - Tools - Developers Tool Kit to search for those words to see where they're defined.

25 Dec 2009, 3:33 PM
#3
jguttman avatar

jguttman

New Zenner

Join Date:
Sep 2009
Posts:
26
Plugin Contributions:
0

Re: Purchase Order Module -- change text that appears during checkout

Stevesh,
Thanks for the reply. Here are where the files showed up. The "authorizenet" files are not what I'm interested in, but the others are -- they are all part of the purchase order module.

Where do go to change them? What exactly do I need to change? Hope you can help. Thank you very much for taking the time to read my post.

Happy Holidays!

Searching 940 files ... for: account number

/home/markah5/public_html/store/admin/includes/languages/english/extra_definitions/po.php

Line #23 : define('ENTRY_ACCOUNT_NUMBER', 'Account Number:');

/home/markah5/public_html/store/includes/classes/order.php

Line #931 : $email_order .= $GLOBALS[$payment_class]->email_footer . "\n\n" . "Account Name: " . $this->info['account_name'] . "\nAccount Number: " . $this->info['account_number'] . "\nPO Number: " . $this->info['po_number'] ;

Line #947 : $html_msg['PAYMENT_METHOD_FOOTER'] = (is_object($GLOBALS[$_SESSION['payment']] && $GLOBALS[$payment_class]->email_footer != '') ? $GLOBALS[$payment_class]->email_footer : "Account Name: " . $this->info['account_name'] . "\n\n" . "<br>Account Number: " . $this->info['account_number'] . "\n\n" . "<br>PO Number: " . $this->info['po_number'] );

/home/markah5/public_html/store/includes/languages/english/extra_definitions/pomod-extras.php

Line #3 : define('ENTRY_ACCOUNT_NUMBER', 'Account Number:');

/home/markah5/public_html/store/includes/languages/english/modules/payment/authorizenet_echeck.php

Line #26 : define('MODULE_PAYMENT_AUTHORIZENET_ECHECK_TEXT_BANK_ACCOUNT_NUM', 'Bank Account Number:');

Line #31 : define('MODULE_PAYMENT_AUTHORIZENET_ECHECK_TEXT_JS_ACCT_NUMBER', '* The account number must be at least ' . CC_NUMBER_MIN_LENGTH . ' characters.\n');

Line #56 : define('MODULE_PAYMENT_AUTHORIZENET_ECHECK_TEXT_CC_NUM_REQUIRED_ERROR', 'Error: You requested a refund but didn't enter the last 4 digits of the Account number.');

Line #76 : define('MODULE_PAYMENT_AUTHORIZENET_ECHECK_ENTRY_REFUND_SUFFIX', 'You may refund an order up to the amount already captured. You must supply the last 4 digits of the account number used on the initial order.<br />Refunds must be issued within 120 days of the original transaction date.');

/home/markah5/public_html/store/includes/languages/english/modules/payment/po.php

Line #15 : define('MODULE_PAYMENT_PO_TEXT_ACCOUNT_NUMBER', 'Account number:');

Line #19 : define('MODULE_PAYMENT_PO_TEXT_JS_ACC_NUMBER', 'You forgot to enter the your Account Number.');

Match Lines found: 10

Zen Cart:: the art of e-commerce

E-Commerce Engine Copyright © 2003-2009 Zen Cart™
Zen Cart v1.3.8a/v1.3.8