|
|
@@ -2,12 +2,17 @@
|
|
|
|
|
|
{assign var="customtemplate" value="templates/orderforms/thurdata/configure_{$productinfo.name}.tpl"}
|
|
|
{if file_exists($customtemplate)}
|
|
|
- {include file='./{$productinfo.name}.tpl'}
|
|
|
+ <div class="row">
|
|
|
+ BlubbJa {$customtemplate}
|
|
|
+ Produkt {$productinfo.name}.tpl
|
|
|
+ </div>
|
|
|
{else}
|
|
|
<div class="row">
|
|
|
- Blubb {$customtemplate}
|
|
|
+ BlubbNein {$customtemplate}
|
|
|
+ Produkt {$productinfo.name}.tpl
|
|
|
</div>
|
|
|
-{*
|
|
|
+{/if}
|
|
|
+ {*
|
|
|
route configureproduct by group id or name
|
|
|
*}
|
|
|
{*
|