Flexible csv import/export module for opencart 1.5.6 https://freeocart.ru/en/project/fo-csv-import/

ikenfin bef7a8a844 removed ocmod 5 jaren geleden
frontend b594394a1d export all fields by 1 click 5 jaren geleden
upload 77a06739e5 added bootstrap as dependency for backward compatibility 5 jaren geleden
.gitignore 3263e2030a updated gitignore 5 jaren geleden
LICENSE.txt 80755a9d6f added GPL3 6 jaren geleden
README.md 36ee6edda9 update readmes 5 jaren geleden
README_RU.md 36ee6edda9 update readmes 5 jaren geleden
gulpfile.js f45cd494c2 added build path env var 5 jaren geleden
pack.sh c062f3fcdc removed ocmod 5 jaren geleden
package-lock.json a7d18ccada added yarn dev-dep for npm users 5 jaren geleden
package.json f45cd494c2 added build path env var 5 jaren geleden
yarn.lock aa601476fd deps update, also use only yarn as pm from now 5 jaren geleden

README.md

FO_CSV_15 - flexible CSV import/export for Opencart

With this module, you can simplify import/export data from CSV files in your Opencart project.

This version is a Opencart 1.5.6 compatible fork.

Why do we need another import/export module?

There is known fact that Opencart licensed under free GPLv3 license, but many extensions uses they own license (proprietary in most cases) - many authors limiting access to source code (especially in Russia).

On the one hand, authors try to protect they code with encrypting software (ionCube, etc) and force users to accept their license (for example, license keys check).

As a user, you cannot modify encrypted source code by yourself. Authors not always can modify their products for your case, so you got in vendor lock.

Also, enctypted software cannot give you any security guarantees, because you dont know what code do in these encrypted sections.

Project Freeocart aims to create opensource ecosystem for Opencart.

UNSTABLE VERSION

At the moment extension is under heavy development, some functions may work incorrect.

I'm open to any help - ISSUES/PR

Attention!

Use this software at your own risk!

Author or contributors are not responsible at data corruption/remove caused by using this software.

We are strongly recommend you to backup data before using this.

Source code distributed "as is", all parts of the software is free and opensource and respecting GPLv3 license.