integration

This commit is contained in:
sdarbinyan
2026-02-20 10:43:47 +04:00
parent 6850a911f3
commit f7919f6ca7
9 changed files with 79 additions and 1 deletions

View File

@@ -98,6 +98,9 @@
<div class="item-details">
<span class="price">{{ item.price }} {{ item.currency }}</span>
@if (item.discount > 0) {
<span class="discount-chip">-{{ item.discount }}%</span>
}
<span class="quantity">{{ 'QTY' | translate }}: {{ item.quantity }}</span>
</div>