From 0e9676cd03356a5c31acdeb3666ca9d913f00d4c Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 19 Jul 2023 07:29:48 +0600 Subject: [PATCH 1/2] Add OrderCast / ecommerce --- .../webextension/images/icons/OrderCast.svg | 11 ++++++++++ src/technologies/o.json | 21 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/drivers/webextension/images/icons/OrderCast.svg diff --git a/src/drivers/webextension/images/icons/OrderCast.svg b/src/drivers/webextension/images/icons/OrderCast.svg new file mode 100644 index 000000000..01074327c --- /dev/null +++ b/src/drivers/webextension/images/icons/OrderCast.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/o.json b/src/technologies/o.json index 4451089f8..e0f1cdcbf 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -1606,6 +1606,27 @@ "saas": true, "website": "https://www.orckestra.com" }, + "OrderCast": { + "cats": [ + 6 + ], + "description": "OrderCast is a B2B ecommerce platform focused on streamlining wholesale operations, offering SKU management, order handling, and customisable online store features for improved customer experience.", + "icon": "OrderCast.svg", + "implies": [ + "Python", + "React" + ], + "js": { + "orderDeadlineAppByEESL": "" + }, + "pricing": [ + "poa", + "recurring" + ], + "saas": true, + "url": "\\.(?:eu|us1)\\.ordercast\\.io/", + "website": "https://www.ordercast.io" + }, "Order Deadline": { "cats": [ 100 From 37ed27d63a2174a515441892f6b848ade17cd060 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 19 Jul 2023 07:31:36 +0600 Subject: [PATCH 2/2] fix --- src/technologies/o.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/technologies/o.json b/src/technologies/o.json index e0f1cdcbf..b27dea927 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -1616,9 +1616,6 @@ "Python", "React" ], - "js": { - "orderDeadlineAppByEESL": "" - }, "pricing": [ "poa", "recurring"