| ردیف | +نام محصول | +تنوع | +تعداد | +قیمت اصلی | +تخفیف محصول | +تخفیف ویژه | +قیمت نهایی | +
|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | +{{ item_data.item.product.product.name }} | +{{ item_data.item.product.title }} | +{{ item_data.item.quantity }} | +{{ item_data.price_before_discount|floatformat:0 }} تومان | ++ {% if item_data.item.discount_percent > 0 %} + {{ item_data.item.discount_percent }}% ({{ item_data.discount_amount|floatformat:0 }} تومان) + {% else %} + --- + {% endif %} + | ++ {% if item_data.item.special_discount_amount > 0 %} + {{ item_data.item.special_discount_amount|floatformat:0 }} تومان + {% else %} + --- + {% endif %} + | +{{ item_data.item.price|floatformat:0 }} تومان | +
{{ shop.shop_description }}
+کمیسیون: {{ commission_percent }}%
+| ردیف | +نام محصول | +تنوع | +تعداد | +قیمت واحد | +تخفیف محصول | +تخفیف ویژه | +قیمت نهایی | +
|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | +{{ item.order_item.product.product.name }} | +{{ item.order_item.product.title }} | +{{ item.quantity }} | +{{ item.unit_price|floatformat:0 }} تومان | ++ {% if item.discount_amount > 0 %} + {{ item.order_item.discount_percent }}% ({{ item.discount_amount|floatformat:0 }} تومان) + {% else %} + --- + {% endif %} + | ++ {% if item.special_discount_amount > 0 %} + {{ item.special_discount_amount|floatformat:0 }} تومان + {% else %} + --- + {% endif %} + | +{{ item.total_price|floatformat:0 }} تومان | +