|
@@ -1,7 +1,10 @@
|
|
|
-{debug}
|
|
|
|
|
{if ($productinfo.paytype eq 'free') && in_array($productinfo.pid, $clientPids)}
|
|
{if ($productinfo.paytype eq 'free') && in_array($productinfo.pid, $clientPids)}
|
|
|
{include file="./nodoubletrial.tpl"}
|
|
{include file="./nodoubletrial.tpl"}
|
|
|
{else}
|
|
{else}
|
|
|
|
|
+ {*
|
|
|
|
|
+ route configureproduct by product id
|
|
|
|
|
+ create a file named "configure_PID.tpl" to use a product matching orderform
|
|
|
|
|
+ *}
|
|
|
{assign var="customtemplate" value="templates/orderforms/thurdata/configure_{$productinfo.pid}.tpl"}
|
|
{assign var="customtemplate" value="templates/orderforms/thurdata/configure_{$productinfo.pid}.tpl"}
|
|
|
{if file_exists("{$customtemplate}")}
|
|
{if file_exists("{$customtemplate}")}
|
|
|
{assign var="templatename" value="./configure_{$productinfo.pid}.tpl"}
|
|
{assign var="templatename" value="./configure_{$productinfo.pid}.tpl"}
|