thw-rsk-log/frontend/detail/content/buy_container.tpl

73 lines
2.3 KiB
Smarty

{extends file="parent:frontend/detail/content/buy_container.tpl"}
{block name='frontend_detail_data_attributes'}
{* Product attribute 1 *}
{block name='frontend_detail_data_attributes_attr1'}
{if $sArticle.attr1}
<li class="base-info--entry entry-attribute">
<strong class="entry--label">
{s name="DetailAttributeField1Label" namespace="frontend/detail/index"}{/s}:
</strong>
<span class="entry--content">
{$sArticle.attr1|escape}
</span>
</li>
{/if}
{/block}
{* Product attribute 4 *}
{block name='frontend_detail_data_attributes_attr4'}
{if $sArticle.attr4}
<li class="base-info--entry entry-attribute">
<strong class="entry--label">
{s name="DetailAttributeField4Label" namespace="frontend/detail/index"}{/s}:
</strong>
<span class="entry--content">
{$sArticle.attr4|escape}
</span>
</li>
{/if}
{/block}
{* Product attribute 6 *}
{block name='frontend_detail_data_attributes_attr4'}
{if $sArticle.attr6}
<li class="base-info--entry entry-attribute">
<strong class="entry--label">
{s name="DetailAttributeField6Label" namespace="frontend/detail/index"}{/s}:
</strong>
<span class="entry--content">
{$sArticle.attr6|escape}
</span>
</li>
{/if}
{/block}
{* Product attribute 2 *}
{block name='frontend_detail_data_attributes_attr2'}
{if $sArticle.attr2}
<li class="base-info--entry entry-attribute">
<strong class="entry--label">
{s name="DetailAttributeField2Label" namespace="frontend/detail/index"}{/s}:
</strong>
<span class="entry--content">
{$sArticle.attr2|escape}
</span>
</li>
{/if}
{/block}
{* Product attribute 3 *}
{block name='frontend_detail_data_attributes_attr4'}
{if $sArticle.attr3}
<li class="base-info--entry entry-attribute">
<strong class="entry--label">
{s name="DetailAttributeField3Label" namespace="frontend/detail/index"}{/s}:
</strong>
<span class="entry--content">
{$sArticle.attr3|escape}
</span>
</li>
{/if}
{/block}
{/block}