Stockstatus on Label #3739
-
Hi Guys, Can you point me to the right direction? Many thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@Pixeltrace-GER good question - you might be able to use:
Please let me know if that works! |
Beta Was this translation helpful? Give feedback.
-
@Pixeltrace-GER see #3752 I have added the {% block content %}
<div class='text'>
Status: {{ item.status }}<br>
Text: {{ item.status_text }}
</div>
{% endblock %} |
Beta Was this translation helpful? Give feedback.
@Pixeltrace-GER see #3752
I have added the
status_text
function to these models, so (after this PR is merged) you can do the following in your label template: