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