Results 1 to 10 of 35

Threaded View

  1. #28
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Admin New Customer 1.4 Released!

    Can you try editing "/your-secret-admin/new_customer.php"; Add the changes in red (around line 299):
    Code:
    			$sql_data_array = array(
    				'customers_gender' => $cInfo->customers_gender,
    				'customers_firstname' => $cInfo->customers_firstname,
    				'customers_lastname' => $cInfo->customers_lastname,
    				'customers_dob' => zen_date_raw($cInfo->customers_dob),
    				'customers_email_address' => $cInfo->customers_email_address,
    				'customers_telephone' => $cInfo->customers_telephone,
    				'customers_fax' => $cInfo->customers_fax,
    				'customers_newsletter' => $cInfo->customers_newsletter,
    				'customers_email_format' => $cInfo->customers_email_format,
    				'customers_default_address_id' => $cInfo->customers_default_address_id,
    				'customers_password' => $cInfo->customers_password,
    				'customers_group_pricing' => $cInfo->customers_group_pricing,
    				'customers_authorization' => $cInfo->customers_authorization,
    				'customers_referral' => $cInfo->customers_referral
    			);
    This fix was previously posted by christamcc. Let me know if this solves the problem in your environment.


    NOTE: PHP 5.2.x reached end-of-life on 6 Jan 2011. It has not received bug or security fixes since. I would strongly urge any store owner to keep Zen Cart up to date (version 1.5.4 currently) and make sure the hosting provider stays up to date as well (PHP 5.5 is the oldest version currently supported - see PHP end-of-life).
    Last edited by lhungil; 21 Nov 2015 at 02:45 AM.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. v150 Admin New Order [Support Thread]
    By lhungil in forum Addon Admin Tools
    Replies: 121
    Last Post: 5 Feb 2021, 07:51 PM
  3. v151 Admin Keepalive Timer [Support Thread]
    By DrByte in forum Addon Admin Tools
    Replies: 78
    Last Post: 7 Apr 2019, 03:49 PM
  4. v150 Minimum Customer Account Information - Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 87
    Last Post: 30 Nov 2015, 04:00 PM
  5. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09: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