Jump to content

Hiển thị số dư tín dụng ở trang đầu (Khối tùy chỉnh)

Featured Replies

Posted
comment_237

1.thumb.png.7e802965e72c53b85425f9ef2ddf6dd7 (1).png

Đi đến ACP > Trang > Quản lý trang > Khối > Tùy chỉnh > Tạo khối mới > HTML thủ công:

Chi tiết:

Tên: Số dư tài khoản (Account Balance)

Thể loại: Tùy chỉnh

Mẫu key: balance

Nội dung:

Code

<div class="ipsWidget__padding ipsData__title i-padding_2 i-grid i-place-content_center">

<a href="{setting="base_url"}clients/credit/">

<i class="fa-solid fa-wallet"></i>

{{foreach \IPS\nexus\Money::currencies() as $currency}}

{{if isset( \IPS\nexus\Customer::loggedIn()->cm_credits[$currency])}}

{{$credits = \IPS\nexus\Customer::loggedIn()->cm_credits[$currency];}}

{{if $credits->amount->isGreaterThanZero()}}

{lang="credit_balance"}: {$credits}

{{endif}}

{{endif}}

{{endforeach}}

</a>

</div>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...