Newer
Older
ubFramework / Portal / docroot / templates / user / billing / billing.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 973 bytes Cleaning Up Making It A Sub Module
<h1>Manage Payment Methods</h1>
<hr />
<br />
My payment method is listed below. Payment methods can be edited and deleted, as follows:
<br /><br />
To delete a payment method: click delete under the Action column.
<br /><br />
Note: If there are any scheduled One-Time payments first go to Payment Activity to delete the payment, then delete the payment method. If a payment is In Progress, it cannot be deleted.
<br /><br />
To edit a payment method: Only a credit card can be edited. Click edit under the Action column and make necessary changes. If changes are required to a 'Bank Account' payment method, it must be deleted and then recreated.
<br /><br />
<table class="paymentMethods">
<tr>
  <th style="width:150px;">Account Nickname</th>
  <th style="width:150px;">Account Type</th>
  <th style="width:150px;">Account Number</th>
  <th style="width:150px;">Action</th>
</tr>
{ROWS}
</table>
<br />
<a href="/billing/add_pm.php?data[pm_type]=0">Add credit card</a>