This feature allows customers to sign up for notification if products are out of stock.
If a product is “Out of Stock”, customers can see the "Add Notification"link at shopdisplayproducts.asp and shopexd.asp. Customers must log into their account to have the "Add Notification" link if a product is "Out of Stock".
"Add Notification" link is working with xoutofstocklimit. You must set xoutofstocklimit to make this link work.
When stock becomes available, VPCART will perfom a lookup automatically where any customers registered for notification are emailed to let them know that productsare in stock.
Notification email is automatically sent out while accessing
the shopadmin1.asp.
After notification email is sent, their record would
then be removed from the notifications table.
You are able to specific your stock notification email by editing tmp_stocknotifyemail.txt.
If you wish to edit the titles/links used in the
auto-notify front end, below is the language that is using for auto-notify:
- langaddtonotification = "Add to Notification" (default)
- langinnotification = "In Notification" (default)
You can edit these languages to reflect your preferences by going to Advanced Settings > International > Edit Language.