Files
kupshop/web/common/templates/massOrderViewprintPickingList.tpl
2025-08-02 16:30:27 +02:00

16 lines
309 B
Smarty

{extends 'orderViewprintPickingList.tpl'}
{block "print-content"}
{foreach $orders as $order}
{$smarty.block.parent}
{/foreach}
<div class="print-footer">
<p>obchod používá systém <a href="https://www.wpjshop.cz/">wpjshop.cz</a></p>
</div>
{/block}
{block "footer"}
{/block}