From 02e15ae4815c1e8538404a413edb679c15eb934f Mon Sep 17 00:00:00 2001 From: Bel Curcio Date: Tue, 2 Mar 2021 11:24:00 -0300 Subject: [PATCH] Stable commerce.config.json --- commerce.config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/commerce.config.json b/commerce.config.json index 01d7fa69e..bef7db222 100644 --- a/commerce.config.json +++ b/commerce.config.json @@ -1,3 +1,7 @@ { - "provider": "shopify" + "provider": "bigcommerce", + "features": { + "wishlist": true, + "customCheckout": false + } }