Announcement

Collapse
No announcement yet.

Inventory tokens on wish list

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

    Inventory tokens on wish list

    I am trying to make products on Sebenza's wish list page show as 'sold out' when not in stock, and to strip out the add to basket check boxes and quantity box. The inventory tokens I use on the category and product pages are not available (I checked with Latu's store helper). I've tried assigning all the 'items' I can think of so that the tokens will be available, and am still getting nowhere. I pasted a copy of the code I am using below. Can someone help me with what 'items' to assign to get miva's inventory tokens to work, or how else to get this to function?


    <mvt:if expr="l.settings:product:inv_level NE 'out'">
    <input type="text" size="3" name="qty[&mvt:product:line_id;]" value="&mvt:product:quantity;">
    <mvt:else>
    <mvt:item name="fonts" param="body_font">
    Sold out
    </mvt:item>
    </mvt:if>
    Brent

    Tropical Scrapbooking
    www.tropicalscrapbooking.com
Working...
X