Results 1 to 10 of 10

Hybrid View

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

    Default Re: Document General

    Actually, the information is collected in the datatbase but not displayed on the Best Products Viewed Report as most do not need to see those ...

    This is based on the Product Types setting for does the Product get added to the cart ...

    To alter the Report you can edit the file:
    stats_products_viewed.php

    and change this code:
    Code:
    // only show low stock on products that can be added to the cart
        if ($zc_products->get_allow_add_to_cart($products->fields['products_id']) == 'Y') {
          $rows++;
    Code:
    // only show low stock on products that can be added to the cart
        if (true || $zc_products->get_allow_add_to_cart($products->fields['products_id']) == 'Y') {
          $rows++;
    And now all Product Types will be displayed, even if they cannot be added to the cart ...
    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!

  2. #2
    Join Date
    Nov 2006
    Posts
    76
    Plugin Contributions
    0

    Default Re: Document General

    Excellent, thank you very much.

  3. #3
    Join Date
    May 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Document General

    Thanks also! This worked great for me too!
    btolly

 

 

Similar Threads

  1. Document General
    By ttmb33 in forum Customization from the Admin
    Replies: 1
    Last Post: 3 Feb 2011, 03:32 PM
  2. Product general in document general
    By Akasashasha in forum General Questions
    Replies: 7
    Last Post: 5 Apr 2010, 04:15 AM
  3. EZ Populate to Document-General
    By tswift44 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 1 Oct 2009, 09:31 PM
  4. Document-General Question
    By ex.wear in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 9 Oct 2008, 04:53 AM
  5. Document - General Questions
    By robinstl in forum General Questions
    Replies: 1
    Last Post: 13 Nov 2007, 08:25 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