From bf1ffabac1758c1c4cb2c719f0417d684933eade Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 22 Mar 2022 22:47:47 +0600 Subject: [PATCH 1/2] Add Convertr / ecommerce --- .../webextension/images/icons/Convertr.svg | 4 ++++ src/technologies/c.json | 18 +++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Convertr.svg diff --git a/src/drivers/webextension/images/icons/Convertr.svg b/src/drivers/webextension/images/icons/Convertr.svg new file mode 100644 index 000000000..325244133 --- /dev/null +++ b/src/drivers/webextension/images/icons/Convertr.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index 2f8c4e71a..0712b560c 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2367,12 +2367,28 @@ "cats": [ 32 ], - "description": "SConvertCart helps online businesses deliver outstanding experiences to customers throughout their journey.", + "description": "ConvertCart helps online businesses deliver outstanding experiences to customers throughout their journey.", "icon": "Convertcart.svg", "saas": true, "scriptSrc": "cdn\\.convertcart\\.com", "website": "https://www.convertcart.com/" }, + "Convertr": { + "cats": [ + 6 + ], + "description": "Convertr is a Brazilian ecommerce platform, fashion specialist.", + "icon": "Convertr.svg", + "meta": { + "author": "^Convertr Commerce$" + }, + "saas": true, + "pricing": [ + "mid", + "recurring" + ], + "website": "https://convertr.com.br" + }, "ConveyThis": { "cats": [ 89 From 69a507ff0a2c839d21115d2927ebd7d2bf88ff3c Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 22 Mar 2022 22:52:02 +0600 Subject: [PATCH 2/2] add implies, fix pricing --- src/technologies/c.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 0712b560c..a4cc5dddb 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2379,13 +2379,19 @@ ], "description": "Convertr is a Brazilian ecommerce platform, fashion specialist.", "icon": "Convertr.svg", + "implies": [ + "PHP", + "MySQL", + "Vue.js", + "Nuxt.js", + "Amazon Web Services" + ], "meta": { "author": "^Convertr Commerce$" }, "saas": true, "pricing": [ - "mid", - "recurring" + "poa" ], "website": "https://convertr.com.br" },