From eaf67d4a1f824ce4bd9849946718bd722ea3ffa0 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 19 Jun 2021 20:50:00 +0600 Subject: [PATCH 1/3] Add Podia / CMS --- .../webextension/images/icons/Podia.svg | 4 ++++ src/technologies.json | 20 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Podia.svg diff --git a/src/drivers/webextension/images/icons/Podia.svg b/src/drivers/webextension/images/icons/Podia.svg new file mode 100644 index 000000000..7a6f96045 --- /dev/null +++ b/src/drivers/webextension/images/icons/Podia.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies.json b/src/technologies.json index ec54b63bd..d5d880a85 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -14797,6 +14797,26 @@ }, "website": "http://www.po.st/" }, + "Podia": { + "cats": [ + 1 + ], + "description": "Podia is a platform to host and sell online courses, memberships, and digital downloads.", + "icon": "Podia.svg", + "cookies": { + "_podia_storefront_visitor_id": "" + }, + "js": { + "Podia.Checkout": "" + }, + "scripts": "cdn\\.podia\\.com", + "saas": true, + "pricing": [ + "low", + "recurring" + ], + "website": "https://www.podia.com" + }, "Polyfill": { "cats": [ 59 From da83c49375ebe0fa77f2f9a3aa656d5b0ac5e6f9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 19 Jun 2021 20:51:56 +0600 Subject: [PATCH 2/3] add as ecommerce --- src/technologies.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index d5d880a85..fc5f71321 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -14799,7 +14799,8 @@ }, "Podia": { "cats": [ - 1 + 1, + 6 ], "description": "Podia is a platform to host and sell online courses, memberships, and digital downloads.", "icon": "Podia.svg", From b21c802bafadf815fb726d480e6c2bcc1b36214b Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 19 Jun 2021 21:27:21 +0600 Subject: [PATCH 3/3] fix category --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index fc5f71321..45e8f4c3a 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -14799,7 +14799,7 @@ }, "Podia": { "cats": [ - 1, + 21, 6 ], "description": "Podia is a platform to host and sell online courses, memberships, and digital downloads.",