forked from ePay/shopify-3dsecure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.txt
57 lines (57 loc) · 1.49 KB
/
settings.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!-- EPAY START -->
<div class="section-info">
<h3>ePay integration</h3>
<p>Configure the settings for the ePay integration below.</p>
<br/>
</div>
<table>
<tr>
<th>
<label for="epay_merchantnumber">Merchant number</label>
</th>
<td>
<input type="text" id="epay_merchantnumber" name="epay_merchantnumber" value="" />
</td>
</tr>
<tr>
<th>
<label for="epay_buttonstyle">Additional CSS Style for "Finalize" button</label>
</th>
<td>
<input type="text" id="epay_buttonstyle" name="epay_buttonstyle" value="" />
</td>
</tr>
<tr>
<th>
<label for="epay_buttontext">Text for "Finalize" button</label>
</th>
<td>
<input type="text" id="epay_buttontext" name="epay_buttontext" value=""/>
</td>
</tr>
<tr>
<th>
<label for="epay_onleavetext">Text to display when a customer tries to leave the Thank You page<br/>without submitting the order to ePay<br/>(NOTE: This is handled differently across browsers)</label>
</th>
<td>
<input type="text" id="epay_onleavetext" name="epay_onleavetext" value=""/>
</td>
</tr>
<tr>
<th>
<label for="epay_continueurl">Page to display when the ePay registration is complete</label>
</th>
<td>
<select class="page" name="epay_continueurl" id="epay_continueurl" />
</td>
</tr>
<tr>
<th>
<label for="epay_cancelurl">Page to display if the ePay registration is abandoned</label>
</th>
<td>
<select class="page" name="epay_cancelurl" id="epay_cancelurl" />
</td>
</tr>
</table>
<!-- EPAY END -->