diff --git a/commerce.config.json b/commerce.config.json index 5d8e7cba5..1bf2ba9c7 100644 --- a/commerce.config.json +++ b/commerce.config.json @@ -4,6 +4,7 @@ "search": false, "wishlist": true, "customerAuth": true, - "customCheckout": false + "customCheckout": false, + "customer": true } }