Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2009
    Posts
    26
    Plugin Contributions
    0

    Default 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.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default 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.

  3. #3
    Join Date
    Sep 2009
    Posts
    26
    Plugin Contributions
    0

    Default 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

 

 

Similar Threads

  1. v151 Need To Change Some Text During Checkout
    By DIHI in forum General Questions
    Replies: 3
    Last Post: 14 Nov 2014, 04:44 PM
  2. v150 PayPal Pro, SSL and the module that never appears!
    By obrien48 in forum PayPal Website Payments Pro support
    Replies: 3
    Last Post: 18 Sep 2012, 10:16 PM
  3. Purchase Module - Purchase Order Payment Module Problem
    By keewong in forum Addon Payment Modules
    Replies: 15
    Last Post: 14 Dec 2010, 12:19 AM
  4. Replies: 0
    Last Post: 23 Jan 2009, 09:59 PM
  5. Change order of text in checkout pages
    By petek in forum General Questions
    Replies: 2
    Last Post: 9 Mar 2008, 06:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg