Is it possible to check if a product is on backorder on the product detail page? I would like to show a certain message and product atribute when the 'product status' is in backorder.
I would suggest you that get the data of advance inventory of product programmatically and check that if it is in backorder state, you can print the relative message on the detail page of that product.