brotherton-erpnext/erpnext/shopping_cart
marination ea2408744a fix: Consider Website Item Groups in Item group page product listing
- Passed an argument to query engine to know when query is for item group page
- If for item group page, get data with regards to website item group table
- This query should be fast since there's one filter and that shortens the table beforehand
- This data is merged with the results from the Item master (results only considering item attributes and field filters)
- The combined data is then sorted as per weightage

Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
2021-06-24 13:56:15 +05:30
..
doctype fix: track setting changes 2021-03-02 17:50:58 +05:30
web_template fix: show product price in item card 2021-01-20 17:46:19 +05:30
__init__.py [fixes] setup wizard and other fixes related to cart 2015-09-23 12:50:35 +05:30
cart.py fix: equality check instead of assignment in cart 2021-04-16 21:15:50 +05:30
filters.py fix: Dependant sle logic fixes (#24489) 2021-02-02 22:03:07 +05:30
product_info.py fix: product_info 2020-06-26 15:30:27 +02:00
product_query.py fix: Consider Website Item Groups in Item group page product listing 2021-06-24 13:56:15 +05:30
search.py style: fix formatting 2021-02-01 19:50:27 +05:30
test_shopping_cart.py test: Pass ConflictingTaxRule during tax rule test 2021-05-28 09:09:36 +05:30
utils.py [fixes] address and contact 2017-01-14 00:25:22 +05:30