Announcement

Collapse
No announcement yet.

Displaying the inventory message

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Displaying the inventory message

    Hey guys, quick question. Is there a code I need to put in in order to display the product inventory message (in-stock or out-of-stock)? I know there are tokens like %inv_level% but how do I use them to display the message on category page?

    #2
    Re: Displaying the inventory message

    5.5 PR8U12 stock CTGY page template from the category product list layout:

    Code:
    <mvt:if expr="l.settings:product:inv_active">
    &mvt:product:inv_long;<br>
    </mvt:if>
    Hope it helps.

    Comment

    Working...
    X