This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 219
[Product Query] Add support for the Filter Products By Stock block #7251
Merged
Merged
Changes from 24 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
16ea028
Product Query: Fix pagination issue
gigitux f19fd99
Merge branch 'trunk' of https://github.com/woocommerce/woocommerce-bl…
gigitux 816ffe9
Merge branch 'trunk' of https://github.com/woocommerce/woocommerce-bl…
gigitux 6e93dd0
Product Query - Add support for the Filter By Price Block #6790
gigitux b243528
fix query relation
gigitux e55a41d
fix on sale query
gigitux 341d47b
Merge branch 'trunk' into add/price_filter_support
gigitux 1fd15a8
Merge branch 'trunk' into add/price_filter_support
gigitux 926f62c
Product Query - Add support for the Filter By Attributes block #6790
gigitux 3176679
Merge branch 'trunk' into add/attribute_filter_support
gigitux 1d56a2e
fix bugged pagination and on-sale filter after refactor
gigitux c9839f2
Merge branch 'add/price_filter_support' of https://github.com/woocomm…
gigitux 9065ab3
Merge branch 'add/price_filter_support' of https://github.com/woocomm…
gigitux 0be510e
Merge branch 'add/attribute_filter_support' of https://github.com/woo…
gigitux 6f326eb
Merge ranch 'trunk' of https://github.com/woocommerce/woocommerce-blo…
gigitux 5622639
Merge branch 'trunk' of https://github.com/woocommerce/woocommerce-bl…
gigitux c22d149
Merge branch 'trunk' of https://github.com/woocommerce/woocommerce-bl…
gigitux 80a0dbf
address feedback
gigitux 5be22b9
Product Query - Add support for the Filter By Stock Block #6790
gigitux 2e5f59e
Merge branch 'trunk' into add/stock_filter_support
gigitux b093589
Merge branch 'trunk' into add/stock_filter_support
gigitux 9ea5689
Merge branch 'trunk' into add/stock_filter_support
gigitux e879ae6
Merge branch 'trunk' of https://github.com/woocommerce/woocommerce-bl…
gigitux 027ab12
Merge branch 'add/stock_filter_support' of https://github.com/woocomm…
gigitux 9909197
Merge branch 'trunk' of https://github.com/woocommerce/woocommerce-bl…
gigitux d23d6a0
address feedback
gigitux File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we use the stock statuses returned by
wc_get_product_stock_status_options()
instead of hardcoding them? This way this will be compatible with any extension hooking into thewoocommerce_product_stock_status_options
filter.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point! I addressed the feedback with d23d6a0.