Skip to content

Commit a82d44c

Browse files
committed
update pricing, add 3/6/12
1 parent 93f9090 commit a82d44c

File tree

1 file changed

+36
-16
lines changed

1 file changed

+36
-16
lines changed

source/pricing.md

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,60 @@
11
# 7. Pricing
22

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+
316
## Subscription, Payment and Cancellation
417

518
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.
830

931
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.
1032

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
1238

1339
### Subscribe though Paddle
1440

41+
The subscription is managed through [Paddle](https://paddle.com/).
42+
1543
#### Payment Methods
1644
- Paypal
1745
- Credit Card/Debit Card with Visa, Mastercard, American Express, Maestro, Cartes Bancaires, Dankort, UnionPay, Mada, JCB, Diners Club, and Discover.
1846
- Google Pay (Chrome or Android device required)
1947
- Apple Pay (Apple Device required)
2048
- BanContact in BE
2149

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+
3451

3552
### Subscribe Now
3653

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>
3858

3959
For subscription terms, kindly refer to the [Terms of Use](termsofuse.md)
4060

0 commit comments

Comments
 (0)