How can I integrate this module with your Category/Product Page Template modules?
First, in the template module(s), go to the 3rd party tokens tab and add a new token if one doesn't already exist. Use DEN_WLST for the module code, and lets use the same for the token name (the token name is up to you, the rest of these instructions assume you used DEN_WLST). This should give you the "full" tokens to use to insert into a template, %module|DEN_WLST|1|% and %module|DEN_WLST|2|%. %module|DEN_WLST|1|% will display the expanded display Add to Wait List button, and %module|DEN_WLST|2|% will display the line-item display Add to Wait List button.
The template modules have conditional tokens can be used to make the add to basket button only appear for items in stock.
%begin_instock%/%end_instock%, and
%begin_outstock%/%end_outstock%
Wrap the add to basket buttons in %begin_instock%/%end_instock%
Now add the %module|DEN_WLST|1|% or %module|DEN_WLST|2|% token, and wrap this in %begin_outstock%/%end_outstock%.
Your template should look something like this:
%begin_instock%
%end_instock%
%begin_outstock%
%module|DEN_WLST|2|%
%end_outstock%
Last update: 2003-07-07 23:13
Author: Support
Revision: 1.0
You cannot comment on this entry
Most Recent FAQ Entries: 
- I have the UPS Custom Integration configured so that ... (2008-07-11 10:21)
- I would like to conditionally display something for a ... (2008-07-03 17:37)
- Is there any way to configure specific global headers ... (2008-06-02 18:28)
- I pay my affiliates with gift certificates from your ... (2008-05-29 10:42)
- Is there any way to add a negative number ... (2008-05-22 13:51)
Top 10 
- 2521 views:
Adding Tokens to Evaluate Expressions - 2510 views:
Why won't you call me for technical support? I ... - 2489 views:
Is there a way to "Limit" the number of ... - 2402 views:
Are license keys valid for more than one store? ... - 2308 views:
I'm trying to enter a license key and get ... - 2270 views:
How do I install a module? - 2133 views:
How do I check for a module upgrade? - 2132 views:
How can display and change the parameters of an ... - 1960 views:
The total on my checkout pages are not correct. ... - 1843 views:
I have select and radio type attributes in my ...
















