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 + } }