Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2011
    Posts
    3
    Plugin Contributions
    0

    Default [Done v1.5] 1.5.0BETA - can't delete customers

    Installed the 1.5.0 beta on two different dev servers so we could check it out.

    In both instances we can add users fine (as well as most other functions) - but can't delete users through the admin interface. (get the confirmation to delete the customer - but when the customer list returns, the customer is always still there)

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: 1.5.0BETA - can't delete customers

    In YOUR_ADMIN/customers.php find line 1187 and change it from

    PHP Code:
          $contents = array('form' => zen_draw_form('customers'FILENAME_CUSTOMERSzen_get_all_get_params(array('cID''action''search')) . '&action=deleteconfirm''post'''true) . zen_draw_hidden_field('cID='$cInfo->customers_id)); 
    to

    PHP Code:
          $contents = array('form' => zen_draw_form('customers'FILENAME_CUSTOMERSzen_get_all_get_params(array('cID''action''search')) . 'action=deleteconfirm''post'''true) . zen_draw_hidden_field('cID'$cInfo->customers_id)); 
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 

Similar Threads

  1. [Done] v1.5.0BETA Spanish Zones minor error
    By torvista in forum Bug Reports
    Replies: 2
    Last Post: 7 Aug 2011, 11:34 PM
  2. Customers can't delete address
    By DigitalShadow in forum General Questions
    Replies: 1
    Last Post: 29 Mar 2010, 06:10 PM
  3. Can i delete all my customers?
    By touchclothing in forum General Questions
    Replies: 9
    Last Post: 29 Oct 2009, 06:11 AM
  4. All customers fields in ADMIN > CUSTOMERS are empty and I can't delete them!
    By plgaudreau in forum Managing Customers and Orders
    Replies: 1
    Last Post: 26 Feb 2008, 02:08 AM
  5. Replies: 4
    Last Post: 13 Jul 2006, 03:49 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