Page 26 of 27 FirstFirst ... 1624252627 LastLast
Results 251 to 260 of 263
  1. #251

    Default Re: Add Customers from admin addon

    Found this doing a google search. I don't know who this person is, if they are reliable, if the fileset is safe or harmful, if the modifications work or don't work...but thought I'd share it for those who want to test it.

    http://www.samuelsena.com/zen-cart-v...om-admin-beta/
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  2. #252
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Add Customers from admin addon

    Quote Originally Posted by ScriptJunkie View Post
    Found this doing a google search. I don't know who this person is, if they are reliable, if the fileset is safe or harmful, if the modifications work or don't work...but thought I'd share it for those who want to test it.

    http://www.samuelsena.com/zen-cart-v...om-admin-beta/
    Well this is much more helpful than just saying that "it works".
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #253
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: Add Customers from admin addon

    While that version adds the admin_page registration required for v1.5.0, it also loses the multi-language changes that garden added on 8/2/2012. From what I have seen from a WinMerge of the beta and garden's version is that the beta adds the installation SQL to add the tool to the admin menu and the swapping of the state and zipcode display on the form entry. The 1.5.0 beta version also doesn't include the sample .csv file.

    I'm currently looking making a 1.5.0 version that does an auto-install; if the current users could help me by compiling a change-request/bug-fix list, I'll put the v1.5.0 (only) plugin together.

  4. #254
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Add Customers from admin addon

    Quote Originally Posted by lat9 View Post
    While that version adds the admin_page registration required for v1.5.0, it also loses the multi-language changes that garden added on 8/2/2012. From what I have seen from a WinMerge of the beta and garden's version is that the beta adds the installation SQL to add the tool to the admin menu and the swapping of the state and zipcode display on the form entry. The 1.5.0 beta version also doesn't include the sample .csv file.

    I'm currently looking making a 1.5.0 version that does an auto-install; if the current users could help me by compiling a change-request/bug-fix list, I'll put the v1.5.0 (only) plugin together.
    Got two things.. One is a definite bug with this mod, the other is a feature enhancement
    http://www.zen-cart.com/showthread.p...98#post1104098 - Issues with the way this add-on adds state data

    http://www.zen-cart.com/showthread.p...28#post1107828 - Would be nice to have a method to re-send the welcome letter
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #255
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Add Customers from admin addon

    Quote Originally Posted by DivaVocals View Post
    http://www.zen-cart.com/showthread.p...28#post1107828 - Would be nice to have a method to re-send the welcome letter
    Hey Diva!

    I managed to get the re-send working... but haven't updated my modded version to 1.5 yet! My code shouldn't be too hard to patch into a new version if someone does the 1.5 update.

    -chadd

  6. #256
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Add Customers from admin addon

    Quote Originally Posted by chadderuski View Post
    Hey Diva!

    I managed to get the re-send working... but haven't updated my modded version to 1.5 yet! My code shouldn't be too hard to patch into a new version if someone does the 1.5 update.

    -chadd
    Awesome!!! Post your changes here so lat9 can get at 'em.. Sounds like he's gonna lead the charge on this one..

    (On another note.. I know I know I know.. I owe you an e-mail reply.. Trying to split myself into tow or free up some time to get back to you..)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #257
    Join Date
    Aug 2011
    Location
    Portland, Oregon
    Posts
    20
    Plugin Contributions
    0

    Default Re: Add Customers from admin addon

    Yes, this is the same place that I found the Beta version of this addon: http://www.samuelsena.com/zen-cart-v...om-admin-beta/.

    Looking forward to the updates and fixes!
    J. DeForest
    Bad Kitty Studios

  8. #258
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: Add Customers from admin addon

    I'll look forward to the "resend email" code; I'm not sure what exactly how the display should be formatted.

    I've got the zone_id problem done, but am looking at the date-of-birth format. Should the date format be based on the DATE_FORMAT_SHORT that's present in ADMIN/includes/languages/english.php (or whatever the current language is) rather than the hard-coded YYYYMMDD?

  9. #259
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Add Customers from admin addon

    Quote Originally Posted by lat9 View Post
    I'll look forward to the "resend email" code; I'm not sure what exactly how the display should be formatted.

    I've got the zone_id problem done, but am looking at the date-of-birth format. Should the date format be based on the DATE_FORMAT_SHORT that's present in ADMIN/includes/languages/english.php (or whatever the current language is) rather than the hard-coded YYYYMMDD?
    I'd say use the language constant versus something hard-coded for additional language support..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #260
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: Add Customers from admin addon

    OK, I'll look at making the date format more "flexible".

    A little guidance on how people expect the "Resend Welcome Email" to work would be appreciated. Should there be a drop-down list of customers, you select one and then click the "Email" button to resend? Does this function also reset the customer's password? I ask because the welcome email currently sends the user their 'initial' password and there's no way to know what the password is after-the-fact.

 

 
Page 26 of 27 FirstFirst ... 1624252627 LastLast

Similar Threads

  1. how do i install the add customers through admin addon
    By Matt Smith in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 12 Oct 2009, 11:46 AM
  2. Add customers from Admin addon error
    By 21zerogo in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2009, 02:12 AM
  3. How do I set default country when using Add Customers via Admin addon?
    By Andy_GS in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Apr 2009, 09:40 AM
  4. Adding customers from admin side, without an addon?
    By dcb37ga in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Dec 2008, 05:22 AM
  5. Add customer from Admin addon
    By wireyourworld in forum Managing Customers and Orders
    Replies: 3
    Last Post: 4 Apr 2008, 05:45 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