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