andre 5 месяцев назад
Родитель
Сommit
8f313b1042
1 измененных файлов с 8 добавлено и 3 удалено
  1. 8 3
      configureproduct.tpl

+ 8 - 3
configureproduct.tpl

@@ -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
 *}
 {*