Order Export - Export Orders ALL Info To Excel (VQMOD)
Version: 1.2
Author: woods zhang
Website: http://demo.hecart.com
Support: [email protected]
Description:
This extension adds a "Export Orders ALL To Excel XML" 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
Filter condition can multiple choose press ctrl or shift key.
No files overwritten
You must have vQmod installed to use this addon
Questions or problems: [email protected]
Demo:
Demo Store: http://demo.hecart.com/
Demo admin account: demo
Demo admin password: demo
Demo admin: http://dadm.hecart.com/
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'] = 'Orders 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.