This version is only available for 1.5.5 and 1.5.5.1, please note the download.
Features: The site administrator can be bulk export and import, the data contains all the classification, product, product options, generate Excel files, in the format of xlsx;
Requirements and Restrictions:
1. Currently only supports a single language;
2. Content requirements will be relatively high. For example, if your site has 13500 of products and 300 catalogs, the XLS file size will reach 9-10m, the memory will reach 13M when it is exported, and the memory will reach 355M when imported. To achieve such a standard, the following PHP settings are required:
Memory_limit 512M
Post_max_size 16M
Upload_max_filesize 16M
Not every server space can provide such a high level of processing memory required. Therefore, if you use basic server space, and the number of products is not many, it is possible. Otherwise, you'll need to look for a few more server space leases for the OpenCart run.
The above required memory is so high because phpexcelreader is required to parse the file and is loaded into memory when it starts running.
Plug-in Installation:
1. Download OpenCart import and export export/import function plugin;
2. Unzip;
3. Ensure that you have installed the Vqmod for your opencart system;
4. Copy the extracted single directory (admin, System, vqmod) to your Web site root directory, noting that no files are overwritten at this time;
5. Set the permissions of the site administrator (System > Users > User Group) in the background, so that it can access and edit this "OpenCart Import and Export Export/import feature plug-in";
6. The Export/import menu option appears in the drop-down menu of the background system.
7. That ' s all!
http://www.bkjia.com/PHPjc/477339.html www.bkjia.com true http://www.bkjia.com/PHPjc/477339.html techarticle This version is only available for 1.5.5 and 1.5.5.1, please note the download. Features: The site administrator can be bulk export and import, the data contains all categories, products, product options, generate ...