1
0
forked from metin2/web

Translated Account Information page, minor refactoring regarding IS currency names

This commit is contained in:
2025-01-01 11:29:15 +02:00
parent 505d9eb00a
commit 2491f0bece
11 changed files with 161 additions and 33 deletions

View File

@ -37,13 +37,13 @@
{{ $item->quantity }} pcs. for:
@if (!$item->old_price)
<span class="price">{{ $item->price }} {{ $item->pricing->description() }}</span>
<span class="price">{{ $item->price }} {{ $item->pricing->name() }}</span>
@endif
</div>
@if ($item->old_price)
<div class="price discount price-discount-ie6">{{ $item->price }} {{ $item->pricing->description() }}</div>
<div class="discountOldPriceCategory">{{ $item->old_price }} {{ $item->pricing ->description() }}</div>
<div class="price discount price-discount-ie6">{{ $item->price }} {{ $item->pricing->name() }}</div>
<div class="discountOldPriceCategory">{{ $item->old_price }} {{ $item->pricing ->name() }}</div>
<div class="discountPercentCircleCategory"></div>
@endif
</div>