1. 05dd1d6 refactor: tax rule validity query (#30934) by Ankush Menat · 2 years, 5 months ago
  2. 548afba fix(minor): update frappe.error_log to new API (#30864) by Rushabh Mehta · 2 years, 5 months ago
  3. c5d4bed test: setup e commerce settings before running invalid filtrs test by marination · 2 years, 6 months ago
  4. 8981405 test: Field filter validation and Custom field as field filter by marination · 2 years, 6 months ago
  5. 1e80b97 refactor: Change Filter Fields table fieldtype to `Autocomplete` by marination · 2 years, 6 months ago
  6. d35b378 fix: Validate field filter wrt to Website Item & re-use validation in Item Group by marination · 2 years, 6 months ago
  7. c993ac0 fix: Query filter fields from Website Item instead of Item master by marination · 2 years, 6 months ago
  8. ff7d810 Merge pull request #30578 from marination/e-com-acessibility by Marica · 2 years, 6 months ago
  9. 065623c chore: Add Prices, Stock and E-com Settings access from Website Item by marination · 2 years, 6 months ago
  10. bfb2fbe Merge branch 'develop' into redisearch-app-install by Marica · 2 years, 6 months ago
  11. 3445682 fix: Payload incorrect data (pass item_group.name) by marination · 2 years, 6 months ago
  12. 7ef1ccb fix: Add default score of 1 to Item Group Autocompleter by marination · 2 years, 6 months ago
  13. 97e3a85 fix: Convert payload to string before adding to autocompleter by marination · 2 years, 6 months ago
  14. ea036e4 fix: Better Exception Handling and vaeiabl naming by marination · 2 years, 6 months ago
  15. 07f1745 fix: Use Payload in AutoCompleter (categories in search) and misc by marination · 2 years, 6 months ago
  16. 2576235 perf: use cached single docs (#30536) by Ankush Menat · 2 years, 6 months ago
  17. 7e207c8 fix: Call Redisearch index creation functions on enabling redisearch in settings by marination · 2 years, 6 months ago
  18. 494bd9e style: format code with black by Ankush Menat · 2 years, 6 months ago
  19. d24458a fix: (ux) Add is_group=0 filter on website warehouse (#30396) by Marica · 2 years, 7 months ago
  20. c9dcf31 test: ensure super()setUpClass is called by Ankush Menat · 2 years, 7 months ago
  21. f6e64c2 fix: Product Filters Lookup by marination · 2 years, 7 months ago
  22. 8264d6b fix: Sub-Categpry Routing in Item Group Page Listing pills by marination · 2 years, 7 months ago
  23. a13e061 fix: 'save_quotations_as_draft' checkbox not honoured by marination · 2 years, 7 months ago
  24. 3507cf5 test: Test include_descendants in Item Group Product Listing by marination · 2 years, 7 months ago
  25. b2755f6 feat: Include child item group products in Item Group Page & cleanup by marination · 2 years, 7 months ago
  26. b0d1e6d test(refactor): use FrappeTestCase by Ankush Menat · 2 years, 7 months ago
  27. e8e9bc4 Merge pull request #29733 from dj12djdjs/fix-user-unique-cart by Marica · 2 years, 7 months ago
  28. 9c7df2e fix: ignore duplicates explicitly by Ankush Menat · 2 years, 8 months ago
  29. 29c576e chore: Remove commented out code by marination · 2 years, 8 months ago
  30. 49bee56 fix: get cart items for logged in user. by Devin Slauenwhite · 2 years, 8 months ago
  31. 34ad5b1 fix: get cart for logged in user. by Devin Slauenwhite · 2 years, 8 months ago
  32. d636c3f test: many users linked to customer shopping cart by Devin Slauenwhite · 2 years, 8 months ago
  33. 4f5a0b8 chore: Fix flaky test `test_exact_match_with_price` by marination · 2 years, 8 months ago
  34. a642287 fix: Trim spaces from attributes (multi-variant creation) & explicit method for building cache by marination · 2 years, 8 months ago
  35. 26bd305 perf: Weed out disabled variants via sql query instead of pythonic looping separately by marination · 2 years, 8 months ago
  36. 4b62d2d fix: (Linter) Write queries using QB/ORM and other minor lines for semgrep to skip by marination · 2 years, 8 months ago
  37. 2933cf2 fix: Failing test, sider and linter by marination · 2 years, 8 months ago
  38. 1d7f313 debug: CI by marination · 2 years, 9 months ago
  39. 00752ca fix: Wrong variable name breaks Cart Items rendering by marination · 2 years, 9 months ago
  40. 143ff71 fix: (test) set user for price test by marination · 2 years, 9 months ago
  41. 606f23b fix: Sider and Linter by marination · 2 years, 9 months ago
  42. 4f7ec25 tests: Variant without web item price fetch and add to cart by marination · 2 years, 9 months ago
  43. 47c8ad0 fix: Cart Logic of Item variant without Website Item by marination · 2 years, 9 months ago
  44. f2fbe90 fix: Server Side test - teardown correctly by marination · 2 years, 9 months ago
  45. 2623046 test: Variant Selector - Fetch next valid Attribute values fetching after selection of one by marination · 2 years, 9 months ago
  46. 5a462db test: Variant Selector - Attribute Value fetching by marination · 2 years, 9 months ago
  47. 6c7b302 fix: Behaviour if Item Variants Cache generation by marination · 2 years, 9 months ago
  48. 20c71ed fix: Exclude unpublished items while fetching items from other item groups by marination · 2 years, 9 months ago
  49. 49cdf9b fix(e-commerce): shopping cart total quantity (#29076) by Devin Slauenwhite · 2 years, 9 months ago
  50. 456f277 fix: Convert Item links to Website Item links in Item Card Group template data by marination · 2 years, 10 months ago
  51. 262fcbd fix(test): e-commerce fetch logged-in user item price. by Devin Slauenwhite · 2 years, 10 months ago
  52. 18e70e8 test: e-commerce customer pricing rule by Devin Slauenwhite · 2 years, 10 months ago
  53. d4c74b5 fix: no module named 'redisearch' (#28818) by Dany Robert · 2 years, 10 months ago
  54. 02d9207 fix: search_box_id instead of search_box_class by marination · 2 years, 10 months ago
  55. 6583a83 fix: Sider (missing semicolon) by marination · 2 years, 10 months ago
  56. f63f250 feat: Allow addition of custom search box by marination · 2 years, 10 months ago
  57. 7bc087e fix: Merge conflicts, Linter and Server Test by marination · 2 years, 8 months ago
  58. 9fb61ef chore: Fix imports and formatting (linter) & Sider (unused import) by marination · 2 years, 8 months ago
  59. b2b827f chore: Adjust to ESbuild and missing imports by marination · 2 years, 8 months ago
  60. d7d70ec fix: Fetch thumbnail from Item master instead of regenerating by marination · 3 years ago
  61. 296f2f6 fix: Pre-commit formatting by marination · 3 years ago
  62. ba52d7c fix: Website Items with same Item name unhandled, thumbnails missing by marination · 3 years ago
  63. d637f79 fix: Handle `is_search_module_loaded` for redis version < 4.0.0 (#27574) by Marica · 3 years, 1 month ago
  64. 4096b14 fix: Shopping Cart and Variant Selection (Hotfix PR #27508) by Marica · 3 years, 1 month ago
  65. cbfdbd8 fix: Website item patch fixes by Deepesh Garg · 3 years, 1 month ago
  66. 685c453 test: Product Discounts by marination · 3 years, 1 month ago
  67. 942dedd fix: Paging and Discount filter by marination · 3 years, 1 month ago
  68. 78b791c test: Set Price list and company in data engine test setup by marination · 3 years, 1 month ago
  69. e2b9a38 fix: Failing search util import and patch by marination · 3 years, 1 month ago
  70. bbcbcf7 feat: (minor) Backorder indicator and fixed inconsistencies by marination · 3 years, 1 month ago
  71. 45f64bd Chore: Miscellaneous UI review changes by marination · 3 years, 1 month ago
  72. 1bb135b fix: Sider and CI by marination · 3 years, 1 month ago
  73. 6b2b9dc refactor: Cache Item Reviews and other review feedback by marination · 3 years, 1 month ago
  74. 9aeb211 chore: Remove `Home Page is Products` and Sider fixes by marination · 3 years, 2 months ago
  75. 80fbe16 test: Product Query & Filter Engine, Item Group Page by marination · 3 years, 2 months ago
  76. 7d1df9d fix: Error state and passing args for product listing by marination · 3 years, 2 months ago
  77. 335a237 chore: Re-organise files,remove T&C modal in cart by marination · 3 years, 2 months ago
  78. 78ee51c chore: debug travis by marination · 3 years, 2 months ago
  79. b4529b8 test: Recommendations, Reviews and Wishlist by marination · 3 years, 2 months ago
  80. 4d254a7 test: Website Item (Item full page) by marination · 3 years, 2 months ago
  81. 3fd929c test: Website Item basic test & removed product configurator tests by marination · 3 years, 3 months ago
  82. 929a24e feat: Cart minor UI/UX Refresh by marination · 3 years, 3 months ago
  83. ef4579e chore: Wishlist UI (minor) by marination · 3 years, 3 months ago
  84. 2fec068 feat: Recommended Items and Item full page refresh by marination · 3 years, 3 months ago
  85. b5e7f04 chore: UI refresh for grid/list view and search by marination · 3 years, 3 months ago
  86. c0811c4 fix: Discount Filtes & Filter behaviour by marination · 3 years, 3 months ago
  87. d897062 fix: Rename Wishlist Item, Use Website Item Name in Wishlist Cards by marination · 3 years, 3 months ago
  88. 16abfd4 fix: Sync Website Items on Item Change, Short Website Description by marination · 3 years, 3 months ago
  89. 82f8f3c feat: Guest Display Settings by marination · 3 years, 3 months ago
  90. b450f1c fix: Filters state, Search input clearing, Paging buttons by marination · 3 years, 3 months ago
  91. 0dadf53 chore: Cleanup Query Engine and Product query API by marination · 3 years, 3 months ago
  92. 24c8967 fix: Checkbox sizes and paging buttons by marination · 3 years, 4 months ago
  93. aca3c8f fix: Font size, empty image styles, and minor cleanup by marination · 3 years, 4 months ago
  94. 24ba06c fix: Mixin import issue, search error handling, shop-by-category slideshow by marination · 3 years, 4 months ago
  95. 0c73f68 fix: Search UI open/close and Empty product search results by marination · 3 years, 4 months ago
  96. ea30ce4 fix: Sider and Patch tests by marination · 3 years, 4 months ago
  97. b0d7e32 feat: Search UI by marination · 3 years, 4 months ago
  98. dcc79f1 fix: Documentation link and open in new tab by Hussain Nagaria · 3 years, 4 months ago
  99. 8b725cc chore: Redisearch warning in search settings by Hussain Nagaria · 3 years, 4 months ago
  100. 53bb7a9 chore: Shopping Cart styles and cleanup shallow by marination · 3 years, 4 months ago