Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › How to find all possible variables for Advanced title and description fields › Reply To: How to find all possible variables for Advanced title and description fields
Hi,
I am not familar with all of the custom fields related to WooCommerce, they probably have it listed somewhere on their documentation page. All the special variables are listed in our documentation you linked. The rest are custom fields, which we cannot list there, as those are created dynamically.
I beileve the stock status is stored within the _stock_status custom field and the actual stock number is in the _stock custom field.
I found an older thread where I suggested a custom coded solution to show a stock status text for WooCommerce: https://wp-dreams.com/forums/topic/hide-out-of-stock-exception-if-statement-on-_sku/#post-24880
If you need help with the custom codes, you can check this safe custom code guideline.