PluginProbe
WCPOS – Point of Sale (POS) plugin for WooCommerce / 1.10.13
WCPOS – Point of Sale (POS) plugin for WooCommerce v1.10.13
1.10.19 1.10.18 1.10.17 1.10.16 1.10.15 1.10.13 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 untagged-3d9b7ccddc54df87c672 1.10.7 1.10.6 1.10.5 1.10.3 1.10.4 1.10.2 1.10.1 1.10.0 1.9.17 1.9.15 1.9.16 1.9.14 All 163 releases
woocommerce-pos / templates / gallery / preview-data / quote.json

quote.json in WCPOS – Point of Sale (POS) plugin for WooCommerce 1.10.13, at templates/gallery/preview-data/quote.json

28 lines 685 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "extends": "base-receipt",
3 "description": "Quote/estimate preview with pre-sale status, no payment, and validity terms.",
4 "overrides": {
5 "order": {
6 "id": 3021,
7 "number": "Q-3021",
8 "wc_status": "pending",
9 "status_label": "Quote",
10 "customer_note": "Estimate for office coffee subscription.",
11 "needs_payment": false,
12 "payment_url": ""
13 },
14 "payments": [],
15 "quote": {
16 "valid_until": "2024-02-15",
17 "terms": "Quote valid for 30 days. Prices may change after expiry."
18 },
19 "totals": {
20 "paid_total": 0,
21 "change_total": 0,
22 "refund_total": 0,
23 "net_total": 0
24 },
25 "refunds": []
26 }
27 }
28