From a46fa22bd271d8b6c8aae64bbe0dd6838418ccd6 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 23 Dec 2020 14:09:45 +0000 Subject: [PATCH 1/9] Update letter prices --- app/templates/views/pricing/index.html | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 0ada9175a..56d502b70 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -214,11 +214,11 @@ caption_visible=False ) %} {% for sheets, second, first, international in [ - ('1 sheet', '35p', '61p', '84p'), - ('2 sheets', '40p', '66p', '92p'), - ('3 sheets', '45p', '71p', '£1'), - ('4 sheets', '50p', '76p', '£1.08'), - ('5 sheets', '55p', '81p', '£1.16'), + ('1 sheet', '39p', '69p', '89p'), + ('2 sheets', '44p', '74p', '97p'), + ('3 sheets', '49p', '79p', '£1.05'), + ('4 sheets', '54p', '84p', '£1.13'), + ('5 sheets', '59p', '89p', '£1.21'), ] %} {% call row() %} {% call row_heading() %} {{ sheets }} {% endcall %} @@ -229,15 +229,9 @@ {% endfor %} {% endcall %} -
-

From 1 February 2021:

- -

This is because Royal Mail has increased its rates.

+
+

These prices were updated on 1 February 2021.

{% endblock %} From 0794792a6ba6000fb95adfcbe737702128ccc874 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 23 Dec 2020 14:58:16 +0000 Subject: [PATCH 2/9] Update 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 56794cef6..80ff711cb 100644 --- a/app/templates/views/signedout.html +++ b/app/templates/views/signedout.html @@ -156,7 +156,7 @@

Letters

-
35 pence
+
39 pence
to print and post a one page letter
From 39eb8023e03ded8adc1a725866d356920a10706e Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 27 Jan 2021 12:48:49 +0000 Subject: [PATCH 3/9] Update prices --- app/templates/views/features/letters.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/features/letters.html b/app/templates/views/features/letters.html index 944f4e8b5..20861fee3 100644 --- a/app/templates/views/features/letters.html +++ b/app/templates/views/features/letters.html @@ -40,7 +40,7 @@

Letters to Europe are delivered 3 to 5 days after they’re dispatched. Letters sent anywhere else in the world take 5 to 7 days to arrive.

Pricing

-

It costs between 35p and £1.16 (plus VAT) to send a letter. Prices include:

+

It costs between 39p and £1.21 (plus VAT) to send a letter. Prices include:

  • paper
  • double-sided colour printing
  • From 441c03c1a4346a7d6038bcee5c55dea66ddedefb Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 27 Jan 2021 12:50:00 +0000 Subject: [PATCH 4/9] Update prices --- app/templates/views/service-settings/set-letter.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/service-settings/set-letter.html b/app/templates/views/service-settings/set-letter.html index 19fe805f8..1a06d8b98 100644 --- a/app/templates/views/service-settings/set-letter.html +++ b/app/templates/views/service-settings/set-letter.html @@ -16,7 +16,7 @@ back_link=url_for('main.service_settings', service_id=current_service.id) ) }}

    - It costs between 35p and £1.16 to send a letter using Notify. + It costs between 39p and £1.21 to send a letter using Notify.

    See pricing for the list From 624b8544b38cf489b44839c9f287654c6d9f1f1c Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 27 Jan 2021 12:52:53 +0000 Subject: [PATCH 5/9] Update letter price content --- tests/app/main/views/test_service_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py index d06fa78e6..e836c1d69 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -3790,7 +3790,7 @@ def test_unknown_channel_404s( ), [ ( 'letter', - 'It costs between 35p and £1.16 to send a letter using Notify.', + 'It costs between 39p and £1.21 to send a letter using Notify.', 'Send letters', ['email', 'sms'], 'False', From 3728ec965cb1adcf0aff3d6371baa711a68f1761 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 27 Jan 2021 12:56:02 +0000 Subject: [PATCH 6/9] Update letter prices --- tests/app/main/views/test_service_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py index e836c1d69..93e53348e 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -3799,7 +3799,7 @@ def test_unknown_channel_404s( ), ( 'letter', - 'It costs between 35p and £1.16 to send a letter using Notify.', + 'It costs between 39p and £1.21 to send a letter using Notify.', 'Send letters', ['email', 'sms', 'letter'], 'True', From 3ddb49b9a168a0552540d97770af69cebe167ee6 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 28 Jan 2021 13:46:25 +0000 Subject: [PATCH 7/9] Change p to pence --- app/templates/views/features/letters.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/features/letters.html b/app/templates/views/features/letters.html index 20861fee3..c801a1cbb 100644 --- a/app/templates/views/features/letters.html +++ b/app/templates/views/features/letters.html @@ -40,7 +40,7 @@

    Letters to Europe are delivered 3 to 5 days after they’re dispatched. Letters sent anywhere else in the world take 5 to 7 days to arrive.

    Pricing

    -

    It costs between 39p and £1.21 (plus VAT) to send a letter. Prices include:

    +

    It costs between 39 pence and £1.21 (plus VAT) to send a letter. Prices include:

    • paper
    • double-sided colour printing
    • From 8d9774fc731dd6b67d746a8051ff8ea58bc34a09 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 28 Jan 2021 13:46:57 +0000 Subject: [PATCH 8/9] Change p to pence --- app/templates/views/service-settings/set-letter.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/service-settings/set-letter.html b/app/templates/views/service-settings/set-letter.html index 1a06d8b98..5cb39808d 100644 --- a/app/templates/views/service-settings/set-letter.html +++ b/app/templates/views/service-settings/set-letter.html @@ -16,7 +16,7 @@ back_link=url_for('main.service_settings', service_id=current_service.id) ) }}

      - It costs between 39p and £1.21 to send a letter using Notify. + It costs between 39 pence and £1.21 to send a letter using Notify.

      See pricing for the list From ed45cd18b0cbd7fb82ebd6bbcf0136c86a92ba30 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 28 Jan 2021 13:47:45 +0000 Subject: [PATCH 9/9] Change p to pence --- tests/app/main/views/test_service_settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py index 93e53348e..a95c7be88 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -3790,7 +3790,7 @@ def test_unknown_channel_404s( ), [ ( 'letter', - 'It costs between 39p and £1.21 to send a letter using Notify.', + 'It costs between 39 pence and £1.21 to send a letter using Notify.', 'Send letters', ['email', 'sms'], 'False', @@ -3799,7 +3799,7 @@ def test_unknown_channel_404s( ), ( 'letter', - 'It costs between 39p and £1.21 to send a letter using Notify.', + 'It costs between 39 pence and £1.21 to send a letter using Notify.', 'Send letters', ['email', 'sms', 'letter'], 'True',