Aucun résultat
{% endif %} {% for order in orders %}{{ order.wcOrderId }}
{{ order.shop }}
{{ order.customer }}
{{ order.remainingToDeliver ? ux_icon('material-symbols-light:flag-outline', {'class': 'w-8 text-red-600'}) : '' }}
{{ order.productCount }}
{{ order.wcCreatedAt|date('d/m/Y H:i')|replace({':': 'h'}) }}
{% set orderStatus = get_order_status(order.status) %}
{{ orderStatus.title }}