mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
[shopping cart] added cart to config json
This commit is contained in:
@@ -127,6 +127,10 @@
|
|||||||
"profile": {
|
"profile": {
|
||||||
"no_cache": true,
|
"no_cache": true,
|
||||||
"template": "app/website/templates/pages/profile"
|
"template": "app/website/templates/pages/profile"
|
||||||
|
},
|
||||||
|
"cart": {
|
||||||
|
"no_cache": true,
|
||||||
|
"template": "app/website/templates/pages/cart.html"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"generators": {
|
"generators": {
|
||||||
|
|||||||
Reference in New Issue
Block a user