E-Commerce
WTP reload capabilities are built into the core E-Commerce module, although a new page is required: WTPReload.aspx.
A regex web.config setting is also available to facilitate the entry of the WTP numbers:
<add key="WTPRegex" value="^([0-9a-zA-Z]{8})-([0-9a-zA-Z]{3})-([0-9a-zA-Z]{3})$"/>
Another web.config setting can be used to customize text to customers when eligible reload products are located for the WTP number. Omitting this setting takes the customer directly to the eligible list of items instead of presenting a link to the list.
<add key="WTPItemsText" value ="Items are available. Click <a href="ItemList.aspx?node_type=WTP">here</a> to see them."/>
Finally, a web.config setting can be used to customize how the WTP numbers are displayed next to the selected reload items in the cart:
<add key="WTPDescrip" value="(WTP: {{wtp_no}})" />