|
1 | 1 | # 7. Pricing |
2 | 2 |
|
| 3 | +<script src="https://cdn.paddle.com/paddle/v2/paddle.js"></script> |
| 4 | +<script type="text/javascript"> |
| 5 | + // Paddle.Environment.set("sandbox"); |
| 6 | + Paddle.Initialize({ |
| 7 | + token: "live_1c12997e01d459f8b047201cd55" |
| 8 | + }); |
| 9 | + function checkoutnow(priceId){ |
| 10 | + Paddle.Checkout.open({ |
| 11 | + items: [{priceId: priceId,quantity: 1}] |
| 12 | + }); |
| 13 | + } |
| 14 | +</script> |
| 15 | + |
3 | 16 | ## Subscription, Payment and Cancellation |
4 | 17 |
|
5 | 18 | 7 days free trial, then you will be charged monthly at one of the following rates (excluding tax) for the Pro Features. You can cancel your subscription at any time before the 7th day, and you will not be charged: |
6 | | -- USD US$2.66 / month, excluding tax, tax will be automatically calculated based on your location. |
7 | | -- Price in EUR, CNY, HKD will be automatically calculated and displayed based on your location. |
| 19 | + |
| 20 | +| Billing Cycle | Price (USD) | Subscribe through Paddle | |
| 21 | +| :---: | :---: | :---: | |
| 22 | +| Every Month | US$2.66, excluding tax | <button onclick='checkoutnow("pri_01jz0fdq3rm19fn5bqrn86tnjy")'>Free Trial and Subscribe</button> | |
| 23 | +| Every Quarter (3 months) | US$3.66, excluding tax | <button onclick='checkoutnow("pri_01k19xzfq77gp4tvtqypjyfqdq")'>Free Trial and Subscribe</button> | |
| 24 | +| Every Half year (6 months) | US$4.99, excluding tax | <button onclick='checkoutnow("pri_01k19y29j38js9zwnq36tkwkqv")'>Free Trial and Subscribe</button> | |
| 25 | +| Every Year | US$5.99, excluding tax | <button onclick='checkoutnow("pri_01k19y3basxqvta0cycksqsjaf")'>Free Trial and Subscribe</button> | |
| 26 | + |
| 27 | + |
| 28 | +* Price in EUR, CNY, HKD will be automatically calculated and displayed based on your location. |
| 29 | +* Tax will be automatically calculated based on your location. |
8 | 30 |
|
9 | 31 | Each Pro Code can offer 10 devices to access Pro Features.After the 7 day trial period, you may cancel your subscription at any time, which will take effect at the end of your current billing cycle. |
10 | 32 |
|
11 | | -Each Pro code is valid for both Excel-to-JSON and [JSON-to-Excel](https://json-to-excel.wtsolutions.cn/en/latest/) add-in provided by WTSolutions. |
| 33 | +Each Pro code is valid for both Excel-to-JSON and [JSON-to-Excel](https://json-to-excel.wtsolutions.cn/en/latest/) add-in provided by WTSolutions: |
| 34 | +- Excel to JSON [Web App](WebApp.md) |
| 35 | +- Excel to JSON [Excel Addin](ExcelAddIn.md) |
| 36 | +- Excel to JSON [API](API.md) |
| 37 | +- JSON to Excel |
12 | 38 |
|
13 | 39 | ### Subscribe though Paddle |
14 | 40 |
|
| 41 | +The subscription is managed through [Paddle](https://paddle.com/). |
| 42 | + |
15 | 43 | #### Payment Methods |
16 | 44 | - Paypal |
17 | 45 | - Credit Card/Debit Card with Visa, Mastercard, American Express, Maestro, Cartes Bancaires, Dankort, UnionPay, Mada, JCB, Diners Club, and Discover. |
18 | 46 | - Google Pay (Chrome or Android device required) |
19 | 47 | - Apple Pay (Apple Device required) |
20 | 48 | - BanContact in BE |
21 | 49 |
|
22 | | -<script src="https://cdn.paddle.com/paddle/v2/paddle.js"></script> |
23 | | -<script type="text/javascript"> |
24 | | - // Paddle.Environment.set("sandbox"); |
25 | | - Paddle.Initialize({ |
26 | | - token: "live_1c12997e01d459f8b047201cd55" |
27 | | - }); |
28 | | - function checkoutnow(){ |
29 | | - Paddle.Checkout.open({ |
30 | | - items: [{priceId: 'pri_01jz0fdq3rm19fn5bqrn86tnjy',quantity: 1}] |
31 | | - }); |
32 | | - } |
33 | | -</script> |
| 50 | + |
34 | 51 |
|
35 | 52 | ### Subscribe Now |
36 | 53 |
|
37 | | -<button onclick='checkoutnow()'>Start 7 Day Free Trial Now</button> |
| 54 | +<button onclick='checkoutnow("pri_01jz0fdq3rm19fn5bqrn86tnjy")'>Start 7 Day Free Trial Now, then USD $2.66 / month (excluding tax)</button> |
| 55 | +<button onclick='checkoutnow("pri_01k19xzfq77gp4tvtqypjyfqdq")'>Start 7 Day Free Trial Now, then USD $3.66 / quarter (3 months) (excluding tax)</button> |
| 56 | +<button onclick='checkoutnow("pri_01k19y29j38js9zwnq36tkwkqv")'>Start 7 Day Free Trial Now, then USD $4.99 / half year (6 months) (excluding tax)</button> |
| 57 | +<button onclick='checkoutnow("pri_01k19y3basxqvta0cycksqsjaf")'>Start 7 Day Free Trial Now, then USD $5.99 / year (excluding tax)</button> |
38 | 58 |
|
39 | 59 | For subscription terms, kindly refer to the [Terms of Use](termsofuse.md) |
40 | 60 |
|
|
0 commit comments