From db5539b5f316678b583fe65cfcd66d760d8d88de Mon Sep 17 00:00:00 2001 From: cond0r Date: Mon, 29 Mar 2021 08:58:56 +0300 Subject: [PATCH] Create commerce.config.json --- commerce.config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 commerce.config.json diff --git a/commerce.config.json b/commerce.config.json new file mode 100644 index 000000000..e8418f296 --- /dev/null +++ b/commerce.config.json @@ -0,0 +1,7 @@ +{ + "provider": "shopify", + "features": { + "wishlist": false, + "customCheckout": false + } +}