{{ orderProduct.id }} |
{{ orderProduct.title }} |
{{ orderProduct.quantityOrder }} |
{% include '@LcShop/backend/default/field/datetime.html.twig' with {value : orderProduct.orderShop.deliveryDate} %} |
{% include '@LcShop/backend/order/field/order_status.html.twig' with {value : orderProduct.orderShop.orderStatus} %} |
{% import '@LcShop/backend/default/block/macros.html.twig' as macros %}
{% if orderProduct.orderShop.isCart() %}
{{ macros.button('OrderProductRedelivery', 'edit', orderProduct.id, 'primary') }}
{% endif %}
{{ macros.button('OrderShop', 'show', orderProduct.orderShop.id) }}
|
{% endfor %}