booking_created.html
1 year ago
booking_end.html
1 year ago
booking_start.html
1 year ago
booking_status_changed_notification.html
1 year ago
booking_test.html
1 year ago
booking_updated.html
1 year ago
order_created.html
1 year ago
booking_test.html
65 lines
| 1 | <ul> |
| 2 | <li>customer_full_name: <strong>{{customer_full_name}}</strong></li> |
| 3 | <li>customer_first_name: <strong>{{customer_first_name}}</strong></li> |
| 4 | <li>customer_last_name: <strong>{{customer_last_name}}</strong></li> |
| 5 | <li>customer_email: <strong>{{customer_email}}</strong></li> |
| 6 | <li>customer_phone: <strong>{{customer_phone}}</strong></li> |
| 7 | <li>customer_notes: <strong>{{customer_notes}}</strong></li> |
| 8 | <li>transaction_token: <strong>{{transaction_token}}</strong></li> |
| 9 | <li>transaction_amount: <strong>{{transaction_amount}}</strong></li> |
| 10 | <li>transaction_processor: <strong>{{transaction_processor}}</strong></li> |
| 11 | <li>transaction_payment_method: <strong>{{transaction_payment_method}}</strong></li> |
| 12 | <li>transaction_kind: <strong>{{transaction_kind}}</strong></li> |
| 13 | <li>transaction_status: <strong>{{transaction_status}}</strong></li> |
| 14 | <li>transaction_notes: <strong>{{transaction_notes}}</strong></li> |
| 15 | <li>transaction_payment_portion: <strong>{{transaction_payment_portion}}</strong></li> |
| 16 | <li>agent_first_name: <strong>{{agent_first_name}}</strong></li> |
| 17 | <li>agent_last_name: <strong>{{agent_last_name}}</strong></li> |
| 18 | <li>agent_full_name: <strong>{{agent_full_name}}</strong></li> |
| 19 | <li>agent_display_name: <strong>{{agent_display_name}}</strong></li> |
| 20 | <li>agent_email: <strong>{{agent_email}}</strong></li> |
| 21 | <li>agent_phone: <strong>{{agent_phone}}</strong></li> |
| 22 | <li>agent_additional_emails: <strong>{{agent_additional_emails}}</strong></li> |
| 23 | <li>agent_additional_phones: <strong>{{agent_additional_phones}}</strong></li> |
| 24 | <li>business_logo_image: <strong>{{business_logo_image}}</strong></li> |
| 25 | <li>business_logo_url: <strong>{{business_logo_url}}</strong></li> |
| 26 | <li>business_address: <strong>{{business_address}}</strong></li> |
| 27 | <li>business_phone: <strong>{{business_phone}}</strong></li> |
| 28 | <li>business_name: <strong>{{business_name}}</strong></li> |
| 29 | <li>customer_dashboard_url: <strong>{{customer_dashboard_url}}</strong></li> |
| 30 | <li>booking_id: <strong>{{booking_id}}</strong></li> |
| 31 | <li>agent_id: <strong>{{agent_id}}</strong></li> |
| 32 | <li>customer_id: <strong>{{customer_id}}</strong></li> |
| 33 | <li>total_price: <strong>{{total_price}}</strong></li> |
| 34 | <li>service_id: <strong>{{service_id}}</strong></li> |
| 35 | <li>order_id: <strong>{{order_id}}</strong></li> |
| 36 | <li>confirmation_code: <strong>{{order_confirmation_code}}</strong></li> |
| 37 | <li>order_coupon_code: <strong>{{order_coupon_code}}</strong></li> |
| 38 | <li>order_tax_total: <strong>{{order_tax_total}}</strong></li> |
| 39 | <li>order_coupon_discount: <strong>{{order_coupon_discount}}</strong></li> |
| 40 | <li>order_subtotal: <strong>{{order_subtotal}}</strong></li> |
| 41 | <li>order_total: <strong>{{order_total}}</strong></li> |
| 42 | <li>order_status: <strong>{{order_status}}</strong></li> |
| 43 | <li>order_fulfillment_status: <strong>{{order_fulfillment_status}}</strong></li> |
| 44 | <li>order_payment_status: <strong>{{order_payment_status}}</strong></li> |
| 45 | <li>order_payments_total: <strong>{{order_payments_total}}</strong></li> |
| 46 | <li>order_balance_due_total: <strong>{{order_balance_due_total}}</strong></li> |
| 47 | <li>manage_order_url_agent: <strong>{{manage_order_url_agent}}</strong></li> |
| 48 | <li>manage_order_url_customer: <strong>{{manage_order_url_customer}}</strong></li> |
| 49 | <li>booking_id: <strong>{{booking_id}}</strong></li> |
| 50 | <li>booking_code: <strong>{{booking_code}}</strong></li> |
| 51 | <li>booking_price: <strong>{{booking_price}}</strong></li> |
| 52 | <li>service_name: <strong>{{service_name}}</strong></li> |
| 53 | <li>service_category: <strong>{{service_category}}</strong></li> |
| 54 | <li>start_date: <strong>{{start_date}}</strong></li> |
| 55 | <li>start_time: <strong>{{start_time}}</strong></li> |
| 56 | <li>end_time: <strong>{{end_time}}</strong></li> |
| 57 | <li>booking_status: <strong>{{booking_status}}</strong></li> |
| 58 | <li>location_name: <strong>{{location_name}}</strong></li> |
| 59 | <li>location_full_address: <strong>{{location_full_address}}</strong></li> |
| 60 | <li>booking_duration: <strong>{{booking_duration}}</strong></li> |
| 61 | <li>manage_booking_url_agent: <strong>{{manage_booking_url_agent}}</strong></li> |
| 62 | <li>manage_booking_url_customer: <strong>{{manage_booking_url_customer}}</strong></li> |
| 63 | <li>order_transactions_breakdown <strong>{{order_transactions_breakdown}}</strong></li> |
| 64 | <li>order_summary_breakdown <strong>{{order_summary_breakdown}}</strong></li> |
| 65 | </ul> |