Skip to content

Commit

Permalink
[Kingston] New wording on container request emails; link to status pa…
Browse files Browse the repository at this point in the history
…ge for request

For FD-3630
  • Loading branch information
davea authored and dracos committed Apr 16, 2024
1 parent eea27e4 commit d87c44c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
24 changes: 24 additions & 0 deletions templates/email/default/waste/other-reported.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

<th style="[% td_style %][% primary_column_style %]" id="primary_column">
[% start_padded_box | safe %]
[% IF cobrand.moniker == 'kingston' AND report.category == 'Request new container' %]
<h1 style="[% h1_style %]">Your bin request</h1>
[% ELSE %]
<h1 style="[% h1_style %]">Your report has been&nbsp;logged</h1>
[% END %]

[% INCLUDE '_council_reference.html' problem=report %]

Expand All @@ -25,6 +29,22 @@ <h1 style="[% h1_style %]">Your report has been&nbsp;logged</h1>
for this order to be processed. We thank you for your patience and
understanding in advance.</p>
[% END %]

[% ELSIF cobrand.moniker == 'kingston' AND report.category == 'Request new container' %]
<p style="[% p_style %]">We aim to deliver your bin in [% cobrand.wasteworks_config.request_timeframe %].</p>
<p style="[% p_style %]">
<b>On delivery day</b><br>
You do not need to be home for our crew to deliver the bin.
</p>
<p style="[% p_style %]">
If you&apos;ve requested a replacement for a damaged bin, leave your old bin
at the front of your property. The crew will remove it when they deliver
the new bin.
</p>
<p style="[% p_style %]">
<strong>Use track your request link to check for your scheduled delivery date.</strong>
</p>

[% ELSE %]

[% IF report.category == 'Report missed collection' %]
Expand All @@ -44,6 +64,10 @@ <h1 style="[% h1_style %]">Your report has been&nbsp;logged</h1>
[% WRAPPER '_email_sidebar.html' object = report %]
<h2 style="[% h2_style %]">[% report.title | html %]</h2>
[% report.detail | html_para_email(secondary_p_style) %]

[% IF cobrand.moniker == 'kingston' AND report.category == 'Request new container' %]
<a style="[% button_style %]" href="https://kingston-self.test.achieveservice.com/service/Status_update_for_waste_container_request?client_ref=RBK-[% report.id %]">Track your request</a>
[% END %]
[% END %]

[% INCLUDE '_email_bottom.html' %]
16 changes: 16 additions & 0 deletions templates/email/default/waste/other-reported.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ order to be processed. We thank you for your patience and understanding in
advance.
[% END %]

[% ELSIF cobrand.moniker == 'kingston' AND report.category == 'Request new container' %]

On delivery day - You do not need to be home for our crew to deliver the bin.

Collecting your old bin - If you've requested a collection of your old bin,
we'll schedule a specific date for our crew to remove it. We aim for this
to be the same day as we deliver your new bin, but it could be a different day.

We aim to deliver this container to you within [% cobrand.wasteworks_config.request_timeframe %]. If
you have requested a replacement bin please leave your broken one
available for collection at the front of your property.

[% ELSE %]

[% IF report.category == 'Report missed collection' %]
Expand All @@ -44,6 +56,10 @@ And details:

[% report.detail %]

[% IF cobrand.moniker == 'kingston' AND report.category == 'Request new container' %]
Track your request: https://kingston-self.test.achieveservice.com/service/Status_update_for_waste_container_request?client_ref=RBK-[% report.id %]
[% END %]

[% signature %]

This email was sent automatically, from an unmonitored email account - so
Expand Down

0 comments on commit d87c44c

Please sign in to comment.