No description
  • Python 91.4%
  • JavaScript 8.6%
Find a file
Vignesh S ba8ac5055f
Merge pull request #415 from aerele/fix-dependencies
fix: update frappe dependencies
2026-02-18 16:41:51 +05:30
.github build(ci): use mariadb 11.8 2026-02-09 14:00:58 +05:30
ecommerce_integrations chore: fix linters 2026-02-09 14:00:58 +05:30
.editorconfig ci: add basic ci configs 2021-04-13 12:06:46 +05:30
.eslintrc lint: best practices 2024-10-02 10:38:16 +02:00
.flake8 ci: add flake8 scanning in workflow (#23) 2021-06-15 19:12:10 +05:30
.git-blame-ignore-revs chore: add blame ignore file 2021-05-20 17:37:56 +05:30
.gitignore chore: add helix and aider to ignore 2024-10-02 04:08:17 +02:00
.pre-commit-config.yaml build(ci): use mariadb 11.8 2026-02-09 14:00:58 +05:30
.releaserc ci: automated releases 2022-04-19 19:23:51 +05:30
.semgrepignore chore: ignore test rules 2021-04-15 14:37:01 +05:30
codecov.yml fix: ci commits 2022-11-15 11:41:14 +05:30
LICENSE chore: add full license file 2021-05-25 17:04:26 +05:30
pyproject.toml fix: update frappe dependencies 2026-02-18 13:51:08 +05:30
README.md chore: dead FC marketplace link 2022-02-16 15:41:03 +05:30

Ecommerce Integrations for ERPNext

CI

Currently supported integrations:

Installation

  • Frappe Cloud Users can install from Marketplace.
  • Self Hosted users can install using Bench:
# Production installation
$ bench get-app ecommerce_integrations --branch main

# OR development install
$ bench get-app ecommerce_integrations  --branch develop

# install on site
$ bench --site sitename install-app ecommerce_integrations

After installation follow user documentation for each integration to set it up.

Contributing

Development setup

  • Enable developer mode.
  • If you want to use a tunnel for local development. Set localtunnel_url parameter in your site_config file with ngrok / localtunnel URL. This will be used in most places to register webhooks. Likewise, use this parameter wherever you're sending current site URL to integrations in development mode.

License

GNU GPL v3.0