Page 63 of 87 FirstFirst ... 1353616263646573 ... LastLast
Results 621 to 630 of 869
  1. #621
    Join Date
    Jul 2013
    Location
    Texas
    Posts
    1
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    I am having problems with this add-on. I made sure to download the v1.3.9h, as that is the version of ZenCart we are using, but I cannot get it to work! I unzipped the file and copied everything over as instructed... The problem is that when I pull the Sales Report in the Admin it is still the same old report from before the add-on, without the new filters and options. Is there something I'm missing? I'm VERY new to ZC so I have no idea where to look but HAVE tried to search the web and forums fir a possible solution...

  2. #622
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Sales report 2.0

    The Sales Report will add a new item under your Report Menu called Sales Report. The default Zen Cart does not have such a menu item.

    If you see Sales Report (and the admin url will end with /stats_sales_report.php), then it's installed correctly.

  3. #623
    Join Date
    Jun 2013
    Location
    Perth Western Australia
    Posts
    20
    Plugin Contributions
    0

    red flag Re: Sales report 2.0

    Hi,

    I have installed the module and found it under the report tab in the admin area but when I click on it it gives me a 404 page not found error?

    404 Page Not Found

    Sorry! The page you requested is unavailable. Please use your browser's Back button, or go to the home page.

    Is there something I have missed in the install?

    Thanks

  4. #624
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    Quote Originally Posted by Tinderbox View Post
    Hi,

    I have installed the module and found it under the report tab in the admin area but when I click on it it gives me a 404 page not found error?

    404 Page Not Found

    Sorry! The page you requested is unavailable. Please use your browser's Back button, or go to the home page.

    Is there something I have missed in the install?

    Thanks
    I would suggest you open the zip then manually upload each and every file, making absolutely sure you put it in the right place.

    sometimes a file will corrupt on upload. you might have one of these.

    make sure you upload the loose file that sits inside the main admin folder too

  5. #625
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    463
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    I have installed the module and it looks fine. The output is almost perfect for me!

    The one thing missing (for me) is a separation of the different taxes based on the orders_total title! This is because I have two areas, so I need separate totals for both. Do I stand a chance?

  6. #626
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    463
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    The CVS format somehow messes up - I can't get to be proper CommaSeparatedValues!
    Last edited by kalastaja; 30 Aug 2013 at 05:06 AM.

  7. #627
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    463
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    HELP! I used custom time and lost many values - tax values among others! How can I get them back?

  8. #628
    Join Date
    Aug 2012
    Posts
    17
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    I am having some issues. I need to include the following information:

    Order ID, Product Name, Quantity, Price Sold for, Additional Fees, Total, Additional Discounts, Grand Total.

    Currently, I have it showing all the above HOWEVER, if there were two orders the same day for the same product, it only shows 1 order number but adds both the orders together. I need it to show each and every product and order number... Suggestions? I have been trying to figure this out now for about 2 weeks to no avail.

    Thanks.

  9. #629
    Join Date
    Aug 2012
    Posts
    17
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    I can clearly see there is no support for this plugin.

  10. #630
    Join Date
    Sep 2012
    Posts
    253
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    If I were to want the report to show at the top of the page instead of under the Gather & Filter data table, can someone provide the code I need to move.

    I thought it was
    Code:
    if ($timeframe_sort == 'desc') {
          krsort($sr->timeframe);
        }
    
        // determine whether or not there are taxes
        $display_tax =  ($sr->grand_total['goods_tax'] > 0 ? true : false);
        // DEBUG
        //$display_tax = true;
    
        // determine if lines should have the rollover effect
        $rollover = "";
        if ($output_format == 'display') {
          $rollover = 'onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)"';
    ?>
      <tr>
          <?php if ($_GET['doCustInc']== 'on' || $_GET['doProdInc']== 'on') {
              // if reporting for a specific product, build up a string of product descriptions
            $i = 0;
            $header_string = "";
            $include_products = explode(",",$_GET['prod_includes']);
            if ($_GET['doProdInc']== 'on' && DISPLAY_TABLE_HEADING_PRODUCTS) {
                foreach($include_products as $cID) {
                    $tempAry = $db->Execute("select distinct pd.products_name from " .
                                TABLE_PRODUCTS_DESCRIPTION . " pd where products_id = " . trim($cID));
                    if ($i == 0) {
                        $header_string = $tempAry->fields['products_name'] ;
                    }........
    To the top by the </head> but the <tr> without a preceding <table> tells me I must have this wrong.
    Thanks for your help!

 

 
Page 63 of 87 FirstFirst ... 1353616263646573 ... LastLast

Similar Threads

  1. v139b Sales Report
    By irishshopper in forum General Questions
    Replies: 1
    Last Post: 26 Jan 2014, 01:00 AM
  2. Sales Report
    By jgold723 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Nov 2011, 05:58 PM
  3. Sales report
    By tlahtine in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 27 Dec 2010, 10:01 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