Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 61
  1. #11
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Customer Search Log

    Quote Originally Posted by HeathenMagic View Post
    Hi installed and it is very straightforward. Very nice mod.

    It's absolutely fabulous mod and with the integration of added features from 1.1.1 it's even a better mod :)

  2. #12
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Customer Search Log

    Quote Originally Posted by BlessIsaacola View Post
    For now I uploaded all file from version 2.0 and replaced your admin\stats_search_log.php with the one from Paul's version 1.1.1 and that provided the report that I am looking for. I am not sure if this is the right approach but it works.
    I can't see any problems with doing that. Should work fine.

    Regards,
    Christian.

  3. #13
    Join Date
    Feb 2008
    Posts
    118
    Plugin Contributions
    0

    Default Re: Customer Search Log

    Yeah, this mod is cool...

    More features would be nice...keeping a Marketing/SEO point of view in mind.

    I think Google Analytics offers this type of tool for your site,
    I'm sure there's some good ideas to be copped from their version.

    Some people don't believe in offering Google their entire business model, advertising strategy and sales information on a silver platter...
    so those people have to do without the handy little features like search stats...this Search Log mod helps overcome that problem!

    Thanks man, good work!

  4. #14
    Join Date
    Aug 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Customer Search Log

    Hello everyone,

    Does anyone have Search Log v2.0 working with v1.3.8a of the Time Zone Offset mod by Gilby?
    http://www.zen-cart.com/index.php?ma...roducts_id=145

    Whilst the Time Zone Offset mod offsets all other times correctly, the Search Log still shows the incorrect time.
    In an unsuccessful attempt to resolve this, the following change was made, however, new searches still do not show the offset time.

    \includes\classes\observers\class.search_log.php

    Line 47 - Changed from:
    Code:
    $sql = 'insert into ' .DB_PREFIX. 'search_log (search_term, search_time, search_results) values (:searchTerm,now(),:searchResults)';
    To:
    Code:
    $sql = 'insert into ' .DB_PREFIX. 'search_log (search_term, search_time, search_results) values (:searchTerm,date_add(now(), INTERVAL " . TIME_ZONE_OFFSET . " HOUR),:searchResults)';
    Can anyone advise what other changes in addition to, or instead of the above, are required to fix this?
    If relevant, Zen Cart is v1.38a, PHP is v5.2.6 and MySQL is v5.0.51a-community

    Testing on an otherwise clean installed Zen Cart with correct locale setting, and only the Search Log and Time Zone Offset mods installed shows the problem remains, and is seemingly not related to any incompatibility with other mods.

    Many thanks,
    Edward McDougle.

  5. #15
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Customer Search Log

    You used double-quotes when inserting the constant value into the query, but the rest of the syntax is using single-quotes. Thus the name of your constant, along with its quotes, is being sent literally to the query. I'm surprised MySQL didn't croak on it.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #16
    Join Date
    Aug 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Customer Search Log

    Thanks DrByte, your suggested fix resolved that problem.

    Just one more issue remains, that being the date format, which is shown in the wrong format:
    For example, 2008-08-10 01:02:52, where it should be 01:02:52 10-08-2008

    Elsewhere, the date format is correct as per the locale setting.

    Many thanks,
    Edward McDougle.

  7. #17
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Customer Search Log

    The date must be stored in the database in YYYY-MM-DD HH:MM:SS format. That's what MySQL requires.

    If you're not happy with the way the search log *report* shows the output, you'll have to alter the code of the contribution to have it render the display to your liking. You can probably use the changes introduced by other files in your timezone-offset addon as an example for how to change other things such as your report.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #18
    Join Date
    Aug 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Customer Search Log

    Thank you for your help DrByte.

  9. #19

    Default Re: Customer Search Log

    Hi,

    Good job! Combining using this add-on with Google Analytics, we would get what keywords do well and what to develop!

    Thanks for your job,

  10. #20
    Join Date
    Aug 2008
    Location
    Ohio
    Posts
    63
    Plugin Contributions
    2

    Default Re: Customer Search Log

    I have installed this to Zen 1.3.9 c, and it is not showing up under the admin>reports, how do I add this , thanks for any help

 

 
Page 2 of 7 FirstFirst 1234 ... LastLast

Similar Threads

  1. v155 Customer can't log in but site creates customer
    By CandleMan in forum Basic Configuration
    Replies: 1
    Last Post: 8 Apr 2016, 03:37 PM
  2. v150 remove the customer log-in link and customer registration page
    By xr3461 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 22 Dec 2012, 04:20 AM
  3. Customize admin customer search query: search alt emails, too?
    By Matt008 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 15 Apr 2010, 01:10 AM
  4. Problem with Customer Log in/ Log out
    By tequila in forum General Questions
    Replies: 11
    Last Post: 3 Jul 2009, 02:39 AM
  5. External Log In - Log a Customer in from another system
    By designerman in forum General Questions
    Replies: 11
    Last Post: 14 Jul 2008, 02:59 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