Last change
on this file since 17945 was
17730,
checked in by Henrik Bettermann, 7 months ago
|
Implement Etranzact Credo platform payments.
|
-
Property svn:executable set to
*
|
File size:
1.6 KB
|
Line | |
---|
1 | <p i18n:translate=""> |
---|
2 | These data will be submitted to the Etranzact Credo payment gateway, |
---|
3 | please check: |
---|
4 | </p> |
---|
5 | <form action="." tal:attributes="action request/URL" method="post" |
---|
6 | enctype="multipart/form-data"> |
---|
7 | <table class="form-table"> |
---|
8 | <tbody> |
---|
9 | <tr> |
---|
10 | <td i18n:translate="" class="fieldname"> |
---|
11 | Total Amount Authorized:</td> |
---|
12 | <td> |
---|
13 | <span tal:replace="view/context/amount_auth">AMOUNT</span> |
---|
14 | </td> |
---|
15 | </tr> |
---|
16 | <tr> |
---|
17 | <td i18n:translate="" class="fieldname"> |
---|
18 | Transaction Reference:</td> |
---|
19 | <td> |
---|
20 | <span tal:replace="view/context/p_id">TRANSID</span> |
---|
21 | </td> |
---|
22 | </tr> |
---|
23 | <tr> |
---|
24 | <td i18n:translate="" class="fieldname"> |
---|
25 | Firstname:</td> |
---|
26 | <td> |
---|
27 | <span tal:replace="view/customer/firstname">CUSTNAME</span> |
---|
28 | </td> |
---|
29 | </tr> |
---|
30 | <tr> |
---|
31 | <td i18n:translate="" class="fieldname"> |
---|
32 | Lastname:</td> |
---|
33 | <td> |
---|
34 | <span tal:replace="view/customer/lastname">CUSTNAME</span> |
---|
35 | </td> |
---|
36 | </tr> |
---|
37 | <tr> |
---|
38 | <td i18n:translate="" class="fieldname"> |
---|
39 | Email Address:</td> |
---|
40 | <td> |
---|
41 | <span tal:replace="view/customer/email">EMAIL</span> |
---|
42 | </td> |
---|
43 | </tr> |
---|
44 | <tr> |
---|
45 | <td i18n:translate="" class="fieldname"> |
---|
46 | Phone Number:</td> |
---|
47 | <td> |
---|
48 | <span tal:replace="view/customer/phone">PHONE</span> |
---|
49 | </td> |
---|
50 | </tr> |
---|
51 | </tbody> |
---|
52 | </table> |
---|
53 | |
---|
54 | <br /> |
---|
55 | <div tal:condition="view/availableActions"> |
---|
56 | <input tal:repeat="action view/actions" |
---|
57 | tal:replace="structure action/render" |
---|
58 | /> |
---|
59 | </div> |
---|
60 | </form> |
---|
61 | |
---|
Note: See
TracBrowser for help on using the repository browser.