Results 1 to 10 of 16

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Location
    Dhaka, Bangladesh
    Posts
    21
    Plugin Contributions
    2

    Default codeTrio Sales Summary Graph v1.0 [Support Thread]

    This is a simple plugin to show a sales summary of the overall sales of the store at a glance in the admin home page.

    http://www.zen-cart.com/downloads.php?do=file&id=1580


    .
    Last edited by DrByte; 17 Dec 2012 at 06:59 AM. Reason: removed erroneous text
    Imranul Hoque
    Director @ codeTrio
    www.imranulhoque.com

  2. #2
    Join Date
    Jan 2012
    Posts
    488
    Plugin Contributions
    0

    Default Re: codeTrio Sales Summary Graph v1.0 Support Thread

    Installation was smooth, but seems like the calculations and dates are whacked.

    Depending on which boxes are ticked, the 'sales numbers' are all over the place and even the default 'show 30 days' is actually a month off.


    Name:  codetrio.jpg
Views: 439
Size:  11.9 KB

  3. #3
    Join Date
    Jun 2005
    Location
    Dhaka, Bangladesh
    Posts
    21
    Plugin Contributions
    2

    Default Re: codeTrio Sales Summary Graph v1.0 Support Thread

    Thank you for pointing it out Limitless.
    Missed the date format, fixed it in v1.02
    Last edited by imranulh; 31 Dec 2012 at 02:21 PM. Reason: spelling mistake
    Imranul Hoque
    Director @ codeTrio
    www.imranulhoque.com

  4. #4
    Join Date
    Dec 2012
    Location
    Tampa,FL
    Posts
    25
    Plugin Contributions
    0

    Default Re: codeTrio Sales Summary Graph v1.0 Support Thread

    Hello,

    I am using ZC 1.51 and PHP 5.3

    I am getting error logs generated in /myadmin/ct_sales_summary.php (not my real admin directory name).

    PHP Warning: implode(): Invalid arguments passed in /public_html/myadmin/ct_sales_summary.php on line 72

    PHP Code:
     $table_struct "{cols:[{id:'date_purchased',label:'Date',type:'date'},
                                 {id:'ot_total',label:'Sale',type:'number'}],
                           rows:["
    ;
                           
         
            while(!
    $total_query->EOF){
           
    $year date("Y"$total_query->fields['date_purchased']);
           
    $mon  date("m"$total_query->fields['date_purchased']);
           
    $day  date("d"$total_query->fields['date_purchased']);
           
    $date_display = (isset($monthly) && $monthly) ? date('F, Y'$total_query->fields['date_purchased']) : date('d F, Y'$total_query->fields['date_purchased']);
           
    $data_array[] = "{c:[{v:new Date($year,($mon-1),$day),f:'" $date_display "'},{v:" $total_query->fields['total'] . ",f:'" $currencies->format($total_query->fields['total']) . " (" $total_query->fields['order_count'] . " orders)'}]}";
           
    $total_query->MoveNext();
         }
         
         
    $table_struct .= implode(','$data_array);      (this is line 72 in my file)
         
         
    $table_struct .= "     ]
                           }"


    From what I've read, if it is correct, this is because $data_array is not an array and needs to be defined as such. This may be the case, however I do not know how or exactly where in the code to do this.

    Thank you so much,

    Sharon

  5. #5
    Join Date
    Jun 2005
    Location
    Dhaka, Bangladesh
    Posts
    21
    Plugin Contributions
    2

    Default Re: codeTrio Sales Summary Graph v1.0 Support Thread

    Hi Sharon,

    I have updated the add-on and submitted version 1.03.

    It should fix the warning you got. I think you did not have any order in the selected time frame.

    Thanks
    Imranul Hoque
    Director @ codeTrio
    www.imranulhoque.com

  6. #6
    Join Date
    Jul 2006
    Location
    Johannesburg
    Posts
    447
    Plugin Contributions
    1

    Default Re: codeTrio Sales Summary Graph v1.0 Support Thread

    Hi,

    I just installed this plugin on ZC 1.5.3 and everything seemed to work well. Then I decided to select a status for filtering and the following errors were logged:

    PHP Warning: mysql_real_escape_string(): Access denied for user 'xxxxxx' (using password: NO) in /home/xxxxxx/public_html/xxxxxx/xxxxxx/ct_sales_summary.php on line 43
    PHP Warning: mysql_real_escape_string(): A link to the server could not be established in /home/xxxxxx/public_html/xxxxxx/xxxxxx/ct_sales_summary.php on line 43
    Everything else does work and I can change the date range without any issue. The graph is displaying data and when you hover your cursor it provides you with the total amount and total orders for the day.

    It is just the status filter that causes an error. Any ideas?

 

 

Similar Threads

  1. Local Sales Tax Mod - Support Thread
    By LadyHLG in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 658
    Last Post: 22 Dec 2025, 05:29 PM
  2. Monthly Sales and Tax Summary Report [support thread]
    By skipwater in forum Addon Admin Tools
    Replies: 244
    Last Post: 4 Jul 2025, 03:16 PM
  3. v151 Sales Report with Graphs support thread
    By JacobBushnell in forum Addon Admin Tools
    Replies: 17
    Last Post: 25 Jul 2019, 02:27 PM
  4. v151 Codetrio Sphinx Search Version 1.0 Support Thread
    By imranulh in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 16 Jul 2014, 01:24 AM
  5. Sales Tax Summary Report
    By fred_artemis in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 25 Mar 2008, 02:54 PM

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