From f11d18c885ab2fc3a9fc9cad1d7d24e2c77c743d Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 22 Dec 2020 15:29:40 +0000 Subject: [PATCH 1/6] Add warning that prices will increase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add warning that prices will increase – we’re still waiting on confirmation of the price increase and the date. --- app/templates/views/pricing/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 08cb6ce8e..e527d1305 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -230,7 +230,7 @@ {% endcall %}
-

These prices were updated on 7 September 2020.

+

These prices will increase by X pence plus VAT on 1 February 2021.

{% endblock %} From 58eba5c148a4d17102ec0e38e913ba80c6fa64fc Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 22 Dec 2020 15:43:53 +0000 Subject: [PATCH 2/6] Get ready to update product page Price of a single letter will need to change --- app/templates/views/signedout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 56794cef6..705602458 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -156,7 +156,7 @@

Letters

-
35 pence
+
XX pence
to print and post a one page letter
From 78135840d46641a59d68c546f44b577352a81f80 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 23 Dec 2020 10:30:17 +0000 Subject: [PATCH 3/6] Update price increases --- app/templates/views/pricing/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index e527d1305..82c43d0af 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -230,7 +230,10 @@ {% endcall %}
-

These prices will increase by X pence plus VAT on 1 February 2021.

+

Second class postage will increase by 4 pence plus VAT on 1 February 2021.

+

First class postage will increase by 8 pence plus VAT on 1 February 2021.

+

International postage will increase by 5 pence plus VAT on 1 February 2021.

+
{% endblock %} From 661b9df6433a5eef7384aa7e9148d25741088ee2 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 23 Dec 2020 10:30:57 +0000 Subject: [PATCH 4/6] Revert letter price --- app/templates/views/signedout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html index 705602458..56794cef6 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -156,7 +156,7 @@

Letters

-
XX pence
+
35 pence
to print and post a one page letter
From 4ee309fab630d1fee81ea26a84cbe84181f20ec2 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 23 Dec 2020 10:58:48 +0000 Subject: [PATCH 5/6] Update rate increase content --- app/templates/views/pricing/index.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 82c43d0af..2ec86bdf7 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -229,11 +229,14 @@ {% endfor %} {% endcall %}
-
-

Second class postage will increase by 4 pence plus VAT on 1 February 2021.

-

First class postage will increase by 8 pence plus VAT on 1 February 2021.

-

International postage will increase by 5 pence plus VAT on 1 February 2021.

- +
+

We’re changing the cost of sending letters through Notify. This is because Royal Mail has increased their rates.

+

From 1 February 2021:

+
    +
  • second class postage will increase by 4 pence, plus VAT
  • +
  • first class postage will increase by 8 pence, plus VAT
  • +
  • international postage will increase by 5 pence, plus VAT
  • +
{% endblock %} From c8f9ef29f021c089055d473dcc972e59200e447b Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 23 Dec 2020 11:12:19 +0000 Subject: [PATCH 6/6] Update content --- app/templates/views/pricing/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 2ec86bdf7..a6c1ef0b9 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -230,13 +230,14 @@ {% endcall %}
-

We’re changing the cost of sending letters through Notify. This is because Royal Mail has increased their rates.

From 1 February 2021:

  • second class postage will increase by 4 pence, plus VAT
  • first class postage will increase by 8 pence, plus VAT
  • international postage will increase by 5 pence, plus VAT
+

This is because Royal Mail has increased their rates.

+
{% endblock %}