{config_load file=$language_path section="general"} {config_load file=$language_path section="products"}
{if $CREATED_DISTRIBUTOR_ORDERS_ARRAY}

Folgende LB wurden aus diesem Auftrag heraus bereits erstellt:
{foreach from=$CREATED_DISTRIBUTOR_ORDERS_ARRAY item=do} LB {$do.distributor_orders_id} vom {$do.date_created} [{$do.orders_status}], Lieferant {$do.distributor_name}
{foreach from=$do.products item=dop} {$dop.products_quantity}x [pID {$dop.products_id}] {$dop.products_name}
{/foreach}
{/foreach}

{/if}
{$TEXT_USE_DELIVERY_ADDRESS}
{$DELIVERY_ADDRESS}
{foreach from=$items item=d} {$d.FORM} {foreach from=$d.PRODUCTS item=product} {/foreach}
{$d.DISTRIBUTOR}
{#quantity#} {#products_id#} {#product#} EK {#price#} {#price#} V1 Phys. {#mindestbestellmenge#}
{$d.INPUT_SUBMIT}{$d.INPUT_DISTRIBUTOR_ID} ({$d.DISTRIBUTOR})
{$product.QTY}{if $product.NO_NUMBER == 0}{$product.INPUT_QTY}{else}{/if} {$product.PRODUCTS_ID}
{$product.PRODUCTS_NAME}
{if $product.PROPERTIES.0} {#product_properties#}
{foreach from=$product.PROPERTIES item=property} {$property.property_title}: {$property.property_value}
{/foreach} {/if}
{$product.EK_PRICE} {$product.PRICE} {$product.V1} {$product.PHYS} {$product.MINDESTBESTELLMENGE}

(VPE {$product.VPE} / VSE {$product.VSE})
{#conditions#}: {$product.CONDITIONS}
{#shippings#}: {$product.SHIPPINGS}
{#shippingtime#}: {$product.SHIPPINGTIME} Wochen
{if $product.DEFAULT_PRICE != ''} Standardpreis: {$product.DEFAULT_PRICE}
{/if} {if $product.DEFAULT_DISTRIBUTOR != ''} Standardlieferant: {$product.DEFAULT_DISTRIBUTOR} {/if}
{$FORM_END}
{/foreach}