1
+ # Purchase
2
+
3
+ <!-- validation !-->
4
+ <div id="error_validation" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="modal_agreement" aria-hidden="true">
5
+ <div class="modal-dialog" role="document">
6
+ <div class="modal-content">
7
+ <div class="modal-header">
8
+ <h4 class="modal-title" id="modal_agreement">License Agreement</h4>
9
+ </div>
10
+ <div class="modal-body bg-danger">
11
+ You must read and agree to the License Agreement.
12
+ </div>
13
+ <div class="modal-footer">
14
+ <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
15
+ </div>
16
+ </div>
17
+ </div>
18
+ </div>
19
+
20
+
21
+ <div class="container">
22
+
23
+ <div class="row">
24
+ <div class="col-lg-7 purchasing-step wow slideInUp">
25
+
26
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" onsubmit="return purchase_validate()">
27
+ <input type="hidden" name="cmd" value="_s-xclick">
28
+ <input type="hidden" name="hosted_button_id" value="H8RME3A5PQ5V6" />
29
+ <input type="hidden" name="currency_code" value="USD">
30
+ <input type="hidden" name="on0" value="Seats">
31
+ <p>Every month, a <a href="{{ site.github.url }}/download">FREE trial</a> of the <b>PRO</b> version is available to let you evaluate all its features without limitations.</p>
32
+ <h2>Step 1 - Choose License</h2>
33
+ <div style="width: 450px;">
34
+ <label class="form-label form-label-lg">Seat:</label>
35
+ <select id="product_option" name="os0" class="form-control">
36
+ <option id="seat1" value="1 seat">Eval SQL.NET $599 (1 developer seat)</option>
37
+ <option id="seat2_4" value="2-4 seats" selected>Eval SQL.NET $799 (2-4 developer seats)</option>
38
+ <option id="seat5_9" value="5-9 seats">Eval SQL.NET $999 (5-9 developer seats)</option>
39
+ <option id="seat10_14" value="10-14 seats">Eval SQL.NET $1199 (10-14 developer seats)</option>
40
+ <option id="seat15_19" value="15-19 seats">Eval SQL.NET $1399 (15-19 developer seats)</option>
41
+ </select>
42
+ </div>
43
+
44
+ <h2>Step 2 - Purchase</h2>
45
+ <div class="checkbox">
46
+ <label>
47
+ <input id="agree_agreement" type="checkbox"> I have read and agree to the <a href="http://www.zzzprojects.com/license-agreement/" target="_blank">License Agreement</a>.
48
+ </label>
49
+ </div>
50
+ <br />
51
+ <button type="submit" class="btn btn-z btn-lg" onclick="ga('send', 'event', { eventAction: 'buy-now'});">
52
+ <i class="fa fa-shopping-cart"></i> BUY NOW
53
+ </button>
54
+
55
+ <div class="more-option">* Read the FAQ below for alternative payment method.</div>
56
+ </form>
57
+
58
+ </div>
59
+
60
+ <div class="col-lg-5">
61
+
62
+ <div class="card card-layout-z1 wow slideInRight">
63
+ <div class="card-header">
64
+ <h2>What is included?</h2>
65
+ </div>
66
+ <div class="card-body">
67
+ <h3>License</h3>
68
+ <ul>
69
+ <li><i class="fa fa-check-square-o"></i> Unlimited Maximum Characters</li>
70
+ <li><i class="fa fa-check-square-o"></i> Commercial License</li>
71
+ <li><i class="fa fa-check-square-o"></i> Royalty-Free</li>
72
+ <li><i class="fa fa-check-square-o"></i> Support & Upgrades (1 year)</li>
73
+ </ul>
74
+ </div>
75
+ </div>
76
+ </div>
77
+ </div>
78
+ </div>
79
+
80
+ <div class="container section-faq wow slideInUp">
81
+ <div markdown="1">
82
+ ---
83
+ ## FAQ
84
+
85
+ ### Which payment alternative method are accepted?
86
+ We accept `PayPal`, `Cheque` and `Wire Transfer`.
87
+
88
+ We **DO NOT** accept bitcoin and credit card.
89
+
90
+ Please contact us for more information.
91
+
92
+ Email: <a href="mailto:sales@zzzprojects.com">sales@zzzprojects.com</a>
93
+
94
+ ### Do you accept reseller?
95
+ Yes contact us if you are a reseller or seeking for a reseller.
96
+
97
+ Email: <a href="mailto:sales@zzzprojects.com">sales@zzzprojects.com</a>
98
+
99
+ ### What `2-4` developer seats mean?
100
+ It mean that you can use the license with up 4 developers inside your team.
101
+
102
+ The `5-9` developer seats mean you can use the license with up 9 developers.
103
+
104
+ You only pay for developer seats. You can use our library with an unlimited amount of application, environment, server, and client machine.
105
+
106
+ ### I need more than `19 seats`, what can I do?
107
+ Please contact us with the number of seats required. We offer some additional great discount or enterprise license.
108
+
109
+ Email: <a href="mailto:sales@zzzprojects.com">sales@zzzprojects.com</a>
110
+
111
+ ### Is the license perpetual?
112
+ The product comes with a one year of support & upgrade but the license is perpetual (indefinitely use). So you are not forced to renew every year or renew at all.
113
+
114
+ Renewing come with a lot of benefits such as a 25%/35%/50% discount on purchase price, discounted or free product, etc.
115
+
116
+ ### Why this library is not free and open source?
117
+ `ZZZ Projects` mission is focused on adding value to the `.NET Community` and supporting a lot of `free and open source` libraries.
118
+
119
+ However, this mission cannot be successful without being able to pay our developers for the time they pass to support & develop features for free and paid libraries.
120
+
121
+ #### Free Librairies
122
+
123
+ - [Html Agility Pack](http://html-agility-pack.net/){:target="_blank"}
124
+ - [Entity Framework Plus](http://entityframework-plus.net/){:target="_blank"}
125
+ - [Entity Framework DynamicFilter](https://github.com/zzzprojects/EntityFramework.DynamicFilters){:target="_blank"}
126
+ - [RefactorThis.GraphDiff](https://github.com/zzzprojects/GraphDiff){:target="_blank"}
127
+ - [Extension Methods](https://github.com/zzzprojects/Z.ExtensionMethods){:target="_blank"}
128
+
129
+ #### Website
130
+
131
+ - [.NET Fiddle](https://dotnetfiddle.net/){:target="_blank"}
132
+ - [SQL Fiddle](http://sqlfiddle.com/){:target="_blank"}
133
+ - [NuGet Must Haves](http://nugetmusthaves.com/){:target="_blank"}
134
+ - [Dapper Tutorial](http://dapper-tutorial.net/){:target="_blank"}
135
+
136
+ By contributing on paid libraries, you are also helping in keeping other libraries and website FREE.
137
+
138
+ </div>
139
+ </div>
140
+
141
+ <style>
142
+ .purchasing-step {
143
+ margin-top: 60px;
144
+ }
145
+ .purchasing-step h2 {
146
+ padding-bottom: 5px;
147
+ margin-bottom: 20px;
148
+ margin-top: 40px;
149
+ font-size: 2.5rem;
150
+ border-bottom: 1px solid #ddd;
151
+ }
152
+ .purchasing-step .more-option {
153
+ font-style: italic;
154
+ margin-top: 40px;
155
+ margin-bottom: 40px;
156
+ }
157
+
158
+
159
+
160
+
161
+
162
+
163
+ </style>
164
+
165
+ <script>
166
+ function purchase_validate() {
167
+ if($("#agree_agreement").prop('checked')) {
168
+ return true;
169
+ }
170
+
171
+ $("#error_validation").modal('show')
172
+ return false;
173
+ }
174
+ function selectProduct() {
175
+ if($("#provider_type").val() == "TSCGQDC4YR2MQ") {
176
+ $("#seat1").html("Eval SQL.NET $799 (1 developer seat)");
177
+ $("#seat2_4").html("Eval SQL.NET $999 (2-4 developer seats)");
178
+ $("#seat5_9").html("Eval SQL.NET $1199 (5-9 developer seats)");
179
+ $("#seat10_14").html("Eval SQL.NET $1399 (10-14 developer seats)");
180
+ $("#seat15_19").html("Eval SQL.NET $1599 (15-19 developer seats)");
181
+ }
182
+ else {
183
+ $("#seat1").html("Eval SQL.NET $599 (1 developer seat)");
184
+ $("#seat2_4").html("Eval SQL.NET $799 (2-4 developer seats)");
185
+ $("#seat5_9").html("Eval SQL.NET $999 (5-9 developer seats)");
186
+ $("#seat10_14").html("Eval SQL.NET $1199 (10-14 developer seats)");
187
+ $("#seat15_19").html("Eval SQL.NET $1399 (15-19 developer seats)");
188
+ }
189
+ }
190
+
191
+ selectProduct();
192
+ </script>
0 commit comments