Page 1 of 8 123 ... LastLast
Results 1 to 10 of 72
  1. #1
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,009
    Plugin Contributions
    61

    Default ZC Inventory Report Module

    Zen Cart Inventory Report Module v 1.6
    https://www.zen-cart.com/downloads.php?do=file&id=1365

    This Zen Cart Report module allows for you to check stock levels of the products
    in your Zen Cart store. Values included in the table style report are:

    Product ID
    Quantity in Stock
    Product title
    Master category
    Product Price
    Extended Retail value of stock on hand

    Included in this report is the ability to sort all of the values above
    ascending/descending as well as viewing all or paginating the stock and drop
    down filter to show this report by category instead of all products
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  2. #2
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: ZC Inventory Report Module

    Hi,

    I'm getting the following error on v1.5:

    "Parse error: syntax error, unexpected '}' in ..\my_admin\stats_inventory_report.php on line 160"

    And the following error on 1.3.9h:

    "Parse error: syntax error, unexpected '}' in ..\my_admin_zen\stats_inventory_report.php on line 191"

    Last edited by gaffettape; 5 Mar 2012 at 08:41 PM.

  3. #3
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,009
    Plugin Contributions
    61

    Default Re: ZC Inventory Report Module

    PHP version?

    This module is currently running w/o the error you reported on an array of 1.3.7 to 1.5.0 carts numbering in the 50 to 60ish.

    So please answer the following:


    PHP version?
    Modules installed?

    The statement, the same in both below is properly closed. I would suspect an error related specifically to your own hosted environment, cart, mods etc.
    <? if(is_object($products_split)) {?>
    <tr>
    <td colspan="3"><table border="0" width="100%" cellspacing="0" cellpadding="2">
    <tr>
    <td class="smallText" valign="top"><?php echo $products_split->display_count($products_query_numrows, MAX_DISPLAY_SEARCH_RESULTS_REPORTS, $_GET['page'], TEXT_DISPLAY_NUMBER_OF_PRODUCTS); ?></td>
    <td class="smallText" align="right"><?php echo $products_split->display_links($products_query_numrows, MAX_DISPLAY_SEARCH_RESULTS_REPORTS, MAX_DISPLAY_PAGE_LINKS, $_GET['page'], "sort=$sort&dir=$dir&cat=$cat"); ?></td>
    </tr>
    </table></td>
    </tr>
    <?php } ?>
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  4. #4
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: ZC Inventory Report Module

    Weird.

    PHP version: 5.3.10
    Addons: 0

    Looks like a very handle little addon, I really want to get it working on my store.

  5. #5
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,009
    Plugin Contributions
    61

    Default Re: ZC Inventory Report Module

    It is not PHP 5.3 compatible, sorry
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  6. #6
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: ZC Inventory Report Module

    Ah, I see.

    Thanks for getting back to me.

  7. #7
    Join Date
    Mar 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: ZC Inventory Report Module

    I installed this module per the directions and even after refreshing my Admin panel I am not seeing this option in my Reports menu.

  8. #8
    Join Date
    Mar 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: ZC Inventory Report Module

    Please disregard my post. I resolved the issue.

  9. #9
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: ZC Inventory Report Module

    Quote Originally Posted by gaffettape View Post
    Hi,

    I'm getting the following error on v1.5:

    "Parse error: syntax error, unexpected '}' in ..\my_admin\stats_inventory_report.php on line 160"

    And the following error on 1.3.9h:

    "Parse error: syntax error, unexpected '}' in ..\my_admin_zen\stats_inventory_report.php on line 191"

    I got the same error.

    To fix it go to line 151 where it says

    <? if(is_object($products_split)) {?>
    and replace it with

    <?php if(is_object($products_split)) {?>

    Using zen 1.5
    php 5.39


    There is also another error which cause the following bug down the bottom of the page where the totals are

    format($total); ?>

    line 147
    <td class="dataTableHeadingContent" align="right"><?echo $currencies->format($total); ?></td>
    replace with
    <td class="dataTableHeadingContent" align="right"><?php echo $currencies->format($total); ?></td>
    Last edited by nigelt74; 21 Mar 2012 at 01:54 AM.
    Webzings Design
    Semi retired from Web Design

  10. #10
    Join Date
    Jan 2012
    Location
    Northern Indiana
    Posts
    41
    Plugin Contributions
    0

    Default Re: ZC Inventory Report Module

    I recently installed the MOD into a ZC v150 installation. Everything works fine except that I and am having trouble with Admin Security Functionality. Despite the fact that I selected the add-on in several profiles, I receive a 'Sorry, your security clearance does not allow you to access this resource' message using any account other than SuperUser.

    Any guidance is greatly appreciated!
    Michael (Zen Greenhorn)
    Remember: Every expert started out as a beginner!

 

 
Page 1 of 8 123 ... LastLast

Similar Threads

  1. v154 SBA Inventory Report
    By catsma_97504 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 6 May 2016, 04:16 PM
  2. Inventory Report
    By damonp in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 31 Jan 2011, 10:51 PM
  3. Store inventory report?
    By RocketFoot in forum General Questions
    Replies: 4
    Last Post: 14 May 2009, 01:15 PM
  4. Inventory Order Report
    By j1l2i3p4k5i6n7g8 in forum General Questions
    Replies: 4
    Last Post: 5 Jan 2008, 05:55 PM
  5. Inventory Report with Attributes
    By brad512 in forum General Questions
    Replies: 6
    Last Post: 31 Dec 2006, 09:38 PM

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