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: 
- Alternate ways to display the product and attribute data ... (2008-09-02 18:40)
- Adding both "Add All to Basket" and "Add to ... (2008-09-01 09:46)
- When adding a product to the basket from an ... (2008-08-27 19:02)
- 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)
Top 10 
- 2940 views:
Adding Tokens to Evaluate Expressions - 2872 views:
Is there a way to "Limit" the number of ... - 2794 views:
Why won't you call me for technical support? I ... - 2682 views:
Are license keys valid for more than one store? ... - 2580 views:
I'm trying to enter a license key and get ... - 2569 views:
How do I install a module? - 2413 views:
How do I check for a module upgrade? - 2377 views:
How can display and change the parameters of an ... - 2220 views:
The total on my checkout pages are not correct. ... - 2018 views:
I have select and radio type attributes in my ...
















