Discussions
Kit Items - In Stock?
Am I missing something? What getattribute tag should be used to communicate the availability of kit items in the web store? The typical quantity available item field does not apply to kit items and when I use the <%=getCurrentAttribute('item','stockStatusMessageHTML')%> it is simply blank.
I was thinking of trying a formula but it would be complex (ie. over my head). It would have to loop through the quantity available field for each member item and test if the quantity available is less than 1. We could then display a custom field that says out of stock or something.