diff --git a/ext/default-mail-templates/booking-request-accepted/booking-request-accepted-html.html b/ext/default-mail-templates/booking-request-accepted/booking-request-accepted-html.html index 0785ba3f..f89326ab 100644 --- a/ext/default-mail-templates/booking-request-accepted/booking-request-accepted-html.html +++ b/ext/default-mail-templates/booking-request-accepted/booking-request-accepted-html.html @@ -23,14 +23,14 @@ - {{#each line-items}} + {{#each tx-line-items}} {{#contains include-for "customer"}} - {{#eq "day" code}} + {{#eq "line-item/day" code}} {{> format-money money=unit-price}} × {{number quantity}} {{inflect quantity "day" "days"}} {{> format-money money=line-total}} {{/eq}} - {{#eq "night" code}} + {{#eq "line-item/night" code}} {{> format-money money=unit-price}} × {{number quantity}} {{inflect quantity "night" "nights"}} {{> format-money money=line-total}} {{/eq}} @@ -47,5 +47,9 @@ {{/with}} + +
+ +

You have received this email notification because you are a member of {{marketplace.name}}. If you no longer wish to receive these emails, please contact {{marketplace.name}} team.

- \ No newline at end of file + diff --git a/ext/default-mail-templates/booking-request-auto-declined/booking-request-auto-declined-html.html b/ext/default-mail-templates/booking-request-auto-declined/booking-request-auto-declined-html.html index b9f998a4..172337e2 100644 --- a/ext/default-mail-templates/booking-request-auto-declined/booking-request-auto-declined-html.html +++ b/ext/default-mail-templates/booking-request-auto-declined/booking-request-auto-declined-html.html @@ -12,5 +12,9 @@ {{/with}}

Try to book something else instead

+ +
+ +

You have received this email notification because you are a member of {{marketplace.name}}. If you no longer wish to receive these emails, please contact {{marketplace.name}} team.

- \ No newline at end of file + diff --git a/ext/default-mail-templates/booking-request-declined/booking-request-declined-html.html b/ext/default-mail-templates/booking-request-declined/booking-request-declined-html.html index e27bfd8f..51461c4c 100644 --- a/ext/default-mail-templates/booking-request-declined/booking-request-declined-html.html +++ b/ext/default-mail-templates/booking-request-declined/booking-request-declined-html.html @@ -12,5 +12,9 @@ {{/with}}

Try to book something else instead

+ +
+ +

You have received this email notification because you are a member of {{marketplace.name}}. If you no longer wish to receive these emails, please contact {{marketplace.name}} team.

- \ No newline at end of file + diff --git a/ext/default-mail-templates/money-paid/money-paid-html.html b/ext/default-mail-templates/money-paid/money-paid-html.html index 09485988..f4afe5d1 100644 --- a/ext/default-mail-templates/money-paid/money-paid-html.html +++ b/ext/default-mail-templates/money-paid/money-paid-html.html @@ -23,20 +23,20 @@ - {{#each line-items}} + {{#each tx-line-items}} {{#contains include-for "provider"}} - {{#eq "day" code}} + {{#eq "line-item/day" code}} {{> format-money money=unit-price}} × {{number quantity}} {{inflect quantity "day" "days"}} {{> format-money money=line-total}} {{/eq}} - {{#eq "night" code}} + {{#eq "line-item/night" code}} {{> format-money money=unit-price}} × {{number quantity}} {{inflect quantity "night" "nights"}} {{> format-money money=line-total}} {{/eq}} - {{#eq "provider-commission" code}} + {{#eq "line-item/provider-commission" code}} {{marketplace.name}} fee: {{> format-money money=line-total}} {{/eq}} @@ -53,5 +53,9 @@ {{/with}} + +
+ +

You have received this email notification because you are a member of {{marketplace.name}}. If you no longer wish to receive these emails, please contact {{marketplace.name}} team.

- \ No newline at end of file + diff --git a/ext/default-mail-templates/new-booking-request/new-booking-request-html.html b/ext/default-mail-templates/new-booking-request/new-booking-request-html.html index 3bae62ed..9a24198d 100644 --- a/ext/default-mail-templates/new-booking-request/new-booking-request-html.html +++ b/ext/default-mail-templates/new-booking-request/new-booking-request-html.html @@ -21,20 +21,20 @@ - {{#each line-items}} + {{#each tx-line-items}} {{#contains include-for "provider"}} - {{#eq "day" code}} + {{#eq "line-item/day" code}} {{> format-money money=unit-price}} × {{number quantity}} {{inflect quantity "day" "days"}} {{> format-money money=line-total}} {{/eq}} - {{#eq "night" code}} + {{#eq "line-item/night" code}} {{> format-money money=unit-price}} × {{number quantity}} {{inflect quantity "night" "nights"}} {{> format-money money=line-total}} {{/eq}} - {{#eq "provider-commission" code}} + {{#eq "line-item/provider-commission" code}} {{marketplace.name}} fee: {{> format-money money=line-total}} {{/eq}} @@ -55,5 +55,9 @@

Accept or decline the booking

{{/with}} + +
+ +

You have received this email notification because you are a member of {{marketplace.name}}. If you no longer wish to receive these emails, please contact {{marketplace.name}} team.

- \ No newline at end of file + diff --git a/ext/default-mail-templates/review-by-customer-wanted/review-by-customer-wanted-html.html b/ext/default-mail-templates/review-by-customer-wanted/review-by-customer-wanted-html.html index 4059462d..a5f13f1f 100644 --- a/ext/default-mail-templates/review-by-customer-wanted/review-by-customer-wanted-html.html +++ b/ext/default-mail-templates/review-by-customer-wanted/review-by-customer-wanted-html.html @@ -7,5 +7,8 @@

Leave a review

{{/with}} + +
+

You have received this email notification because you are a member of {{marketplace.name}}. If you no longer wish to receive these emails, please contact {{marketplace.name}} team.

- \ No newline at end of file + diff --git a/ext/default-mail-templates/review-by-other-party-published/review-by-other-party-published-html.html b/ext/default-mail-templates/review-by-other-party-published/review-by-other-party-published-html.html index 5644b047..fb28fbde 100644 --- a/ext/default-mail-templates/review-by-other-party-published/review-by-other-party-published-html.html +++ b/ext/default-mail-templates/review-by-other-party-published/review-by-other-party-published-html.html @@ -15,5 +15,9 @@ View your profile.

{{/with}} + +
+ +

You have received this email notification because you are a member of {{marketplace.name}}. If you no longer wish to receive these emails, please contact {{marketplace.name}} team.

- \ No newline at end of file + diff --git a/ext/default-mail-templates/review-by-other-party-unpublished/review-by-other-party-unpublished-html.html b/ext/default-mail-templates/review-by-other-party-unpublished/review-by-other-party-unpublished-html.html index 1d5b8986..9bf479a5 100644 --- a/ext/default-mail-templates/review-by-other-party-unpublished/review-by-other-party-unpublished-html.html +++ b/ext/default-mail-templates/review-by-other-party-unpublished/review-by-other-party-unpublished-html.html @@ -9,5 +9,9 @@ Leave a review

{{/with}} + +
+ +

You have received this email notification because you are a member of {{marketplace.name}}. If you no longer wish to receive these emails, please contact {{marketplace.name}} team.

- \ No newline at end of file + diff --git a/ext/default-mail-templates/review-by-provider-wanted/review-by-provider-wanted-html.html b/ext/default-mail-templates/review-by-provider-wanted/review-by-provider-wanted-html.html index 1309abfe..c0bcb21a 100644 --- a/ext/default-mail-templates/review-by-provider-wanted/review-by-provider-wanted-html.html +++ b/ext/default-mail-templates/review-by-provider-wanted/review-by-provider-wanted-html.html @@ -7,5 +7,9 @@

Leave a review

{{/with}} + +
+ +

You have received this email notification because you are a member of {{marketplace.name}}. If you no longer wish to receive these emails, please contact {{marketplace.name}} team.

- \ No newline at end of file +