Can you please explain more about your requirements ?
Hi, yes. I want to show the delivery or availibility in a filter and therefore the meta key is needed. Is that possible?
Best regards
We will check the possibilities.
For simple products, we’ve utilized the following meta_keys to maintain stock status:
- in_stock
- only_s_left_in_stock
- can_be_backordered
- s_in_stock
- available_on_backorder
- out_of_stock
For variation products, the meta_keys are:
- _in_stock_status
- _only_s_left_in_stock_status
- _can_be_backordered_status
- _s_in_stock_status
- _available_on_backorder_status
- _out_of_stock_status
For grouped products, the meta_key is:
- grouped_product_stock_status
You can integrate these meta_keys into your filter to display delivery or availability status based on the custom stock status.
This is solved, thank you! ☺