Skip to content

Commit

Permalink
revert 20 bonus change to free month
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMoeglich committed May 22, 2024
1 parent 82c30cb commit d74c80c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions apps/web/src/routes/main_showcase.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
points={[
`Nur im Web: € 0 statt € 29 einmalige Gebühr*`,
// `On top ${bonus_string()} Bonus von uns und versandkostenfreie Lieferung*`,
`On top ${bonus_string()} Bonus von uns und versandkostenfreie Lieferung*`,
"On top erhältst du von uns eine Gutschrift über die Gebühren eines Monats deines Wunschabos erstattet*",
`Entertainment + 3 Pakete jetzt nur ${get_price_string(
['entertainment', 'cinema', 'bundesliga', 'sport'],
'jahr'
Expand All @@ -27,9 +27,9 @@
Sky Verträge vom Sky Onlinehändler ab {@html get_price_string(['entertainmentplus'], 'jahr')} mtl.
</span>
<span slot="subtitle0">
z.B. Entertainment Plus für {@html get_price_string(['entertainmentplus'], 'jahr')} oder alle Sky
Pakete inkl. Paramount+ für
{@html get_price_string(['entertainment', 'cinema', 'bundesliga', 'sport'], 'jahr')} mtl.*
z.B. Entertainment Plus für {@html get_price_string(['entertainmentplus'], 'jahr')} oder alles
von Sky inkl. Paramount+ für
{@html get_price_string(['entertainmentplus', 'cinema', 'bundesliga', 'sport'], 'jahr')} mtl.*
</span>
</ShowcaseTemplate>

Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/routes/meta.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* The title of the website or webpage.
* @type {string}
*/
export let websiteTitle = `Sky Abo + ${bonus}€ Prämie | Spare bis zu 168€ | seit 2006`;
export let websiteTitle = "Sky Abo inkl. 1 Monat gratis | Tägliche Bearbeitung | Seit 2006";
</script>

<svelte:head>
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/routes/showcase_template.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
{/if}
<h2 class="gray">
<slot name="subtitle1">
Bei Vermittlung über TAGARO zusätzlich mit {@html bonus_string(true)} Bonus
<!-- Frühlingsaktion: TAGARO schenkt dir den Betrag eines Monats von deinem Wunschabo -->
<!-- Bei Vermittlung über TAGARO zusätzlich mit {@html bonus_string(true)} Bonus -->
Frühlingsaktion: TAGARO schenkt dir den Betrag eines Monats von deinem Wunschabo
</slot>
</h2>
<h3 class="no_gradient">
Expand Down
4 changes: 2 additions & 2 deletions packages/asset_library/title.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export function get_title(
escape = true
): string {
const sp = escape ? nspace : ' ';
const praemie = short ? '' : ` +${sp}${bonus_string(escape)}${sp}Prämie`;
// const praemie = short ? '' : ` +${sp}${get_price_string(ids, "jahr")}${sp}Gutschrift (1${sp}Abobetrag${sp}geschenkt)`;
//const praemie = short ? '' : ` +${sp}${bonus_string(escape)}${sp}Prämie`;
const praemie = short ? '' : ` +${sp}${get_price_string(ids, "jahr")}${sp}Gutschrift (1${sp}Abobetrag${sp}geschenkt)`;
if (ids.filter((id) => package_ids.includes(id as package_id)).length === 4) {
if (ids.includes('entertainmentplus')) {
return 'Komplett inkl. Netflix' + praemie;
Expand Down
6 changes: 3 additions & 3 deletions packages/components/layout/wrapping_elements.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@
{#if aktivierung === 0}
<li>✓ € 0 statt € 29 einmalige Gebühr</li>
{/if}
{#if bonus !== 0}
<!-- {#if bonus !== 0}
<li>✓ {@html bonus_string()} Bonus on top</li>
{/if}
<!-- <li>✓ 1 Monat deiner Abogebühren geschenkt</li> -->
{/if} -->
<li>✓ 1 Monat deiner Abogebühren geschenkt</li>
<li>✓ 500 PAYBACK Basis Punkte</li>
<!--
<li><b>✓ TVNOW PREMIUM Gutschein ab Ent+1 Paket über 12 Monate (Versand durch Sky)</b></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,20 +441,20 @@
startet innerhalb von 7 Tagen nach Erhalt der Ware.
</p>
</div>
<div>
<!-- <div>
<h3 class={title_classes}>€&nbsp;{bonus} Prämie von uns:</h3>
<p>
Als Dankeschön erhältst du eine Prämie von €&nbsp;{bonus} auf dein Konto überwiesen. Du erhältst
den Betrag nach ca. 8 Wochen nach dem Abobeginn gutgeschrieben.
</p>
</div>
<!-- <div>
</div> -->
<div>
<h3 class={title_classes}>1 Monat deiner Abogebühren geschenkt:</h3>
<p>
Als Dankeschön erhältst du eine Gutschrift über den Abobetrag eines Monats deines gewählten
Wunschabos auf dein Konto überwiesen. Die Auszahlung erfolgt von uns nach ca. 8 Wochen.
</p>
</div> -->
</div>
<br />
</div>

Expand Down

0 comments on commit d74c80c

Please sign in to comment.