[website] [minor] moving to framework
diff --git a/startup/webutils.py b/startup/webutils.py
index cd37be4..b427b40 100644
--- a/startup/webutils.py
+++ b/startup/webutils.py
@@ -3,6 +3,11 @@
 
 import webnotes, conf, os
 from webnotes.utils import cint, cstr, encode
+
+def get_website_settings():
+	return {
+		"shopping_cart_enabled": cint(webnotes.conn.get_default("shopping_cart_enabled"))
+	}	
 	
 @webnotes.whitelist()
 def update_profile(fullname, password=None, company_name=None, mobile_no=None, phone=None):