LexiConn Knowledgebase

Knowledgebase Home | Favorites Knowledgebase Home | Favorites
Search the Knowledgebase Browse by Category
Activating the In-Stock Notification Module
Article Details

Last Updated
2nd of February, 2012

User Opinions (5 votes)
100% thumbs up 0% thumbs down

How would you rate this answer?
Helpful
Not helpful

To activate the In-Stock Notification Module, you will need to complete the following steps:

1. Add the following id:

form[-- PRODUCT.RecordNumber --]

to the opening Add to Cart form in the [-- DEFINE MORE_INFO_PAGE --] section of all of your active product templates:

For example:

<form id="form[-- PRODUCT.RecordNumber --]" action="[-- SHOPPING_CART_URL BASE --]/order.cgi" method="post">


2. Add the following include after the Add to Cart form in the [-- DEFINE MORE_INFO_PAGE --] section of all of your active product templates:

[-- INCLUDE LexiConn_Notification PROCESS --]


3. Add [-- INCLUDE LexiConn_Notification_Cart PROCESS --] after the [-- ShopSiteMessages --] tag in the [-- DEFINE ShoppingCart --] of your shopping cart template:

					[-- DEFINE ShoppingCart --] 
 .
 .
 .
 [-- ShopSiteMessages --]
 [-- INCLUDE LexiConn_Notification_Cart PROCESS --]
 


4. Regenerate your site to add the code to all of your product pages (Utilities -> Publish - Regenerate)


Related Articles
Attachments
No attachments were found.

Powered by Interspire Knowledge Manager Knowledgebase Software