-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutPayments.aspx
127 lines (103 loc) · 3.48 KB
/
AboutPayments.aspx
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="AboutPayments.aspx.cs"
Inherits="Login" Title="The Q-Office -> Information" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="NormalContentTitle">
ABOUT THE Q-OFFICE
</div>
<div id="NormalContent">
<div class="NormalContentLeft" >
PAYMENTS
<br /><br />
<div style="color:#000000; ">
The Q-Office costs only N37,000/year.
We're still setting up our internet payment gateway but pending its release you can
pay into our GTBank account. Here are the details you would need:
<br />
<br />
<span style="color:Green">
A/C NAME:
</span>
<br />
Electronic Phase Information Systems
<br /><br />
<span style="color:Green">
A/C NUMBER:
</span>
<br />
202 280123 110
<br /><br />
</div>
</div>
<div class="NormalContentRight" >
<div style="font-size:24px;">
<div style="padding:10px; margin:5px; width:121px; float:left;">
<asp:Image ID="Image1" runat="server" ImageUrl="images/iswitch.gif" AlternateText="interswitch"/>
</div>
ABOUT PAYING ONLINE (Nigeria only)
<hr />
</div>
The online payment module provides a secure channel for you to pay for our services using an Interswtich-powered debit card.
<br />
<span style="color:Red">WE DO NOT COLLECT ANY CARD DETAILS FROM YOU.</span>
<br /><br />
After you successfully calclulated the amount you are required to pay based on the number of years of subscription, and the
optional discount code, you would be directed to a secure payment page from where the financial transaction
would be initiated.
<br /><br />
In event of a successful payment, you would receive an email confirming a successful registration. Please allow one working
day for us to setup your website. After your website has been setup, we would send you an email with an access code which
would grant you access to the final phase of registration. Completion of this final registration phase grants you access to
the admin panel of your website. You can always send us an email at [email protected] if there any issues concerning
the transaction made or the registration process.
</div>
<div class="NormalContentLeft" style="background-color:#eeeeee; color:Maroon; margin-top:10px; clear:left;" >
CUSTOMER SERVICE
<br /><br />
<div style="color:#000000; ">
We'd love to hear what you think. Please feel free to send us an email at any of the following addresses:
<br />
<br />
<span style="color:Green">
General Customer Support
</span>
<br />
<br /><br />
<span style="color:Green">
Product Suggestions
</span>
<br />
<br /><br />
<span style="color:Green">
Product Complaints
</span>
<br />
<br /><br />
<span style="color:Green">
Executive Business contact
</span>
<br />
<br />
<hr />
<br />
<span style="color:Maroon">
WE'RE LOCATED AT:
</span>
<br />
No 6, Ashabi Cole road (Ladegbuwa Plaza, AT&S section), Agidingbi, Lagos, Nigeria.
<br /><br />
<span style="color:Green">
GIVE US A CALL ON:
</span>
<br />
+234 - 7029164696
<br /><br />
</div>
</div>
</div>
</asp:Content>