{config_load file=$language_path section="onix"} {config_load file=$language_path section="general"}
{if $ERROR_MESSAGE}
{$ERROR_MESSAGE}
{/if} {if $SUCCESS_MESSAGE}
{$SUCCESS_MESSAGE}
{/if} {if $tab == 'info'}

{#info#}

{if $import_products}

{$TEXT_IMPORT_EXISTS}

{$TEXT_IMPORT_HEADER}

{if $navigation} {$navigation_form} {$navigation} {#goto_page#}: {$input_navigation} {/if}
{#select_all#}
{#unselect_all#}
{$IMPORT_SELECT_FORM} {#import_params#} {foreach from=$import_products item=product key=k} {if $product.MediaFile} {else} {/if} {/foreach}
{if $product.MediaFile.0.MediaFileFormatCode == '02' or $product.MediaFile.0.MediaFileFormatCode == '03'} {/if}   {$product.Title.0.TitleText|truncate:60:"..."}
{foreach from=$product.Publisher item=publisher} {* DER CODE 04 HEISST BOERSENVEREINSNUMMER UND IST EIGENTLICH IMMER DER SELBE VALUE WIE PUBLISHERNAME SONST WUERDEN ALLE DOPPELT DASTEHEN *} {if $publisher.NameCodeType != '04'} {onix_publishingrole value=$publisher}: {$publisher.PublisherName}
{/if} {/foreach} {if $product.Contributor.0} {#author#}:
{foreach from=$product.Contributor item=contributor} {onix_contributor value=$contributor}
{/foreach} {/if} {if $product.NumberOfPages} {#pages#}: {$product.NumberOfPages} {/if} {if $product.LieferantIntern.0.Gattung}
{#libri_gattung#}: {$product.LieferantIntern.0.Gattung} {/if} {if $product.LieferantIntern.0.Anhang}
{#libri_anhang#}: {$product.LieferantIntern.0.Anhang} {/if} {if $product.LieferantIntern.0.Fortsetzung}
{#libri_fortsetzung#}: {$product.LieferantIntern.0.Fortsetzung} {/if} {if $product.LieferantIntern.0.PreisZusatz}
{#libri_preiszusatz#}: {$product.LieferantIntern.0.PreisZusatz} {/if}
{onix_productform value=$product.ProductForm} {if $product.LieferantIntern.0.Subkatalog} {foreach from=$product.LieferantIntern.0.Subkatalog item=sk}
{onix_libri_subkatalog value=$sk.SubkatalogKuerzel} {/foreach} {/if} {if $product.LieferantIntern.0.Katalog} {foreach from=$product.LieferantIntern.0.Katalog item=kat}
  • {onix_libri_katalog value=$kat.Ka02}
  • {/foreach} {/if}
    {foreach from=$product.ProductIdentifier item=identifier} {onix_productidentifier value=$identifier}: {$identifier.IDValue}
    {/foreach}
    {foreach from=$product.Measure item=measure} {onix_productmeasure value=$measure.MeasureTypeCode}: {$measure.Measurement} {$measure.MeasureUnitCode}
    {/foreach}
    {#suppliers#}:
    {foreach from=$product.SupplyDetail item=supplydetail} {if $supplydetail.SupplierIdentifier.0} {foreach from=$supplydetail.SupplierIdentifier item=supplier} {$supplydetail.SupplierName} (ID: {$supplier.IDValue})
    {/foreach} {else} {$supplydetail.SupplierName}
    {/if} {/foreach} {* {#text_add_suppliers#}
    *}
    {foreach from=$product.SupplyDetail item=supplydetail} {foreach from=$supplydetail.Price item=price} {$price.CountryCode} {onix_pricetypecode value=$price.PriceTypeCode}: {$price.PriceAmount} {$price.CurrencyCode}

    {$price.TaxRatePercent1}% {#taxrate#} {if $price.DiscountPercent}
    {$price.DiscountPercent}% {#rabatt#} {/if} {/foreach} {/foreach}
    {#select_all#}
    {#unselect_all#}


    {/if}
    {$IMPORT_FORM}
      {#import#}

    • {$INPUT_CHOOSE_FILE} {$INPUT_FILE_SUBMIT}
    {elseif $tab == 'images'}

    {#images#}

    {if $PICTURES_FOUND}

    {$TEXT_PICTURES_FOUND}

    {$IMPORT_PICTURES_FORM}
      {foreach from=$PICTURES_FOUND item=pic}
    • pID: {$pic.products_id}

    • {/foreach}
    {$INPUT_IMPORT_PICTURES_SUBMIT}


    {/if} {if $no_images_flag > 0}

    {#count_no_images#} {$no_images_flag} {$BUTTON_UNSET_NO_IMAGE}

    {/if}

    {$TEXT_ONIX_NO_IMAGES}

    {if $no_images > 0} {$IMPORT_FORM}

    • {$INPUT_IMAGE_SERVER} {$INPUT_IMAGE_SUBMIT}
    {/if} {/if}