From cde3f7145f5941be79a2da9070f1eab04b3860f5 Mon Sep 17 00:00:00 2001 From: Chris Mytton Date: Thu, 7 Dec 2023 15:13:13 +0000 Subject: [PATCH] [WasteWorks] Update phone numbers on payment failed emails --- templates/email/default/waste/csc_payment_failed.html | 8 ++++++++ templates/email/default/waste/csc_payment_failed.txt | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/templates/email/default/waste/csc_payment_failed.html b/templates/email/default/waste/csc_payment_failed.html index ce0bf70e961..65a0a1c6598 100644 --- a/templates/email/default/waste/csc_payment_failed.html +++ b/templates/email/default/waste/csc_payment_failed.html @@ -13,7 +13,15 @@

There was a problem with your payment

[% IF report.category == 'Bulky collection' %]

There was a problem taking payment for your [% report.title %].

+ [% IF c.cobrand.moniker == 'peterborough' -%]

Please contact 01733 747474; if you feel you will have difficulty with the auto payment system please advise the call handler at the start of the call.

+ [% ELSIF c.cobrand.moniker == 'bromley' -%] +

Please contact the Customer Service Centre on 0300 303 8658 to try again.

+ [% ELSIF c.cobrand.moniker == 'sutton' -%] +

Please contact the Customer Service Centre on 020 8770 5000 to try again.

+ [% ELSE -%] +

Please contact the Customer Service Centre to try again.

+ [% END %] [% IF waste_features.bulky_retry_bookings %]

Provide the reference number [% report.id %] so you do not have to provide details of your collection again.

[% END %] diff --git a/templates/email/default/waste/csc_payment_failed.txt b/templates/email/default/waste/csc_payment_failed.txt index da230475071..4e5cf607b01 100644 --- a/templates/email/default/waste/csc_payment_failed.txt +++ b/templates/email/default/waste/csc_payment_failed.txt @@ -5,7 +5,15 @@ Hello [% report.name %], [% IF report.category == 'Bulky collection' ~%] There was a problem taking payment for your [% report.title %]. +[% IF c.cobrand.moniker == 'peterborough' ~%] Please contact 01733 747474; if you feel you will have difficulty with the auto payment system please advise the call handler at the start of the call. +[% ELSIF c.cobrand.moniker == 'bromley' ~%] +Please contact the Customer Service Centre on 0300 303 8658 to try again. +[% ELSIF c.cobrand.moniker == 'sutton' ~%] +Please contact the Customer Service Centre on 020 8770 5000 to try again. +[% ELSE ~%] +Please contact the Customer Service Centre to try again. +[%~ END %] [% IF waste_features.bulky_retry_bookings %] Provide the reference number [% report.id %] so you do not have to provide details of your collection again.