{$position}
|
{$this->getAttribute('articleNo')}
|
{$this->getAttribute('title')}
{$this->getAttribute('description')}
{foreach $customFields as $field}
-
{$field.title}:
{if isset($field.custom_calc) && isset($field.custom_calc.valueText)}
{$field.custom_calc.valueText}
{elseif isset($field['userInput'])}
{$field['userInput']}
{/if}
{/foreach}
|
{$this->getAttribute('vat')}%
|
{if $this->getAttribute('quantity') !== false}
{$this->getAttribute('quantity')}
|
{$this->getQuantityUnit()}
|
{/if}
{if $this->getAttribute('quantity') !== false}
{if isset($Discount)}
{$calculated_basisPrice}
{locale group='quiqqer/erp' var='article.list.discount.text' discount=$Discount->formatted()}
{else}
{if $this->getAttribute('displayPrice')}
{$calculated_price}
{/if}
{/if}
|
{/if}
{if $this->getAttribute('quantity') !== false}
{if $this->getAttribute('displayPrice')}
{$calculated_sum}
{/if}
|
{/if}