From d5672fe537eaa94fbeeea0072e2770654980e21e Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 14 Jun 2023 02:24:10 +0600 Subject: [PATCH 1/2] Add E-Com Plus / ecommerce-frontends --- .../webextension/images/icons/E-Com Plus.svg | 10 ++++++++++ src/technologies/e.json | 20 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/drivers/webextension/images/icons/E-Com Plus.svg diff --git a/src/drivers/webextension/images/icons/E-Com Plus.svg b/src/drivers/webextension/images/icons/E-Com Plus.svg new file mode 100644 index 000000000..894f99624 --- /dev/null +++ b/src/drivers/webextension/images/icons/E-Com Plus.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/technologies/e.json b/src/technologies/e.json index 2e9e85496..a3e42e403 100644 --- a/src/technologies/e.json +++ b/src/technologies/e.json @@ -2005,6 +2005,26 @@ }, "website": "https://www.eclass.com.hk" }, + "E-Com Plus": { + "cats": [ + 108 + ], + "description": "E-Com Plus is an open fair-code ecommerce platform designed to be used with headless commerce APIs.", + "icon": "E-Com Plus.svg", + "meta": { + "generator": "^E-Com\\sPlus\\sStorefront$" + }, + "js": { + "ecomPassport.storageKey": "ecomPassportClient" + }, + "saas": true, + "pricing": [ + "poa", + "recurring", + "payg" + ], + "website": "https://www.ecomplus.io" + }, "eDokan": { "cats": [ 6 From 15a9f61e87a9b92a852cb62077e9654c2cdbd2fe Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 14 Jun 2023 02:27:03 +0600 Subject: [PATCH 2/2] add implies --- src/technologies/e.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/technologies/e.json b/src/technologies/e.json index a3e42e403..70da49be2 100644 --- a/src/technologies/e.json +++ b/src/technologies/e.json @@ -2011,6 +2011,10 @@ ], "description": "E-Com Plus is an open fair-code ecommerce platform designed to be used with headless commerce APIs.", "icon": "E-Com Plus.svg", + "implies": [ + "Vue.js", + "TypeScript" + ], "meta": { "generator": "^E-Com\\sPlus\\sStorefront$" },