Advanced Export Orders All To Excel Or CSV For OpenCart
Version: 1.2.1
Author: woods zhang
Website: http://www.hecart.com
Support: [email protected]
Description:
This extension adds a "Advanced Export Orders All To Excel Or CSV" to your store, Export you orders to Excel for bulk print and export order information and order some products information
Filter Condition
Export Format
Export Data
The following data are for reference only. Detail information please view demo.
Features:
Demo:
Demo store: http://demo.hecart.com/
Demo admin username & password: demo
Demo admin: http://dadm.hecart.com/sale/export_orders
Compatibility:
1.5.0, 1.5.0.1, 1.5.0.2, 1.5.0.3, 1.5.0.4, 1.5.0.5, 1.5.1, 1.5.1.1, 1.5.1.2, 1.5.1.3, 1.5.2, 1.5.2.1, 1.5.3, 1.5.3.1, 1.5.4, 1.5.4.1, 1.5.5, 1.5.5.1, 1.5.6, 1.5.6.1, 1.5.6.2, 1.5.6.3, 1.5.6.4
Installation 1: **vQmod Required**
1) Unzip the downloaded archive.
2) You should have a folder called vqmod. In this folder there is a folder called upload.
3) Upload the contents of the folder called upload to the root directory of your OpenCart installation.
4) Proceed to System > Users > User Groups and grant yourself access and modification permission.
5) That is all. Thank you for downloading and using this mod. If you like this mod please provide your star rating for it.
Installation 2: **None vQmod**
1) Unzip the downloaded archive.
2) Upload the contents of the folder called upload to the root directory of your OpenCart installation.
3)Modify some files
Open admin/language/english/common/header.php find [?>] before add
$_['text_export_orders'] = 'Advanced Export Orders';
Open admin/controller/common/header.php find [$this->data['stores'] = array();] after add
$this->data['text_export_orders'] = $this->language->get('text_export_orders');
$this->data['export_orders'] = $this->url->link('sale/export_orders', 'token=' . $this->session->data['token'], 'SSL');
Open admin/view/template/common/header.tpl find [<li><a href="<?php echo $order; ?>"><?php echo $text_order; ?></a></li>] after add
<li><a href="<?php echo $export_orders; ?>"><?php echo $text_export_orders; ?></a></li>
4) Proceed to System > Users > User Groups and grant yourself access and modification permission.
5) That is all. Thank you for downloading and using this mod. If you like this mod please provide your star rating for it.
If you have any questions please contact me at [email protected] and I will do what I can to help.