Skip to content

Commit

Permalink
merch ceny
Browse files Browse the repository at this point in the history
  • Loading branch information
davidSkrob committed Jan 14, 2025
1 parent 41715f1 commit 6b27094
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/Modules/Fykos/DefaultModule/templates/Merch/default.latte
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
</ul>
<p>
{switch $language->value}
{case 'cs'}Cena: <strong>249 Kč</strong> nebo <strong>11 €</strong>
{default}Price: <strong>11 €</strong>
{case 'cs'}Cena: <strong>300 Kč</strong> nebo <strong>13 €</strong>
{default}Price: <strong>13 €</strong>
{/switch}
</p>
</div>
Expand Down Expand Up @@ -142,8 +142,8 @@
</ul>
<p>
{switch $language->value}
{case 'cs'}Cena: <strong>199 Kč</strong> nebo <strong>9 €</strong>
{default}Price: <strong>9 €</strong>
{case 'cs'}Cena: <strong>250 Kč</strong> nebo <strong>11 €</strong>
{default}Price: <strong>11 €</strong>
{/switch}
</p>
</div>
Expand Down Expand Up @@ -210,10 +210,10 @@
<p>
{switch $language->value}
{case 'cs'}
Cena: <strong>299 Kč</strong> nebo <strong>13 €</strong>
Cena: <strong>350 Kč</strong> nebo <strong>15 €</strong>
{*<span style="text-decoration: line-through; text-decoration-thickness: 2px; color: red;"><strong>299 Kč</strong></span> <span style="color: green;"><strong>249 Kč</strong></span> nebo <span style="text-decoration: line-through; text-decoration-thickness: 2px; color: red;"><strong>13 €</strong></span> <span style="color: green;"><strong>11 €</strong></span>*}
{default}
Price: <strong>13 €</strong>
Price: <strong>15 €</strong>
{*<span style="text-decoration: line-through; text-decoration-thickness: 2px; color: red;"><strong>13 €</strong></span> <span style="color: green;"><strong>11 €</strong></span>*}
{/switch}
</p>
Expand Down Expand Up @@ -273,10 +273,10 @@
<p>
{switch $language->value}
{case 'cs'}
Cena: <strong>799 Kč</strong> nebo <strong>34 €</strong>
Cena: <strong>799 Kč</strong> nebo <strong>33 €</strong>
{*<span style="text-decoration: line-through; text-decoration-thickness: 2px; color: red;"><strong>799 Kč</strong></span> <span style="color: green;"><strong>749 Kč</strong></span> nebo <span style="text-decoration: line-through; text-decoration-thickness: 2px; color: red;"><strong>34 €</strong></span> <span style="color: green;"><strong>32 €</strong></span>*}
{default}
Price: <strong>34 €</strong>
Price: <strong>33 €</strong>
{*<span style="text-decoration: line-through; text-decoration-thickness: 2px; color: red;"><strong>34 €</strong></span> <span style="color: green;"><strong>32 €</strong></span>*}
{/switch}
</p>
Expand Down

0 comments on commit 6b27094

Please sign in to comment.