Page 2 of 2 FirstFirst 12
Results 11 to 20 of 152

Hybrid View

  1. #1
    Join Date
    Sep 2011
    Posts
    27
    Plugin Contributions
    0

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

    I add files one at a time so that Isn't an issue. Yes refreshed.

    Quote Originally Posted by lat9 View Post
    Did you rename the YOUR_ADMIN folder to match your renamed admin folder? If you FTP'd the files while you were signed into your admin, did you refresh the screen to allow the "Add Customers" item to be added to the Customers menu?

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,973
    Plugin Contributions
    96

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

    The following files are required to get the Add Customers item to display on the Customers tab:

    /YOUR_ADMIN/add_customers.php
    /YOUR_ADMIN/includes/extra_datafiles/add_customers_filenames.php
    /YOUR_ADMIN/includes/functions/extra_functions/init_add_customers.php
    /YOUR_ADMIN/includes/languages/english/extra_definitions/add_customers_name.php

    Don't get me wrong, the other files are necessary to allow the plugin to operate properly without blank-pages and the like ... but the files listed above are the minimum set required to get the plugin to display on the dropdown menu. You might also check to see that you don't have any debug*.log files in your /logs directory.

    If it looks like all those files are present, you might try FTPing them again. I've personally never had a problem with corrupt files that I've FTP'd, but I've seen a bunch of issues that were solved by re-FTPing.

  3. #3
    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. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,973
    Plugin Contributions
    96

    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. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,973
    Plugin Contributions
    96

    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. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,973
    Plugin Contributions
    96

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

    v2.0.9 is now available for download.

  7. #7

    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

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Save For Later Support Thread
    By swguy in forum All Other Contributions/Addons
    Replies: 225
    Last Post: 4 Oct 2025, 11:02 AM
  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

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