<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to disable Authorize.net E-mail from website ONLY transactions? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-disable-Authorize-net-E-mail-from-website-ONLY/m-p/60736#M35248</link>
    <description>&lt;P&gt;Submitting credit cards by phone via the Virtual Terminal will require that you have the Settings -&amp;gt; E-mail Receipt enabled for customers. Disabling that seems&amp;nbsp;not to be&amp;nbsp;an option for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One solution&amp;nbsp;is to customize catalog/controller/extension/payment/authorizenet_aim.php to send this field with the request:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;x_email_customer=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will override the settings in the Merchant Interface for each website transaction but leave the E-mail Receipt setting intact.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2017 23:02:26 GMT</pubDate>
    <dc:creator>mmcguire</dc:creator>
    <dc:date>2017-12-05T23:02:26Z</dc:date>
    <item>
      <title>How to disable Authorize.net E-mail from website ONLY transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-disable-Authorize-net-E-mail-from-website-ONLY/m-p/60735#M35247</link>
      <description>&lt;P&gt;We currently accept credit cards by phone (entering the order info into the Virtual Terminal) as well as on the website (OpenCart, using the built-in Authorize.net AIM module).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem: when order is placed on website, the customer receives 2 E-mails - 1 from our site, 1 from Authorize. The Authorize E-mail, being plaintext, looks ugly AF, and my boss wants to have it disabled.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Attempt # 1: in the Authorize.net account, under "Settings -&amp;gt; E-mail Receipt", there is a checkbox "&lt;SPAN&gt;&lt;STRONG&gt;Email transaction receipt to customer (if email address is provided)&lt;/STRONG&gt;".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Result #1:&amp;nbsp; u&lt;/SPAN&gt;&lt;SPAN&gt;nfortunately, this disables ALL transaction E-mails - from website transactions (OK) and from Virtual Terminal phone-order transactions (NOT cool). We have to provide an E-mail receipt to phone customers.&lt;BR /&gt;&lt;BR /&gt;Attempt #2: in the OpenCart system, editing file:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;catalog/controller/extension/payment/authorizenet_aim.php&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;to comment out the line&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;$data['x_email'] = $order_info['email'];&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Result #2: during checkout, even if a valid E-mail is entered, upon trying to submit the order, the "&lt;EM&gt;Email address is required&lt;/EM&gt;" error message appears.&lt;BR /&gt;&lt;BR /&gt;So. Can't disable it in Authorize. Can't just delete the E-mail from the array of data that OpenCart collects during checkout.&lt;BR /&gt;&lt;BR /&gt;How can I disable the Authorize.net E-mail on a site built on OpenCart 3.0?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 22:27:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-disable-Authorize-net-E-mail-from-website-ONLY/m-p/60735#M35247</guid>
      <dc:creator>OpenCartDev</dc:creator>
      <dc:date>2017-12-05T22:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Authorize.net E-mail from website ONLY transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-disable-Authorize-net-E-mail-from-website-ONLY/m-p/60736#M35248</link>
      <description>&lt;P&gt;Submitting credit cards by phone via the Virtual Terminal will require that you have the Settings -&amp;gt; E-mail Receipt enabled for customers. Disabling that seems&amp;nbsp;not to be&amp;nbsp;an option for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One solution&amp;nbsp;is to customize catalog/controller/extension/payment/authorizenet_aim.php to send this field with the request:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;x_email_customer=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will override the settings in the Merchant Interface for each website transaction but leave the E-mail Receipt setting intact.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 23:02:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-disable-Authorize-net-E-mail-from-website-ONLY/m-p/60736#M35248</guid>
      <dc:creator>mmcguire</dc:creator>
      <dc:date>2017-12-05T23:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Authorize.net E-mail from website ONLY transactions?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-disable-Authorize-net-E-mail-from-website-ONLY/m-p/60760#M35272</link>
      <description>&lt;P&gt;Correct solution, just a minor format difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$data['x_email_customer'] = 'false';&lt;/PRE&gt;&lt;P&gt;(Copied format from line "&lt;EM&gt;&lt;STRONG&gt;$data['x_relay_response'] = 'false';&lt;/STRONG&gt;&lt;/EM&gt;")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Worked 100%, thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 19:21:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-disable-Authorize-net-E-mail-from-website-ONLY/m-p/60760#M35272</guid>
      <dc:creator>OpenCartDev</dc:creator>
      <dc:date>2017-12-06T19:21:24Z</dc:date>
    </item>
  </channel>
</rss>

