{ifloop rel="customer.orders"} {loop type="order" name="customer.orders"}
Commandés le {format_date date=$CREATE_DATE output="date"} {loop type="order_status" name="order.status" id=$STATUS}
{include file="components/smarty/Tag/Tag.html" type="primary" color=$COLOR text=$TITLE}
{/loop}
{intl l="N° %ref" ref=$REF}
Total TTC {format_money number=$TOTAL_TAXED_AMOUNT currency_id=$CURRENCY}
Détail
{loop type="order_product" name="order.products" order=$ID}
{if $PRODUCT_ID} {loop name="product.images" type="image" source="product" source_id=$PRODUCT_ID width=60 height=60 resize_mode="borders" limit="1" format="webp"} <{$TITLE} {/loop} {elseloop rel="product.images"} product placeholder {/elseloop} {/if} {$TITLE}
x{$QUANTITY}
{/loop}
{if $IS_PAID} {renderIconSvg icon="download" class="w-5 h-5 fill-current"} Télécharger la facture en PDF {/if}
{/loop} {/ifloop} {elseloop rel="customer.orders"} {/elseloop}