Hi! Is anyone facing an issue wherein the Out-of-...
# suitecommerce
s
Hi! Is anyone facing an issue wherein the Out-of-stock message is displayed on the search results but not on the individual item detail view?
s
Do your details and search field sets match?
s
Both of them have Out-of-stock message field present
s
OK, then you will need to track down where the data is going missing in the chain from requesting it to displaying it. For example: 1. Is it in the request? 2. Is it in the response? 3. Is it in the model? 4. Is it in the view? 5. Is it in the template context? 6. Is there a field in the template to show it?
🙌 1