64 lines
2.3 KiB
Plaintext
64 lines
2.3 KiB
Plaintext
---
|
|
import Base from '../../layouts/Base.astro';
|
|
---
|
|
<Base title="Better ListView Pricing & Licensing" description="Pricing and licensing information for Better ListView .NET control.">
|
|
|
|
<div class="order-content">
|
|
|
|
<h1>Better ListView — Pricing & Licensing</h1>
|
|
<p class="section-info">Choose the license that best fits your needs.</p>
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>License</th>
|
|
<th>Description</th>
|
|
<th class="price">Price</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><strong>Single Developer License</strong></td>
|
|
<td>License for 1 developer. Includes 1 year of free updates and priority email support.</td>
|
|
<td class="price">$189</td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Team License (up to 5 developers)</strong></td>
|
|
<td>License for up to 5 developers. Includes 1 year of free updates and priority email support.</td>
|
|
<td class="price">$499</td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Enterprise License (unlimited developers)</strong></td>
|
|
<td>License for unlimited developers in your organization. Includes 1 year of free updates and priority email support.</td>
|
|
<td class="price">$899</td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Source Code License</strong></td>
|
|
<td>Full source code of Better ListView. Includes Single Developer License.</td>
|
|
<td class="price">$599</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div class="licenses-info">
|
|
<div class="block">
|
|
<h3>Royalty-Free Distribution</h3>
|
|
<p>All licenses include royalty-free distribution rights. You can distribute Better ListView DLL with your applications without any additional fees.</p>
|
|
</div>
|
|
<div class="block">
|
|
<h3>Free Updates</h3>
|
|
<p>All licenses include 1 year of free updates. After the first year, you can renew your update subscription at a discounted rate.</p>
|
|
</div>
|
|
<div class="block last">
|
|
<h3>Priority Support</h3>
|
|
<p>All licenses include priority email support. We usually reply within 24 hours or sooner.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<p style="text-align:center; margin-top:30px">
|
|
<a href="/support">Contact us</a> if you have any questions about licensing or need a custom license.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</Base> |