Thank you for purchasing ADV Extended Customer Information for OpenCart. If you have any questions that are beyond the scope of this documentation, you've found a bug or need new feature, please use our support email: opencart.reports@gmail.com.
ADV Extended Customer Information is great extension if you want extended information about particular customer on one place. You can view order history and history of purchased products, further you can view and delete content of shopping cart and content of wishlist and you can track customer behavior and activity with possibility filtering by statistical range or date range and with option to delete tracking log.
Now we will try to describe in details every part of ADV Extended Customer Information.
If you are using OpenCart v1.5.x this module will not work without installed vQmod. You must download and install vQmod before you install this extension. Make sure you select the vqmod-2.x.x-opencart.zip file.
Further information can be found:
Also not required for this module but it is recommended also installing a FREE module: VQMod Manager & Editor. This allows you to easily view vqmod errors and much more in the admin area without login via FTP.
Note: if you have changed the directory of the admin folder, when installed vQmod you will need to open: vqmod/install/index.php and edit:
$u->addFile('admin/index.php');
If you are using OpenCart v2.x and v3.x you don't need to have vQmod installed. You can install extension via OCMod Extension Installer.
Installing ADV Extended Customer Information requires some knowledge of uploading files through FTP. If you would prefer us to install the module, we offer an install service for fee $15.
Please follow installation steps in exact order and don't use both OCMod and vQmod installation steps together, otherwise extension will not work a you will get errors!
Note: When you install this module some required tables will be automatically added into your database and indexes for better performance of database queries.
Note: When you install this module some required tables will be automatically added into your database, some columns into existing tables and indexes for better performance of database queries.
Note: When you install this module some required tables will be automatically added into your database, some columns into existing tables and indexes for better performance of database queries.
Please follow upgrade steps in exact order, otherwise extension will not work a you will get errors!
WARNING: Always back up your website files and database before applying updates to modules.
WARNING: Always back up your website files and database before applying updates to modules.
PLEASE DO NOT POST ANY CODE RELATED TO THE EXTENSION IN THE COMMENTS AREA OR FORUM.
Please use our support email opencart.reports@gmail.com for direct help..
Things to note when asking for help.
Free support service is provided for unchanged OpenCart installations with the default theme. Resolving conflicts with other third party extensions/modules or any customization to the extension is a paid service with negotiable price.
Please describe your problem in as much detail as possible. This will make problem solving much faster.
As a bare minimum please state the following information when contacting:
Any additional information that you can give about the problem is greatly appreciated and will speed up the solving of the issue.
Below is a list of Joomla modules we have already tested and work with ADV Extended Customer Information. If you are using Joomla module not listed here, please send us request for modification.
Many 3rd party extensions work with ADV Extended Customer Information after additional modification. It is paid service, please send us request for this kind of modification.
Memory requirements and execution time requirements to export (especially PDF) can be quite high. If you see error message in export process, it means your web host does set too low values for memory access and time limits to execution of scripts and this values should be increased. If here described methods to increase this values don't help, it is recommend set narrower date range for export.
The server settings that should be modified are:
memory_limit
- this setting affects the export functionality. You should increase it in case you receive error like Fatal error: Allowed memory size of XX bytes exhausted...max_execution_time
- it is recommended to use a higher value in case your database has lots of entries. It is estimated that database with thousands of orders takes several minutes to get exported. You should be fine if you set this setting at 600 seconds. This value should be increased in case you receive error like Fatal error: Maximum execution time of XX seconds exceeded...upload_max_filesize
- this setting affects the import functionality and sets the maximum file size your server can accept. Set it accordingly to the file you need to uploadpost_max_size
- usually a bit higher than upload_max_filesize
Method 1: Check your hosting Control Panel to modify this values.
Method 2: Modify your php.ini file with the following entries:
memory_limit = 256M
max_execution_time = 600
upload_max_filesize = 200M
post_max_size = 201M
Note: It is possible that modification of php.ini will not change your memory limit because your host does not allow it. Create a file in your root called phpinfo.php and copy this code in there:
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
Go to your www.website.com/phpinfo.php, this will show you everything including your memory limit.
Method 3: In your /admin/ folder of OpenCart, create a .htaccess file with the following entries:
php_value memory_limit 256M
php_value max_execution_time 600
php_value upload_max_filesize 200M
php_value post_max_size 201M
Method 4: Contact your web-host for assistance.
Method 5: If you really need PDF export, you can export to HTML and print to PDF file on your local computer.
PDF Printer must be installed on your computer: https://www.google.com/search?q=print+to+pdf
You can find additional information in php.net
You should carefully read the following Terms and Conditions. Your purchase or use of this extension implies that you have read and accepted these Terms and Conditions.
ADV Reports & Statistics, personally Mario Blazo (the "Developer") grant you (the "Licensee") a revocable, non-transferable, non-exclusive license, without right to sub-license, to use this extension (the "Product") in accordance with these Terms and Conditions.
In consideration of the mutual promises set forth herein, Developer and Licensee agree as follows:
Developer hereby grants to Licensee a revocable, non-transferable, non-exclusive license, without right to sub-license, to use the Product as set forth in this Terms and Conditions. Developer reserve ownership of all intellectual property rights inherent in or relating to the Product and hereby represents and warrants to Licensee that Developer is the owner of the Product or otherwise has the right to grant to Licensee the rights set forth in this Terms and Conditions.
In consideration for the grant of the license and the use of the Product, Licensee agrees to pay Developer the sum of the license fee. Payment of the license fee shall be made before delivery of the Software.
Developer do not warrant nor guarantee that the Product will meet Licensee requirements or operate error free. Developer cannot guarantee that the Product will function with 3rd party products. The Product is provided "as is" without warranty of any kind, either expressed or implied. In no event shall Developer be liable for any damages including, but not limited to, direct, indirect, special, incidental or consequential damages or other losses arising out of the use of or inability to use the Product.
Developer shall provide to Licensee any new, corrected or enhanced version of the Software as created by Developer during time of subscription. Such enhancement shall include all modifications to the Software which increase the speed, efficiency or ease of use of the Software, or add additional capabilities or functionality to the Software, but shall not include any substantially new or rewritten version of the Software.
Since Developer offer non-tangible irrevocable digital goods, Developer do not issue refunds after the purchase, which Licensee is responsible for understanding before buying the Product.
Developer reserve the right to change or modify these Terms and Conditions at any time with no prior notice. Therefore, Developer encourage Licensee to review the Terms and Conditions every time Licensee install or update the Product.
Designed and developed by ADV Reports & Statistics © 2011 - .