{$position}
|
{$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}
{/if}
{/foreach}
|
{if $this->getAttribute('quantity') !== false}
{$this->getAttribute('quantity')}
|
{/if}
{if $this->getAttribute('quantity') !== false}
{if $this->getAttribute('displayPrice')}
{$calculated_price}
{/if}
|
{/if}
{if $this->getAttribute('quantity') !== false}
{if $this->getAttribute('displayPrice')}
{$calculated_sum}
{/if}
|
{/if}