{* Admin interface: finance *} {include file='inc/_header.html'} {block_page}
Transaction information | |
---|---|
Order ID | {$trans.payment_provider_order_number} |
Payment Provider | {text section="components.payment_selection" key=$trans.fin_payment_provider_id} |
Date | {$trans.order_stamp|date_format:"%A, %B %e, %Y"} {$trans.order_stamp|date_format:"%H:%M:%S"} |
Amount | {$trans.amount} |
Coupon | {$trans.coupon} {if $trans.discount}({$trans.discount}% discount){/if} |
Membership Type | {if $trans.is_deleted}{text section="membership.types" key=$trans.membership_type_id}{else}Deleted{/if} |
Credits | {if $trans.credits==''}0{else}{$trans.credits}{/if} |
Start Date | {$trans.start_stamp|date_format:"%A, %B %e, %Y"} {$trans.start_stamp|date_format:"%H:%M:%S"} |
Expiration Date | {$trans.expiration_stamp|date_format:"%A, %B %e, %Y"} {$trans.expiration_stamp|date_format:"%H:%M:%S"} |
Username | {$trans.username} |
{$trans.email} | |
Last Activity | {$trans.activity_stamp|date_format:"%A, %B %e, %Y"} {$trans.activity_stamp|date_format:"%H:%M:%S"} |
Payment type | {if $trans.is_recurring=='y'}recurring{else}single{/if} |
Payment status: | {if $trans.refund_stamp != ''}refunded {elseif $trans.status == 'deleted'}deleted - Transaction was approved by payment provider but profile/membership plan/membership type was deleted. {else}active{/if} |
Chargeback Fine: | {$trans.amount_fine} |
Comment: | {$trans.comment|replace:"\n":" "} |
Refund Date | {$trans.refund_stamp|date_format:"%A, %B %e, %Y"} {$trans.refund_stamp|date_format:"%H:%M:%S"} |