From e1399cc10d98a022aa5be2c0821a429ceecc56d6 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Mon, 11 Jul 2022 09:35:40 -0400 Subject: [PATCH] Remove discount banner from the new plans page (#8814) GitOrigin-RevId: 091de891bf7eeb357aabcb2253ec9fbfd64fd38b --- .../web/app/src/Features/Subscription/plansV2Config.js | 7 ------- .../app/views/subscriptions/plans-marketing/v2/_mixins.pug | 3 --- 2 files changed, 10 deletions(-) diff --git a/services/web/app/src/Features/Subscription/plansV2Config.js b/services/web/app/src/Features/Subscription/plansV2Config.js index cd0058a7b7..a1cd57f09a 100644 --- a/services/web/app/src/Features/Subscription/plansV2Config.js +++ b/services/web/app/src/Features/Subscription/plansV2Config.js @@ -16,13 +16,6 @@ const config = { annual: 'MOST POPULAR', }, }, - discountedColumn: { - index: 1, - text: { - monthly: 'LIMITED-TIME DISCOUNT!', - annual: 'LIMITED-TIME DISCOUNT!', - }, - }, eventTrackingKey: 'plans-page-click', additionalEventSegmentation: { 'plan-page-layout-v2': 'new-plans-page' }, }, diff --git a/services/web/app/views/subscriptions/plans-marketing/v2/_mixins.pug b/services/web/app/views/subscriptions/plans-marketing/v2/_mixins.pug index d7037feb8e..8eb9f7367a 100644 --- a/services/web/app/views/subscriptions/plans-marketing/v2/_mixins.pug +++ b/services/web/app/views/subscriptions/plans-marketing/v2/_mixins.pug @@ -305,9 +305,6 @@ mixin table_head_price(plan, period) if plan !== 'free' && period === 'annual' strike.plans-v2-table-price-before-discount +gen_localized_price_for_plan_view(plan, 'monthlyTimesTwelve') - if plan === 'personal' && period === 'monthly' - strike.plans-v2-table-price-before-discount - +gen_localized_undiscounted_price_for_plan_view_personal(period) p.plans-v2-table-price +gen_localized_price_for_plan_view(plan, period) p.plans-v2-table-price-period-label