chore: Drive E-commerce via Website Item

- Removed Shopping Cart Settings
- Portal fully driven via E Commerce Settings
- All Item listing querying will happen via ProductQuery engine only
- Product Listing via Website Items
- removed redundant code
- Moved all website logic from Item to Website Item
This commit is contained in:
marination
2021-02-16 18:45:36 +05:30
parent 978e8aa31c
commit 675e2af3ea
34 changed files with 666 additions and 1070 deletions

View File

@@ -492,7 +492,7 @@ def install_defaults(args=None):
# Shopping cart: needs price lists
{
"doctype": "Shopping Cart Settings",
"doctype": "E Commerce Settings",
"enabled": 1,
'company': args.company_name,
# uh oh