Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35
  1. #1
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    customer issue Admin New Customer [Support Thread]

    Admin New Customer 1.0RC1 for Zen Cart 1.5.0

    Plugin / Add-On Details
    This plugin adds the ability for administrative users to add new customers to Zen Cart from the administrative interface. The interface blends into the existing customer management page with the addition of a single "insert" button.

    • Can add a new customer with shipping address
    • Can optionally add a billing address for the new customer
    • Client-Side Javascript and Server-Side PHP customer validation
    • Verifies new customer information against configured Zen Cart restrictions
    • Includes support for address dropdowns
    • Sends an admin alert email when a new customer is added
    • Can restrict via Admin Profiles


    Status
    I've attached Release Candidate 1 to this thread. Looking for people to test current version.

    Disclaimer
    As with all Zen Cart Plugins / Add-Ons you should first TEST the changes on a non-production site. It is recommended to backup your entire Zen Cart installation and database prior to installing.

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

    Default Admin New Customer [Support Thread]

    Version 1.0 of "Admin New Customer" is now available in the plugins section: http://www.zen-cart.com/downloads.php?do=file&id=1501.

    The only change from RC1 were some slight improvements in the installation scripts.

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

    Default New Version: 1.1

    Release Notes
    • Updated installation scripts to provide additional feedback
    • Updated to use new function zen_create_PADSS_password in 1.5.1
    • Added patched Zen Cart 1.5.1 password_func.php with fixes


    This version includes a patch to the Zen Cart 1.5.1 password_func.php. This patch fixes an issue when your store is not installed on the website root. See password_forgotten-generates-log-file for more details.

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

    Default Patch for State Dropdowns

    Affected Environments
    Those using country / state drop down menus. Currently the state field will not be added to the addresses in the database.

    Patch Details
    Edit "new_customer.php" starting on line 84 change:
    Code:
    	$cInfo->entry_lastname = $cInfo->customers_lastname;
    }
    to:
    Code:
    	$cInfo->entry_lastname = $cInfo->customers_lastname;
    
    	// Handle state dropdowns if needed
    	if(zen_not_null($_POST['entry_zone_id']) && $_POST['entry_zone_id'] != 0) {
    		$cInfo->entry_state = zen_get_zone_name($_POST['entry_country_id'], $_POST['entry_zone_id'], 0);
    	}
    	if(zen_not_null($_POST['billing_zone_id']) && $_POST['billing_zone_id'] != 0) {
    		$cInfo->billing_state = zen_get_zone_name($_POST['billing_country_id'], $_POST['billing_zone_id'], 0);
    	}
    }
    Notes
    This patch will be added to the next release.
    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

  5. #5

    Default Re: Patch for State Dropdowns

    Hi lhungil,
    Thanks for writing the Mod! I like being able to add the two addresses at once. But I also found one additional bug that seems to be present with it. With the last few lines changed in this thread that works, however one thing that seems to happen is when a customer goes to edit any address made initially with this mod it always causes you to have to reenter the State again. It looks like the mod does not write to the entry Zone ID field only entry_state field until you update it then the fields switch. Wish I could be of more help but I do not understand PHP code to figure out what is going on.

    Also one other thing I am not sure is possible but would it be possible to also have an additional Company field for each address?

    Thanks
    Jamey

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

    bug Re: Patch for State Dropdowns

    Quote Originally Posted by jpietrowiak View Post
    ... It looks like the mod does not write to the entry Zone ID field only entry_state field until you update it then the fields switch. Wish I could be of more help but I do not understand PHP code to figure out what is going on...
    I can confirm this - the problem is some misspellings in one of the files. There is a BETA release of version 1.2 available which corrects all known bugs since version 1.1 and improved installation, removal, and a couple other enhancements.

    BETA Testers are welcome. To join the BETA test, simply send me a private message requesting to be involved and I'll invite you to the BETA.
    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

  7. #7
    Join Date
    Nov 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Patch for State Dropdowns

    Hello

    I have zen cart 1.5.1. I had trouble installing your module. I uploaded the files and now I get a blank page when I try to login into the admin. Can you please provide some help?

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

    Default Re: Patch for State Dropdowns

    I am getting a blank page

    Follow the instructions in that article and post your debug files if any.
    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

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

    Default Admin New Customer 1.4 Released!

    A new version of Admin New Customer is now available from the Zen Cart plugin repository. This version features a new install / upgrade / removal process, a more detailed readme, and will no longer load duplicate zen cart functions.
    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

  10. #10
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Admin New Customer 1.4 Released!

    edited
    now working nv
    i may not know how yet, but i soon will....i hope :)

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 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

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