Page 10 of 16 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 151
  1. #91
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    I've submitted v2.0.8 to the plugins for review:
    • BUGFIX - Correct PHP error introduced in v2.0.7
    • CHANGE - Additional field-handling based on ZC 1.5.5 create-account processing.

  2. #92
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    v2.0.8 is now available for download.

  3. #93
    Join Date
    Mar 2016
    Posts
    7
    Plugin Contributions
    0

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    Quote Originally Posted by lat9 View Post
    This is the support thread for the Add Customers from Admin v2.0 plugin, created for v1.5.0 and later and is based on v1.08 of the plugin created for v1.3.x (http://www.zen-cart.com/downloads.php?do=file&id=454).

    The plugin has not yet been submitted to the Plugins area for distribution as I am still "gathering" requirements. Here is my initial list:
    • Moved all language-specific text to the language file. Note: Additional defines appear as English within the Czech language files.
    • Added auto-install script for v1.5.0+ admin
    • If the currently-selected Country has zones, a drop-down menu of associated zones is presented; otherwise, the admin user must enter a "State" value.
    • Updated the CSV help text to be more 'robust'
    • Added basic validation for world telephone numbers
    • Added preg_match validation for US, CA and GB postcodes
    • User-selectable formatting for the Date of Birth fields
    • BUGFIX: Missing check for required Company field
    • BUGFIX: Incorrect check for minimum first-name length
    • BUGFIX: Unspecified (i.e. empty) DOB accepted when the DOB is required
    • BUGFIX: Non-zero "New Signup Gift Voucher Amount" resulted in a white-screen
    • BUGFIX: Address records for countries that have zones were incorrectly created


    I'm investigating the request to add a "Resend Welcome Message", but require guidance as to how current users envision this feature to work.
    Is there an easy way to get rid of the bulk add stuff on the left, short of fixing the template and logic myself? My telephone CSR people really only need what is on the right for individual customers?

  4. #94
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    I'll consider adding a configuration switch for a future release, but for the time being you can make a simple edit to /YOUR_ADMIN/add_customers.php to "not display" that section:
    Code:
    <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html <?php echo HTML_PARAMS; ?>>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
    <title><?php echo TITLE; ?></title>
    <link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
    <link rel="stylesheet" type="text/css" href="includes/stylesheet_acfa.css">
    <link rel="stylesheet" type="text/css" href="includes/cssjsmenuhover.css" media="all" id="hoverJS">
    <style type="text/css">
    <!--
    #multiple { display: none; }
    -->
    </style>
    <script type="text/javascript" src="includes/menu.js"></script>
    <script type="text/javascript" src="includes/general.js"></script>
    <script type="text/javascript">
    
    function init()
    {
      cssjsmenu(\'navbar\');
      if (document.getElementById)
      {
        var kill = document.getElementById(\'hoverJS\');
        kill.disabled = true;
      }
    }
    
    </script>

  5. #95
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    I just uploaded v2.0.9 to the Plugins for review:
    [*] BUGFIX: Labels for "Shipping Address" and "Newsletter Signup" weren't being displayed.

  6. #96
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    v2.0.9 is now available for download.

  7. #97

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    Ok, I feel really stupid asking this but my brain is just not working right now!

    Where do I copy the directory to???
    It says to rename YOUR_ADMIN file... I don't know what/where this is!
    Is it like in public_html/includes/languages/....?
    Is that all there is to it?

    Can someone give me step by step?


    www.softscents.net

  8. #98
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    The YOUR_ADMIN folder "represents" the name of your secret_admin_folder; you've been accessing your Zen Cart admin, for example, using a link like www(dot)softscents.net/secret_admin_folder.

    You can use your favorite FTP program (like WinSCP or FileZilla) to "upload" all the files present in the plugin's /YOUR_ADMIN folder to your Zen Cart's file-system's /secret_admin_folder/ (since there are no core-file overwrites).

  9. #99

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    WOO HOO! You're a genius! It took me a couple tries, but finally figured out it where that silly named folder is and it works!!!

    Thank you!!! *happy dance*

  10. #100
    Join Date
    Jun 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    Hi,
    I've just installed Add Customers From Admin version 1.5.0.
    I'm adding customers details individually as and when a customer calls us.
    Just wondering if there is a way to switch off the customer's e-mail address field so that it's not necessary to enter an e-mail address?
    This would be handy for us as most of our customers who place an order over the 'phone do so because they are not familiar with using web sites and don't have an e-mail address.
    Thanks in advance,
    Christine

 

 
Page 10 of 16 FirstFirst ... 89101112 ... LastLast

Similar Threads

  1. Save For Later Support Thread
    By swguy in forum All Other Contributions/Addons
    Replies: 223
    Last Post: 20 Mar 2025, 02:14 PM
  2. v155 Default Attribute - Add from product list [Support Thread]
    By swguy in forum Addon Admin Tools
    Replies: 9
    Last Post: 6 Jul 2020, 01:13 PM
  3. v151 Black and White Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 1
    Last Post: 1 Jun 2013, 04:04 PM
  4. add customers from admin
    By stevebrett in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 15 May 2009, 02:24 AM
  5. Add Customers from Admin
    By bigbadboy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 13 Apr 2008, 02:42 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