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

ikenfin c144bdbc41 more 'human' column encoder name, lol 5 jaren geleden
frontend df26aa581e :speech_balloon: added missing translation 5 jaren geleden
upload 2b93de26f0 more 'human' column encoder name, lol 5 jaren geleden
.gitignore 3263e2030a updated gitignore 5 jaren geleden
LICENSE.txt 80755a9d6f added GPL3 6 jaren geleden
README.md 6c25f7e0a9 swapped readme's. Now english version of readme is main 5 jaren geleden
README_RU.md 6c25f7e0a9 swapped readme's. Now english version of readme is main 5 jaren geleden
gulpfile.js f45cd494c2 added build path env var 5 jaren geleden
install.xml ea51a00c9d changed name to coincide other Freeocart projects 5 jaren geleden
pack.sh e1ceff4feb ocmod to ocmod.zip 6 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 - flexible CSV import/export for Opencart

With this module, you can simplify import/export data from CSV files in your Opencart project. Current version developed and tested on Opencart 2.3/3.0.2.0.

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.