Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2008
    Location
    Illinois
    Posts
    54
    Plugin Contributions
    0

    Default Showing Name of Company that will appear on Credit Card Statement

    I am wondering how I can add the name of our company in the Order Confirmations and Invoices. The message would look something like this "Please note that your credit card statement will show XYZ COMPANY for this order. “ This would only appear for orders that use a credit card only.... We also use the Check/Money Order module and it wouldn't make sense for these orders to see this message.

    I have had a few credit card chargeback reports come up and they are all because the customer doesn't recoginize the name of our company(we operate stores for several other companies)... When we send them the copy of the order confirmation then they realize what the amount on their credit card statement is for. But we still have to contact the credit card company and show proof of purchase...

    Any ideas?
    Last edited by TJB; 14 Nov 2008 at 09:08 PM.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Showing Name of Company that will appear on Credit Card Statement

    Which payment module are you using for processing credit cards?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Feb 2008
    Location
    Illinois
    Posts
    54
    Plugin Contributions
    0

    Default Re: Showing Name of Company that will appear on Credit Card Statement

    Authorize.net AIM

  4. #4
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Showing Name of Company that will appear on Credit Card Statement

    Around line 98 or so of your /includes/modules/payment/authorizenet_aim.php file, you'll see the following section of code. Insert the highlighted line, as shown:

    Code:
        $this->_logDir = DIR_FS_SQL_CACHE;
        $this->email_footer = 'Your credit card statement will show this transaction as a purchase from XYZ COMPANY';
        if (is_object($order)) $this->update_status();
      }
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Feb 2008
    Location
    Illinois
    Posts
    54
    Plugin Contributions
    0

    Default Re: Showing Name of Company that will appear on Credit Card Statement

    Thanks Doc! I'll give it a try.

  6. #6
    Join Date
    Feb 2008
    Location
    Illinois
    Posts
    54
    Plugin Contributions
    0

    Default Re: Showing Name of Company that will appear on Credit Card Statement

    That worked great for the email confirmation.. Any way to add it to the invoice also?

 

 

Similar Threads

  1. Replies: 1
    Last Post: 29 Mar 2011, 06:43 AM
  2. Ship To Company required on credit card processing
    By curt stone in forum General Questions
    Replies: 3
    Last Post: 28 Sep 2009, 10:27 PM
  3. Linkpoint: Unable to Contact Credit Card Company
    By cory321 in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 23 Sep 2009, 07:02 AM
  4. Credit card declined when company is entered
    By wmonet in forum General Questions
    Replies: 1
    Last Post: 22 Nov 2006, 05:43 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