diff --git a/files/assets/css/main.css b/files/assets/css/main.css index e8468c5f4..84687c52b 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5562,6 +5562,10 @@ th, td { font-weight: 700; } +.discounted-price { + text-decoration: line-through; +} + .fas { text-align: center; } diff --git a/files/templates/shop.html b/files/templates/shop.html index b9f034448..8ba1c0bfb 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -26,13 +26,13 @@
shop banner -

{{SHOP_FLAVOR}} Earn coins.

+
{{SHOP_FLAVOR}} Earn coins.
Total sales: {{"{:,}".format(sales)}} coins
Coins spent by you: {{"{:,}".format(v.coins_spent)}} coins
Lootboxes bought by you: {{v.lootboxes_bought}} lootbox{{'es' if v.lootboxes_bought != 1}}
Your current coins: {{"{:,}".format(v.coins)}}
{% if FEATURES['MARSEYBUX'] %} -
Your current marseybux: {{"{:,}".format(v.marseybux)}}
+
Your current marseybux: {{"{:,}".format(v.marseybux)}}
{% endif %}
{% endblock %} @@ -56,7 +56,7 @@ {{a['title']}} {% if a['baseprice'] != a['price'] %} - {{a['baseprice']}} {{a['price']}} + {{a['baseprice']}} {{a['price']}} {% else %} {{a['price']}}