Post by opencart_shoputils » Thu May 19, 2011 2:50 am

1. Report "Order Totals" - 1.0 - 1.4.x

The report "Order Totals" shows summary statistics on the
amount of additional costs when ordering. For example,
you may see what sum in orders with selected
statuses was included in taxes, discounts, deliveries, coupons.

Here you can see how the module works:
http://opencart.shoputils.com/demo
http://opencart.shoputils.com/demo/admin/ (Login: demo, Password: demo)

The module is available from the administration menu: "Reports" - "Order Totals".

2. Module installation
- Extract the archive to a folder with installed Opencart 1.4.x.

- To get access to the module via the administration menu you need to fix the following files

1. admin\controller\common\header.php

Right after the block:

$this->id = 'header';
$this->template = 'common/header.tpl';

Add the line:

$this->children[] = 'report/shoputils_totals';

2. admin\view\template\common\header.tpl

After the last module line:

<?php } ?>

Add the line:

<?php echo $menu_report_shoputils_totals; ?>

- Then you need to set access permissions for users.

- Open "System" - "Users" - "User groups";

- Click "Edit" near the necessary user group;

- Mark checkboxes behind "report/shoputils_totals" in
the properties "Access Permissions"

Attachments

report_totals.png

report_totals.png (26.62 KiB) Viewed 853 times


Opencart Modules: http://opencart.shoputils.com



Posts

Joined
Wed Nov 03, 2010 5:57 am
Who is online

Users browsing this forum: No registered users and 469 guests