Articlevoucher/src/Application/views/blocks/checkout_basketcontents_bas...

22 lines
839 B
Smarty

[{* D3-Block: basketcontents.tpl::checkout_basketcontents_basketitem_quantity *}]
[{* D3 ArticleVoucher *}]
[{d3modcfgcheck modid="d3articlevoucher"}]
[{* hole Informationen zur Modulprüfung *}]
[{/d3modcfgcheck}]
[{if $mod_d3articlevoucher}]
[{* product quantity manager *}]
[{if $oModCfg_d3articlevoucher->isThemeIdMappedTo('azure')}]
[{include file='checkout_basketcontents_basketitem_quantity_table_azure.tpl'}]
[{elseif $oModCfg_d3articlevoucher->isThemeIdMappedTo('flow')}]
[{include file='checkout_basketcontents_basketitem_quantity_table_flow.tpl'}]
[{elseif $oModCfg_d3articlevoucher->isThemeIdMappedTo('wave')}]
[{include file='checkout_basketcontents_basketitem_quantity_table_wave.tpl'}]
[{else}]
[{/if}]
[{* D3 ArticleVoucher *}]
[{else}]
[{$smarty.block.parent}]
[{/if}]