From 6f1f440f2172cf0e952369e0fea680fb2535473d Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 4 Jun 2013 15:48:26 +0530 Subject: [PATCH] [shopping cart] added cart to config json --- config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.json b/config.json index 40b526ce6ab..4bd1b1d367d 100644 --- a/config.json +++ b/config.json @@ -127,6 +127,10 @@ "profile": { "no_cache": true, "template": "app/website/templates/pages/profile" + }, + "cart": { + "no_cache": true, + "template": "app/website/templates/pages/cart.html" } }, "generators": {