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

Tominoff Sergey c16cb17146 Merge pull request #6 from Freeocart/dependabot/npm_and_yarn/frontend/foc_csv/websocket-extensions-0.1.4 3 years ago
frontend c16cb17146 Merge pull request #6 from Freeocart/dependabot/npm_and_yarn/frontend/foc_csv/websocket-extensions-0.1.4 3 years ago
upload 069fe03c81 :wrench: fix windows malfunction 4 years ago
.gitignore 3263e2030a updated gitignore 5 years ago
LICENSE.txt 80755a9d6f added GPL3 6 years ago
README.md 36ee6edda9 update readmes 4 years ago
README_RU.md 36ee6edda9 update readmes 4 years ago
gulpfile.js e3ca56d399 update deps, migrate to gulp 4 4 years ago
pack.sh c062f3fcdc removed ocmod 4 years ago
package-lock.json e3ca56d399 update deps, migrate to gulp 4 4 years ago
package.json e3ca56d399 update deps, migrate to gulp 4 4 years ago

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.