{docurl}
I am using the List Manager and Inventory Manager together. However, the List Manager is showing items in the list that are out of stock in the Inventory Manager
The fix for this is to add conditional tokens to the "Products Template" field of the various page templates. Use the conditional tokens:
%begin_IM_forsale%
%quantitybox%
%else%
Out of
Stock
%end_IM_forsale%
(which will show the %quantitybox% token if the wish list item is in stock and display Out of Stock if the item is out of stock)
and
%begin_IM_forsale%
%addtobasket%
%end_IM_forsale%
(which will show the "add to basket" checkbox if the list item is in stock).
If you prefer, there are also a "NOT for sale" version of this token:
%begin_IM_notforsale%
**out of stock code
%else%
**in stock code
%end_IM_notforsale%
These conditionals will correctly take into account any attributes which the wish list item might have. Note that the Inventory Manager token %module|BROK_INVENTORY|permit_sale|% will not correctly take into account any attributes that the list item might have.
Last update: 2007-04-19 16:45
Author: Brok
Revision: 1.0
You cannot comment on this entry
Records in this category
- I would like to have a box, when, if checked and the update button is clicked, 1 of the item would be added to the cart. I don't want the quantity box showing, but I can't seem to figure out how to make it work.
- I switched the email format to "html" but now the link that is displayed in the email using the %listlink% token no longer works (i.e. the customer can no longer click on it and have their browser take them to the page). Why is that?
- Is it possible to add prdoucts in the basket to the wish list?
- Can the %listlink% token be replaced with a "Search Friendly Links" equivalent?
- The %nameL% token displays the list owner's "shipping address" name linked to their list. How can I display the link as the billing address name instead?
- How do I keep customer from ordering out of stock items from the wishlist?
- How do I configure the module to permit purchases from the wish list?
- What are the "Display note field to customer" and "Suppress 'bill to' on customer account page" options for?
- What are the static links to link to the module's various pages?
- I am using the List Manager and Inventory Manager together. However, the List Manager is showing items in the list that are out of stock in the Inventory Manager
- When a customer adds a product in their wish list to the basket I would like them to be re-directed to the Basket page instead of back to their wish list. Is this possible? The customers are getting confused because they don't realize the products have been added to their basket.














