My Transactions (eWeb)

The My Transactions page in eWeb lists certain financial transactions of the logged-in user.

Products

The products section of the My Transactions page details all purchases made including the invoice number, product name, price, and if it has been returned or cancelled. netFORUM provides the ability to include reports on eWeb through the Toolkit module. Included with baseline functionality is the ability to print a product invoice on the eWeb My Transactions page.

The Print Invoice hyperlink is generated with the following code on the CMS web Page Detail:

<td>
<a href="javascript:void(0);" class="TopUIFormLinksMenuLink" onclick="open_window('Reports/ReportStart.aspx?ReportKey=7d475172-223f-410a-85c6-819ac651b364&inv_key={inv_key}', 'Invoice', 800, 600, 'yes')">Print Invoice</a>
</td>

The ReportKey in the querystring points to the Invoices with Format eWeb baseline report.
The Date Paid column displays the date a payment was made on a product.

Events

Membership

Membership line items with the Discussion icon have been enabled in MemberFuse. Clicking the Discussion icon will take you to that group in MemberFuse.

Chapter Memberships

Open Credits

An Open Credits section has been added to the My Transactions page to provide customers with information on any credit available they have on their accounts. NetForum includes the ability to use any available credits towards an amount due in the online store if your entity has been enabled to receive credits on eWeb. For more information, view the help topic Applying Customer Credit During Checkout for more information.

Notice in the image below that the open credits section shows the credit available to the customer as well as the restrictions on what may be purchased using that credit (if applicable).


Downloads