How can I display an inventory "status" message in the basket (either on the BASK screen or during checkout) so that customers can see if the product is back-ordered?
You can display the inventory "status" of each product in this manner:
1) Go to the "items" tab of the page you want to add the display to, for example, the Basket Contents (BASK) page and make sure that the Inventory Manager "item" is assigned to that page.
2) On the "Basket Contents" tab of that page add the tokens that you want to use. They need to go inside of the code:
<mvt:foreach iterator="item" array="basket:items">
</mvt>
(there will be a bunch of other </mvt>s before the one that belongs to the <mvt:foreach...). This is the loop which displays the items in the basket.
You can use the "usual" tokens listed in the 5x_documentation.txt file that is included in the Inventory Manager download zip file. Including:
<mvt:item name="BROK_INVENTORY" param="long_message" /> :the product's current level's long message
<mvt:item name="BROK_INVENTORY" param="short_message /> :the product's current level's short message
<mvt:item name="BROK_INVENTORY" param="level_name /> :the current inventory level (name)
Last update: 2008-04-02 10:19
Author: Thor
Revision: 1.1
You cannot comment on this entry
Most Recent FAQ Entries: 
- I have the module configured to add the key ... (2008-08-13 14:50)
- What is the format for the htaccess file if ... (2008-08-12 14:50)
- Is there any way to look up a customer's ... (2008-08-06 18:04)
- I am looking for a module that will allow ... (2008-08-06 18:00)
- Is it possible to display a link in Phone ... (2008-08-06 12:05)
Top 10 
- 2754 views:
Adding Tokens to Evaluate Expressions - 2698 views:
Is there a way to "Limit" the number of ... - 2654 views:
Why won't you call me for technical support? I ... - 2549 views:
Are license keys valid for more than one store? ... - 2447 views:
I'm trying to enter a license key and get ... - 2425 views:
How do I install a module? - 2286 views:
How do I check for a module upgrade? - 2255 views:
How can display and change the parameters of an ... - 2097 views:
The total on my checkout pages are not correct. ... - 1932 views:
I have select and radio type attributes in my ...
















