Ignore:
Timestamp:
21 Apr 2010, 05:46:29 (15 years ago)
Author:
Henrik Bettermann
Message:

implement AAUA split payment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/payments_view.pt

    r4294 r5164  
    7575                   />
    7676          </form> 
     77          <form tal:condition="python: info.get('payment_method') in ('first_instalment',)"
     78                tal:attributes="action string: ${context/absolute_url}/pay_interswitch" method="post" class="group">
     79            <input type="submit" name="epayment"
     80                   class="context"
     81                   value="Pay"
     82                   tal:attributes="value string:Initiate ${info/next_session_str} School Fee Payment by Cash Card (First Instalment)"
     83                   />
     84          </form> 
     85          <form tal:condition="python: info.get('payment_method') in ('second_instalment',)"
     86                tal:attributes="action string: ${context/absolute_url}/pay_interswitch2" method="post" class="group">
     87            <input type="submit" name="epayment"
     88                   class="context"
     89                   value="Pay"
     90                   tal:attributes="value string:Initiate School Fee Payment by Cash Card (Second Instalment)"
     91                   />
     92          </form>                       
    7793          <form tal:condition="python: info.get('payment_method') in ('sc_payment','both_payments')"
    7894                tal:attributes="action string: ${context/absolute_url}/pay_by_sc" method="post" class="group">
Note: See TracChangeset for help on using the changeset viewer.