Results 1 to 10 of 10
  1. #1
    Join Date
    Nov 2006
    Posts
    76
    Plugin Contributions
    0

    Default Document General

    Is there a way to have a "general document product" generate a product viewed report ? Example when I create a "general product" I can look at products viewed in the admin panel and it will give me the number of the times the product has been viewed. I'd like that same report for general documents.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Document General

    Is there a way to have a "general document product" generate a product viewed report ? Example when I create a "general product" I can look at products viewed in the admin panel and it will give me the number of the times the product has been viewed.
    They are included in this report along with music type
    Zen-Venom Get Bitten

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

    Default Re: Document General

    When I first began putting products on my site I put them up as "product - general" I then switched to putting them up as "document - general" because the layout is better for what I'm doing however I began to notice that products listed as "product - general" have product viewed reports but products listed as "document - general" do not generate a number of times viewed number. Is it possible to have this report for "document general" listings?

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Document General

    but products listed as "document - general" do not generate a number of times viewed numbe
    I am using 1.3.8a - and the # viewed is represented for "Document General"
    Zen-Venom Get Bitten

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

    Default Re: Document General

    Yes, I know but do you know if it's possible to get the same report for a "document general" listing ?

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Document General

    Yes, I know but do you know if it's possible to get the same report for a "document general" listing ?
    Document General is included in the reporting...
    Zen-Venom Get Bitten

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

    Default Re: Document General

    I'm running 1.3.8 and It seems the products I originally listed as "product - general" appear in the products viewed report but the ones I have added to the site as"document general" do not. I'm not sure why this happens; perhaps I have a setting issue?

  8. #8
    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: v1.5.5]
    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!

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

    Default Re: Document General

    Excellent, thank you very much.

  10. #10
    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

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