Order Export - Export Orders To Excel Or CSV Or XML Or All For OpenCart
Version: 1.0
Author: woods.zhang
Website: http://demo.hecart.com
Support: [email protected]
Description:
This extension adds a "Export Orders To Excel XML 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 Fields
Features:
Export you orders to Excel XML format
Can be enabled or disabled
No files overwritten
You must have vQmod installed to use this addon
Questions or problems: [email protected]
Demo:
Demo admin Account : demo
Demo admin password: demo
Demo admin: http://dadm.hecart.com/
Demo store: http://demo.hecart.com/
My Homepage url: http://demo.hecart.com/
Compatibility:
v1.5.2, v1.5.2.1, v1.5.3, v1.5.3.1, v1.5.4, v1.5.4.1, v1.5.5, v1.5.5.1, v1.5.6, v1.5.6.1, v1.5.6.2, v1.5.6.3, v1.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_order_export'] = 'Order Export';
Open admin/controller/common/header.php find [$this->data['stores'] = array();] after add
$this->data['text_order_export'] = $this->language->get('text_order_export');
$this->data['order_export'] = $this->url->link('sale/order_export', '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 $order_export; ?>"><?php echo $text_order_export; ?></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.