Answer the question
In order to leave comments, you need to log in
How to insert the number of user bonuses into the RetailCRM printable?
Hello, I have a printable form on RetailCrm. I would like to ask how to insert using twig the number of deducted bonuses for the order, the number of accrued bonuses for the order, the number of active and those that are waiting for activation?
<div class="bonus">
<div class="sub-head">БАЛАНС ПО БОНУСНОЙ ПРОГРАММЕ</div>
<div class="bonus__row">
По текущему заказу списано: <b>{{ order.discount|price('', null, false) }}</b>
</div>
<div class="bonus__row">
По текущему заказу начислено: <b>{{ order.discount|price('', null, false) }}</b>
</div>
<div class="bonus__row" style="margin-top: 20px;"><b>Остаток на бонусном счёте:</b></div>
<div class="bonus__balance">
<span style="margin-right: 20px;">
<b>{{ order.discount|price('', null, false) }}</b> активных бонусов
</span>
<span>
<b>{{ order.discount|price('', null, false) }}</b> ожидают активации
</span>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question