Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35
  1. #11
    Join Date
    May 2008
    Posts
    20
    Plugin Contributions
    0

    Default Re: Admin New Customer 1.4 Released!

    FYI - The birth date was always adding as 2036-11-30 00:00:00 (showing at 11/20/2036). To remedy this, around line 311 where you assign the dob to the query I change this:
    'customers_dob' => $cInfo->customers_dob,
    to
    'customers_dob' => zen_date_raw($cInfo->customers_dob),
    and that seemed to fix it.

  2. #12
    Join Date
    Feb 2009
    Posts
    69
    Plugin Contributions
    0

    Default Re: Admin New Customer 1.4 Released!

    How can I setup password for new customer created with thismode?

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

    Default Re: Admin New Customer 1.4 Released!

    Quote Originally Posted by gsmsalers View Post
    How can I setup password for new customer created with thismode?
    One cannot. Instead one uses Zen Cart's "password forgotten" link (you can enter the customer's email address for them). This will send the customer a "temporary" password to their email account and when they sign into the account Zen Cart will let them choose a new password.

    This was done on purpose to avoid someone other than the customer knowing the customer's password. As only the customer knows their password, this avoids any potential issue(s) which may arise.
    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

  4. #14

    Default Re: Admin New Customer 1.4 Released!

    I have a problem that seems to be present with the mod. When I enter the customer billing and shipping address. Both addresses go into the database however the Company name that is entered on top for the shipping does not go into the billing address company field. Can this be changed so a company name also goes into the billing address. Or even add another company name field for the billing address?

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

    Default Re: Admin New Customer 1.4 Released!

    Yes and yes.

    To simply add the company name to both address entries change "/admin/new_customer.php" around line 354 from:
    Code:
    					'entry_firstname' => $cInfo->billing_firstname,
    					'entry_lastname' => $cInfo->billing_lastname,
    					'entry_street_address' => $cInfo->billing_street_address,
    to:
    Code:
    					'entry_firstname' => $cInfo->billing_firstname,
    					'entry_lastname' => $cInfo->billing_lastname,
    					'entry_company' => $cInfo->entry_company,
    					'entry_street_address' => $cInfo->billing_street_address,
    Adding a second field to add a different company name for the billing address is a little more work, but could be done as well.
    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

  6. #16

    Default Re: Admin New Customer 1.4 Released!

    Thanks Ihungil,
    Thank you for the very fast response!! I will give that a shot, that will definitly eliminate a lot of redundant address company name editing on our end. Thank you! If I could throw the extra field option in a feature request that would be great which we could use for companies that wish to do blind dropships from a zencart store or have seperate supply company or branch that does all there ordering for them. That would be handy to eliminate going in and changing it before we do the checkout each time for them. Not a big deal but thought I would throw that out there.

  7. #17
    Join Date
    Jul 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: Admin New Customer [Support Thread]

    Will this version work with zencart 1.3.9.

  8. #18
    Join Date
    Oct 2014
    Location
    Delaware
    Posts
    2
    Plugin Contributions
    0

    Default Re: Admin New Customer 1.4 Released!

    Hi, everyone. I'm a brand noob user of Zen Cart. I'm trying to see if this software can be a solution for a customer of mine. I think it can with this plug in and a couple of others.

    I have Zen Cart 1.5.3 installed. This plugin looks like it will do what I need to do, but it doesn't mention 1.5.3. It stops at 1.5.1. As I said I'm not too familiar with Zen Cart so it could be that 1.5.1 and 1.5.3 and practically identical except for small changes, but I don't know for sure.

    Can anyone tell me if this plug in is compatible with ZC 1.5.3? If so are there any mods that I need to worry about?

    Thanks so much.

    Mark

  9. #19
    Join Date
    Oct 2014
    Location
    Delaware
    Posts
    2
    Plugin Contributions
    0

    Default Re: Admin New Customer 1.4 Released!

    Wow, no one. Ok. Moving on to find something else.

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

    Default Re: Admin New Customer 1.4 Released!

    As far as I know it "should" work (I've only tested up to Zen Cart 1.5.2 RC2). Best way to find out is try on a test site (and report back).
    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

 

 
Page 2 of 4 FirstFirst 1234 LastLast

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