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)