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

+ 3 - 3
configureproduct.tpl

@@ -2,13 +2,13 @@
 
 
 {assign var="customtemplate" value="templates/orderforms/thurdata/configure_{$productinfo.name}.tpl"}
 {assign var="customtemplate" value="templates/orderforms/thurdata/configure_{$productinfo.name}.tpl"}
 {if file_exists($customtemplate)}
 {if file_exists($customtemplate)}
-    {assign var="templatename" value="./configure_{$productinfo.name}.tpl"}
-    {include $templatename}
-
     <div class="row">
     <div class="row">
      BlubbJa  {$customtemplate}
      BlubbJa  {$customtemplate}
      Produkt {$productinfo.name}.tpl
      Produkt {$productinfo.name}.tpl
     </div>
     </div>
+    {assign var="templatename" value="./configure_{$productinfo.name}.tpl"}
+    {include $templatename}
+
 {else}
 {else}
     <div class="row">
     <div class="row">
      BlubbNein  {$customtemplate}
      BlubbNein  {$customtemplate}