Results 1 to 7 of 7
  1. #1
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

    Default problems with ID customers

    Hi I have problems wend i try to search customers with ID number in admin area.
    Can you help me (soory my Ingles)

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: problems with ID customers

    There isn't a customers_id search ... the search works only on name, email, phone, street, company, city, postal-code:
    PHP Code:
          $search "where c.customers_lastname like '%" $keywords "%' or c.customers_firstname like '%" $keywords "%' or c.customers_email_address like '%" $keywords "%' or c.customers_telephone rlike ':keywords:' or a.entry_company rlike ':keywords:' or a.entry_street_address rlike ':keywords:' or a.entry_city rlike ':keywords:' or a.entry_postcode rlike ':keywords:'"
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: problems with ID customers

    Tanks for de wanser
    I just change the code and works

    $search = "where c.customers_lastname like '%" . $keywords . "%' or c.customers_firstname like '%" . $keywords . "%' or c.customers_id like '%" . $keywords . "%' or c.customers_email_address like '%" . $keywords . "%' or c.customers_telephone rlike ':keywords:' or a.entry_company rlike ':keywords:' or a.entry_street_address rlike ':keywords:' or a.entry_city rlike ':keywords:' or a.entry_postcode rlike ':keywords:'";

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: problems with ID customers

    Keep in mind how many numbers will appear in the current search keys and what searching for a customers_id will eventually be like ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: problems with ID customers

    Yes 1 to 4 customers appear wend i shearch for customers id but itīs ok for me, i need the id customers itīs important. and the test i make works ok
    tanks for everyting and if you now beter code let me now ok?

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: problems with ID customers

    You might consider a separate search for the customers_id rather than use it as part of the generic ...

    Peek in orders.php to see how the separate searches are done there for ideas on how to do this ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

    Default Re: problems with ID customers

    tanks
    I dont now wo to do a separate search. If you now sameting and if you can help me itīs ok.
    Is working +/- with code i change.
    tanks for everyting.

 

 

Similar Threads

  1. v139g customers reporting problems with PayPal Express
    By irishshopper in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 31 May 2014, 12:24 AM
  2. v151 Problems with customers logging in and staying logged in
    By bowerstech in forum General Questions
    Replies: 9
    Last Post: 4 Dec 2013, 08:30 AM
  3. v150 Problems with customers not staying logged in
    By marcelo63 in forum Upgrading to 1.5.x
    Replies: 0
    Last Post: 4 Mar 2012, 07:13 PM
  4. Losing customers... problems with payment section?
    By systemist in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 17 Dec 2011, 02:27 AM
  5. Problems with International Customers
    By doll5272 in forum General Questions
    Replies: 2
    Last Post: 1 May 2011, 02:16 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