Configure the WTP reload process for Axess gates
When items are configured to support a WTP reload, they can be looked up in the WTPReload.aspx page. If a product has valid Reload Items Available, a link is displayed to see the items on the ItemList.aspx page. Once an item is selected, the user is taken to the ItemShow.aspx page and the quantity is forced to “1” regardless of min/max configuration of the item in SysManager. To use, set the following site config setting:
• Site Admin Panel > Miscellaneous Settings > WTPRegex value = ^([0-9a-zA-Z]{8})-([0-9a-zA-Z]{3})-([0-9a-zAZ]{3})$
• Site Admin Panel > Miscellaneous Settings > WTPItemsText value = Items are available. Click <ahref="ItemList.aspx?node_type=WTP">here</a>to see them.
• Site Admin Panel > Miscellaneous Settings > WTPDescrip value = (WTP Number:{{wtp_no}}
Set “WTPRegex” to a regular expression to use to validate the WTP number entered on ItemShow.aspx. The “WTPItemsText” setting is what gets displayed to the user when they have reload items available. It needs to have a link to ItemList.aspx?node_typw=WTP. The rest of the text can be whatever you choose. Set WTPDescrip to text to display in the cart with WTP number-enabled items. {{wtp_no}} is replaced with the actual number.