From 9ceaf26ce0aca809146ead70b30d1720205d101a Mon Sep 17 00:00:00 2001 From: GunaTrika Date: Tue, 28 Sep 2021 10:25:02 +0530 Subject: [PATCH] Enabling account menu --- commerce.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } }