[shopping cart] added cart to config json
diff --git a/config.json b/config.json
index 40b526c..4bd1b1d 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": {