commit | 6f1f440f2172cf0e952369e0fea680fb2535473d | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Tue Jun 04 15:48:26 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Tue Jun 04 15:48:26 2013 +0530 |
tree | a61b493dc9916d086a1d66f440a7ff63e101fe11 | |
parent | 52adc34e04664c8bf9bc3750a9c66d7646930980 [diff] |
[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": {