Paketliste {$item.VERSENDER} vom {$DATE}

Lieferadresse Pakete / kg
Versender
Auftrag
{foreach name=blah item=item from=$shippings}
{$item.NAME}
{$item.STREET}
{if $item.SUBURB}{$item.SUBURB}
{/if}{$item.CITY}
{$item.COUNTRY}
{$item.PACKAGES|replace:"(8 kg)":""} {$item.REAL_WEIGHT} kg
{$item.VERSENDER}
Auftrag-Nr.:{$item.OID} {if $item.COMMENTS != ''} "Kommentar: {$item.COMMENTS}" {/if}

{foreach name=tada item=product from=$item.products}
{if $product.THUMBNAIL_IMAGE != ''} Bild {/if} {$product.QTY} x {if $product.MODEL} Art-Nr.: {$product.MODEL}
[PID: {$product.PRODUCTS_ID}] {else} [PID: {$product.PRODUCTS_ID}] {/if} {if $product.DISTRIBUTOR_NUMBER}
L-Nr.: {$product.DISTRIBUTOR_NUMBER}{/if} {if $product.DISTRIBUTOR_NUMBER_COMMENTS}
L-Info: {$product.DISTRIBUTOR_NUMBER_COMMENTS}{/if}
{$product.NAME}
{if $product.STORAGES} {foreach from=$product.STORAGES item=storage} Lager: {$storage.name} | Lagerort: {$storage.storage_place} | Lager-Nr.: {$storage.nummer}
{/foreach} {/if} {if $product.COLLINUM > 0} Dieses Produkt enthält die folgenden Collis:
{foreach name=fas item=colli from=$product.collis} {$colli.QTY_PURCHASED}  x  [{$colli.NAME}]
[PID: {$colli.ID}] {if $colli.MODEL} - [Art-Nr.: {$colli.MODEL}]{/if} {if $colli.DISTRIBUTOR_NUMBER != ''} - [L-Nr.: {$colli.DISTRIBUTOR_NUMBER}]{/if} {if $colli.STORAGES} {foreach from=$colli.STORAGES item=storage}
Lager: {$storage.name} | Lagerort: {$storage.storage_place} | Lager-Nr.: {$storage.nummer} {/foreach} {/if}
{/foreach} {/if} {$product.FINAL_PRICE}

{/foreach}

{/foreach}

Paketliste {$item.VERSENDER} vom {$DATE}