- a3ea985 refactor: Use `db.set_single_value` (#35668) by Ankush Menat · 1 year, 8 months ago
- 781548e Fix: CSS not applied to product title (#35582) by Trusted Computer · 1 year, 8 months ago
- d16caa2 fix: add missing options for `Content Align` by Sagar Sharma · 1 year, 9 months ago
- e4f152a fix: whitelist doc method by Ankush Menat · 1 year, 10 months ago
- 56f5078 fix: Shop by category fixes (#34688) by Deepesh Garg · 1 year, 10 months ago
- aaa4d1e fix: E-commerce issue with Item Variants by Rohit Waghchaure · 1 year, 11 months ago
- b6b8392 fix: refactor asset depr schedule and remove unnecessary depr method (#34434) by Anand Baburajan · 1 year, 11 months ago
- a94aa7a fix(ecommerce): breadcrumb: fallback to `/all-products` (#33718) by Sabu Siyad · 2 years ago
- 0b86b1b refactor: make payments app a soft dependency (#33245) by Ankush Menat · 2 years, 2 months ago
- 8d1db0e fix: single column indexes (#32425) by Ankush Menat · 2 years, 4 months ago
- fffc245 fix(UX): make Item attachments public by default (#32196) by Ankush Menat · 2 years, 5 months ago
- 30039e8 fix: encode thumbnail URL by Ankush Menat · 2 years, 5 months ago
- 4a38ce6 refactor!: drop redisearch by Ankush Menat · 2 years, 5 months ago
- af38bae fix: Map `Item` image to `Website Item` website_image only if published via UI (v13) by marination · 2 years, 6 months ago
- 7a6ee8c chore: Remove `image` use in website item list by marination · 2 years, 7 months ago
- eec0783 chore: Remove `image` from ProductQuery fields by marination · 2 years, 7 months ago
- 9541354 chore: Make `image` field obsolete in Website Item (redundant) by marination · 2 years, 7 months ago
- 2832731 fix: Use `frappe.as_unicode` to decode output of redis module list (#31282) by Marica · 2 years, 8 months ago
- a1b7a79 refactor!: drop naming series tool (#31183) by Ankush Menat · 2 years, 8 months ago
- c3bfc39 chore: disable flaky test by Ankush Menat · 2 years, 9 months ago
- 05dd1d6 refactor: tax rule validity query (#30934) by Ankush Menat · 2 years, 9 months ago
- 548afba fix(minor): update frappe.error_log to new API (#30864) by Rushabh Mehta · 2 years, 9 months ago
- c5d4bed test: setup e commerce settings before running invalid filtrs test by marination · 2 years, 10 months ago
- 8981405 test: Field filter validation and Custom field as field filter by marination · 2 years, 10 months ago
- 1e80b97 refactor: Change Filter Fields table fieldtype to `Autocomplete` by marination · 2 years, 10 months ago
- d35b378 fix: Validate field filter wrt to Website Item & re-use validation in Item Group by marination · 2 years, 10 months ago
- c993ac0 fix: Query filter fields from Website Item instead of Item master by marination · 2 years, 10 months ago
- ff7d810 Merge pull request #30578 from marination/e-com-acessibility by Marica · 2 years, 10 months ago
- 065623c chore: Add Prices, Stock and E-com Settings access from Website Item by marination · 2 years, 10 months ago
- bfb2fbe Merge branch 'develop' into redisearch-app-install by Marica · 2 years, 10 months ago
- 3445682 fix: Payload incorrect data (pass item_group.name) by marination · 2 years, 10 months ago
- 7ef1ccb fix: Add default score of 1 to Item Group Autocompleter by marination · 2 years, 10 months ago
- 97e3a85 fix: Convert payload to string before adding to autocompleter by marination · 2 years, 10 months ago
- ea036e4 fix: Better Exception Handling and vaeiabl naming by marination · 2 years, 10 months ago
- 07f1745 fix: Use Payload in AutoCompleter (categories in search) and misc by marination · 2 years, 10 months ago
- 2576235 perf: use cached single docs (#30536) by Ankush Menat · 2 years, 10 months ago
- 7e207c8 fix: Call Redisearch index creation functions on enabling redisearch in settings by marination · 2 years, 10 months ago
- 494bd9e style: format code with black by Ankush Menat · 2 years, 10 months ago
- d24458a fix: (ux) Add is_group=0 filter on website warehouse (#30396) by Marica · 2 years, 10 months ago
- c9dcf31 test: ensure super()setUpClass is called by Ankush Menat · 2 years, 11 months ago
- f6e64c2 fix: Product Filters Lookup by marination · 2 years, 11 months ago
- 8264d6b fix: Sub-Categpry Routing in Item Group Page Listing pills by marination · 2 years, 11 months ago
- a13e061 fix: 'save_quotations_as_draft' checkbox not honoured by marination · 2 years, 11 months ago
- 3507cf5 test: Test include_descendants in Item Group Product Listing by marination · 2 years, 11 months ago
- b2755f6 feat: Include child item group products in Item Group Page & cleanup by marination · 2 years, 11 months ago
- b0d1e6d test(refactor): use FrappeTestCase by Ankush Menat · 3 years ago
- e8e9bc4 Merge pull request #29733 from dj12djdjs/fix-user-unique-cart by Marica · 3 years ago
- 9c7df2e fix: ignore duplicates explicitly by Ankush Menat · 3 years ago
- 29c576e chore: Remove commented out code by marination · 3 years ago
- 49bee56 fix: get cart items for logged in user. by Devin Slauenwhite · 3 years ago
- 34ad5b1 fix: get cart for logged in user. by Devin Slauenwhite · 3 years ago
- d636c3f test: many users linked to customer shopping cart by Devin Slauenwhite · 3 years ago
- 4f5a0b8 chore: Fix flaky test `test_exact_match_with_price` by marination · 3 years ago
- a642287 fix: Trim spaces from attributes (multi-variant creation) & explicit method for building cache by marination · 3 years ago
- 26bd305 perf: Weed out disabled variants via sql query instead of pythonic looping separately by marination · 3 years ago
- 4b62d2d fix: (Linter) Write queries using QB/ORM and other minor lines for semgrep to skip by marination · 3 years ago
- 2933cf2 fix: Failing test, sider and linter by marination · 3 years ago
- 1d7f313 debug: CI by marination · 3 years ago
- 00752ca fix: Wrong variable name breaks Cart Items rendering by marination · 3 years ago
- 143ff71 fix: (test) set user for price test by marination · 3 years ago
- 606f23b fix: Sider and Linter by marination · 3 years ago
- 4f7ec25 tests: Variant without web item price fetch and add to cart by marination · 3 years ago
- 47c8ad0 fix: Cart Logic of Item variant without Website Item by marination · 3 years ago
- f2fbe90 fix: Server Side test - teardown correctly by marination · 3 years, 1 month ago
- 2623046 test: Variant Selector - Fetch next valid Attribute values fetching after selection of one by marination · 3 years, 1 month ago
- 5a462db test: Variant Selector - Attribute Value fetching by marination · 3 years, 1 month ago
- 6c7b302 fix: Behaviour if Item Variants Cache generation by marination · 3 years, 1 month ago
- 20c71ed fix: Exclude unpublished items while fetching items from other item groups by marination · 3 years, 1 month ago
- 49cdf9b fix(e-commerce): shopping cart total quantity (#29076) by Devin Slauenwhite · 3 years, 1 month ago
- 456f277 fix: Convert Item links to Website Item links in Item Card Group template data by marination · 3 years, 1 month ago
- 262fcbd fix(test): e-commerce fetch logged-in user item price. by Devin Slauenwhite · 3 years, 1 month ago
- 18e70e8 test: e-commerce customer pricing rule by Devin Slauenwhite · 3 years, 1 month ago
- d4c74b5 fix: no module named 'redisearch' (#28818) by Dany Robert · 3 years, 2 months ago
- 02d9207 fix: search_box_id instead of search_box_class by marination · 3 years, 2 months ago
- 6583a83 fix: Sider (missing semicolon) by marination · 3 years, 2 months ago
- f63f250 feat: Allow addition of custom search box by marination · 3 years, 2 months ago
- 7bc087e fix: Merge conflicts, Linter and Server Test by marination · 3 years ago
- 9fb61ef chore: Fix imports and formatting (linter) & Sider (unused import) by marination · 3 years ago
- b2b827f chore: Adjust to ESbuild and missing imports by marination · 3 years ago
- d7d70ec fix: Fetch thumbnail from Item master instead of regenerating by marination · 3 years, 4 months ago
- 296f2f6 fix: Pre-commit formatting by marination · 3 years, 4 months ago
- ba52d7c fix: Website Items with same Item name unhandled, thumbnails missing by marination · 3 years, 4 months ago
- d637f79 fix: Handle `is_search_module_loaded` for redis version < 4.0.0 (#27574) by Marica · 3 years, 5 months ago
- 4096b14 fix: Shopping Cart and Variant Selection (Hotfix PR #27508) by Marica · 3 years, 5 months ago
- cbfdbd8 fix: Website item patch fixes by Deepesh Garg · 3 years, 5 months ago
- 685c453 test: Product Discounts by marination · 3 years, 5 months ago
- 942dedd fix: Paging and Discount filter by marination · 3 years, 5 months ago
- 78b791c test: Set Price list and company in data engine test setup by marination · 3 years, 5 months ago
- e2b9a38 fix: Failing search util import and patch by marination · 3 years, 5 months ago
- bbcbcf7 feat: (minor) Backorder indicator and fixed inconsistencies by marination · 3 years, 5 months ago
- 45f64bd Chore: Miscellaneous UI review changes by marination · 3 years, 5 months ago
- 1bb135b fix: Sider and CI by marination · 3 years, 5 months ago
- 6b2b9dc refactor: Cache Item Reviews and other review feedback by marination · 3 years, 5 months ago
- 9aeb211 chore: Remove `Home Page is Products` and Sider fixes by marination · 3 years, 5 months ago
- 80fbe16 test: Product Query & Filter Engine, Item Group Page by marination · 3 years, 6 months ago
- 7d1df9d fix: Error state and passing args for product listing by marination · 3 years, 6 months ago
- 335a237 chore: Re-organise files,remove T&C modal in cart by marination · 3 years, 6 months ago
- 78ee51c chore: debug travis by marination · 3 years, 6 months ago
- b4529b8 test: Recommendations, Reviews and Wishlist by marination · 3 years, 6 months ago
- 4d254a7 test: Website Item (Item full page) by marination · 3 years, 6 months ago