{include file="defaultlayer/piwi/includes/htmldoctype_selector.html"} {include file="defaultlayer/piwi/includes/htmlheader_selector.html"} {include file="defaultlayer/piwi/includes/pageheader_selector.html"}
{include file="defaultlayer/piwi/includes/sidebar_selector.html"}

Make a Payment

Step 1
Select an Invoice
 
Step 2
Select Payment Type
Step 3
Make a Payment
Step 4
Review & Submit
Step 1 of 4 : Select an Invoice
{ if !$headerdata.staff.display && !$paymentsenabled}

Online payments are unavailable at this time.

{ else}

Select the invoice(s) that you would like to pay.

{ /if}
{ if !$paymentsenabled} { elseif !$invoicedata and !$headerdata.staff.display} { else} { assign var=rowType value='odd'} { section name=thisInvoice loop=$invoicedata step=-1} { if $rowType == 'odd'} { else} { /if} { if $rowType == 'odd'} { assign var=rowType value='even'} { else} { assign var=rowType value='odd'} { /if} {/section} {/if}
 

There are no invoices on this account to pay.

All Date Invoice # Due
{$invoicedata[thisInvoice].date|date_format|escape:'html'} {$invoicedata[thisInvoice].invoice|escape:'html'} ${$invoicedata[thisInvoice].dueDisplay|escape:'html'}
 
{include file="defaultlayer/piwi/includes/pagefooter_selector.html"}