brotherton-erpnext/erpnext/e_commerce/shopping_cart
marination 6b2b9dcee2 refactor: Cache Item Reviews and other review feedback
- `get_doc` -> `get_values` and `db.sql` -> `db.delete` in Wishlist Item deletion
- cache first page of Item Reviews and burst cache on addition and deletion of reviews
- Update redisearch docs link in E Commerce Settings
- Removed unused cint import
- Broke setting attribute context into smaller functions and code cleanup
- Minor recommended items padding tweak
- Item reviews form dict now uses website item as key
- Customer reviews rendered from UI style consistency
- Stock status consistency in listing and full page
- Handle no price in variant dialog for matched item
2021-11-16 17:22:57 +05:30
..
__init__.py chore: Removed Shopping Cart Module 2021-10-12 16:54:11 +05:30
cart.py feat: Cart minor UI/UX Refresh 2021-11-16 17:03:17 +05:30
product_info.py refactor: Cache Item Reviews and other review feedback 2021-11-16 17:22:57 +05:30
test_shopping_cart.py Merge branch 'develop' of https://github.com/frappe/erpnext into e-commerce-refactor-develop 2021-11-16 16:06:07 +05:30
utils.py Merge branch 'develop' of https://github.com/frappe/erpnext into e-commerce-refactor-develop 2021-11-16 16:06:07 +05:30