Export Customers - Customers Export To Excel OR XML OR CSV (VQMOD) For OpenCart
We pay attention to detail, we strive for perfection, we enthusiastic service.
This extension adds a "Export Customers - Customers Export To Excel OR XML OR CSV" to your store,
Filter Condition
Export Format
Export Fields
Features:
No need to alter core files.
Installation is very easy, upload & paste.
Export your store customers to excel or xml or csv
Filter condition can multiple choose press ctrl or shift key.
DEMO
Demo admin username & password: demo
Demo store: http://oc.hecart.com/
Demo admin: http://oc.hecart.com/admin
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) Click to Sales > Customers > Customers Export for operation.
6) 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_customer_export'] = 'Customers Export';
Open admin/controller/common/header.php find [$this->data['stores'] = array();] after add
$this->data['text_customer_export'] = $this->language->get('text_customer_export');
$this->data['customer_export'] = $this->url->link('sale/customer_export', 'token=' . $this->session->data['token'], 'SSL');
Open admin/view/template/common/header.tpl find [<li><a href="<?php echo $customer_group; ?>"><?php echo $text_customer_group; ?></a></li>] after add
<li><a href="<?php echo $customer_export; ?>"><?php echo $text_customer_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.
Thank you for your support.