Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,473
    Plugin Contributions
    88

    Default Re: In 1.5.5f email confirmation after upgrade

    Nice catch, @carlwhat! I wonder why that code fragment was removed.

  2. #12
    Join Date
    Jan 2015
    Posts
    423
    Plugin Contributions
    0

    Default Re: In 1.5.5f email confirmation after upgrade

    Carl i put that piece of code in and it did not seem to work. Could you maybe take another look at see if you could assist me

    original code form 1.5.5f
    HTML Code:
     function before_process() {
    
        global $response, $db, $order, $messageStack;
    
        $order->info['cc_owner']   = $_POST['cc_owner'];
    
        $order->info['cc_number']  = str_pad(substr($_POST['cc_number'], -4), strlen($_POST['cc_number']), "X", STR_PAD_LEFT);
    
        $order->info['cc_expires'] = '';  // $_POST['cc_expires'];
    
        $order->info['cc_cvv']     = '***';
    
        $sessID = zen_session_id();

    changed to
    HTML Code:
     function before_process() { 
        global $response, $db, $order, $messageStack; 
        $order->info['cc_owner']   = $_POST['cc_owner']; 
        $order->info['cc_number']  = str_pad(substr($_POST['cc_number'], -4), strlen($_POST['cc_number']), "X", STR_PAD_LEFT); 
        $order->info['cc_expires'] = '';  // $_POST['cc_expires']; 
        $order->info['cc_cvv']     = '***'; 
        $order->info['cc_type']    = $_POST['cc_type']; 
        $sessID = zen_session_id();

  3. #13
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: In 1.5.5f email confirmation after upgrade

    chad,
    try commenting out line 485 (may now be line 486):

    PHP Code:
     // $order->info['cc_type'] = $response[51]; 
    please don't make me dig out my authorize.net reference manual..... please....

    let us know if that works!
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #14
    Join Date
    Jan 2015
    Posts
    423
    Plugin Contributions
    0

    Default Re: In 1.5.5f email confirmation after upgrade

    Carlwhat

    All seems good. Thank you for taking the time in helping me solve this issue.

    I luv my zencart:)

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v154 Confirmation emails wont go to my email address after purchase
    By chetwilko in forum General Questions
    Replies: 10
    Last Post: 10 Sep 2015, 03:48 PM
  2. Sending Customer Confirmation Email After Purchase
    By cqdeline in forum Managing Customers and Orders
    Replies: 5
    Last Post: 24 May 2012, 12:26 PM
  3. order confirmation email issue after upgrade
    By gorie in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 14 Aug 2010, 06:55 PM
  4. How to resend new order confirmation email after modified?
    By andrew1328 in forum Managing Customers and Orders
    Replies: 0
    Last Post: 1 Jun 2010, 03:57 PM
  5. No confirmation email after order using IcePay Plugin
    By jcdk in forum Addon Payment Modules
    Replies: 5
    Last Post: 27 Nov 2009, 10:47 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR