|
|
@@ -88,70 +88,66 @@
|
|
|
</div>
|
|
|
{/if}
|
|
|
{/if}
|
|
|
-
|
|
|
{if $block.descp == ""}
|
|
|
{if count($ditem['productdetails']['description']['features']) > 0}
|
|
|
- {if $ditem['productdetails']['description']['featuresdesc']}
|
|
|
- <div class="desc">{$ditem['productdetails']['description']['featuresdesc']}</div>
|
|
|
- {/if}
|
|
|
+ {if $ditem['productdetails']['description']['featuresdesc']}
|
|
|
+ <div class="desc">{$ditem['productdetails']['description']['featuresdesc']}</div>
|
|
|
+ {/if}
|
|
|
{/if}
|
|
|
{/if}
|
|
|
- <div class="product_pricing_single">
|
|
|
- {if $block.DisableBrekdown}
|
|
|
- {if isset($ditem.dropdown) && is_array($ditem.dropdown)}
|
|
|
- {foreach from=$ditem.dropdown item=$dropdown key=$dropdownKey}
|
|
|
- {assign var="firstCycle" value=$dropdown|@end}
|
|
|
- {if $firstCycle.hasconfigoptions}
|
|
|
- <div class="regular_pricing">
|
|
|
- <span class="small text-muted">ab</span>
|
|
|
- </div>
|
|
|
- {/if}
|
|
|
- <div class="price">
|
|
|
- <span class="cost">
|
|
|
- {$firstCycle.prefix}{$firstCycle.price}
|
|
|
- </span>
|
|
|
- <span class="suffix">
|
|
|
- {$firstCycle.suffix}
|
|
|
- </spn>
|
|
|
- </div>
|
|
|
- <div class="cycle small text-muted">
|
|
|
- {$firstCycle.cycle|capitalize}
|
|
|
- </div>
|
|
|
- {/foreach}
|
|
|
- {/if}
|
|
|
-
|
|
|
- {else}
|
|
|
-
|
|
|
- {if $ditem["price"] == 'FREE'}
|
|
|
- <span class="badge badge-secondary price-free">{$WLANG.orderfree}</span>
|
|
|
- {else}
|
|
|
- {if $ditem["productdetails"]['hasconfigoptions']}
|
|
|
+ <div class="product_pricing_single">
|
|
|
+ {if $block.DisableBrekdown}
|
|
|
+ {if isset($ditem.dropdown) && is_array($ditem.dropdown)}
|
|
|
+ {foreach from=$ditem.dropdown item=$dropdown key=$dropdownKey}
|
|
|
+ {assign var="firstCycle" value=$dropdown|@end}
|
|
|
+ {if $firstCycle.hasconfigoptions}
|
|
|
<div class="regular_pricing">
|
|
|
- <span class="small text-muted">{$WLANG.from}</span>
|
|
|
+ <span class="small text-muted">ab</span>
|
|
|
</div>
|
|
|
{/if}
|
|
|
- <div class="price">
|
|
|
- {assign var="ccurrency" value=$ditem["productdetails"]["price"]["price"]->getCurrency()}
|
|
|
- <span class="cost">{$ditem["productdetails"]["price"]['simple']}</span>
|
|
|
- {if $ccurrency["suffix"]}<span class="suffix">{$ccurrency["suffix"]}</span>{/if}
|
|
|
+ <div class="price">
|
|
|
+ <span class="cost">
|
|
|
+ {$firstCycle.prefix}{$firstCycle.price}
|
|
|
+ </span>
|
|
|
+ <span class="suffix">
|
|
|
+ {$firstCycle.suffix}
|
|
|
+ </spn>
|
|
|
+ </div>
|
|
|
+ <div class="cycle small text-muted">
|
|
|
+ {$firstCycle.cycle|capitalize}
|
|
|
+ </div>
|
|
|
+ {/foreach}
|
|
|
+ {/if}
|
|
|
+ {else}
|
|
|
+ {if $ditem["price"] == 'FREE'}
|
|
|
+ <span class="badge badge-secondary price-free">{$WLANG.orderfree}</span>
|
|
|
+ {else}
|
|
|
+ {if $ditem["productdetails"]['hasconfigoptions']}
|
|
|
+ <div class="regular_pricing">
|
|
|
+ <span class="small text-muted">{$WLANG.from}</span>
|
|
|
</div>
|
|
|
- {if $ditem["billingcycle"] != ""}
|
|
|
- <div class="cycle small text-muted">{$ditem["billingcycle"]}</div>
|
|
|
- {elseif $ditem["productdetails"]["price"]["cycle"] == "onetime"}
|
|
|
- <div class="cycle small text-muted">{$WLANG.orderpaymenttermonetime}</div>
|
|
|
- {/if}
|
|
|
- {if $ditem["productdetails"]["price"]["setupFee"]}
|
|
|
- <div class="setup-fee small text-muted"><span><i class="fal fa-plus"></i></span> {$ditem["productdetails"]["price"]["setupFee"]} {$WLANG.ordersetupfee}</div>
|
|
|
- {/if}
|
|
|
{/if}
|
|
|
+ <div class="price">
|
|
|
+ {assign var="ccurrency" value=$ditem["productdetails"]["price"]["price"]->getCurrency()}
|
|
|
+ <span class="cost">{$ditem["productdetails"]["price"]['simple']}</span>
|
|
|
+ {if $ccurrency["suffix"]}<span class="suffix">{$ccurrency["suffix"]}</span>{/if}
|
|
|
+ </div>
|
|
|
+ {if $ditem["billingcycle"] != ""}
|
|
|
+ <div class="cycle small text-muted">{$ditem["billingcycle"]}</div>
|
|
|
+ {elseif $ditem["productdetails"]["price"]["cycle"] == "onetime"}
|
|
|
+ <div class="cycle small text-muted">{$WLANG.orderpaymenttermonetime}</div>
|
|
|
+ {/if}
|
|
|
+ {if $ditem["productdetails"]["price"]["setupFee"]}
|
|
|
+ <div class="setup-fee small text-muted"><span><i class="fal fa-plus"></i></span> {$ditem["productdetails"]["price"]["setupFee"]} {$WLANG.ordersetupfee}</div>
|
|
|
+ {/if}
|
|
|
{/if}
|
|
|
- </div>
|
|
|
-
|
|
|
- {if $block.descp == "below" || $block.descp == "1"}
|
|
|
- {if count($ditem['productdetails']['description']['features']) > 0}
|
|
|
- {if $ditem['productdetails']['description']['featuresdesc']}
|
|
|
- <div class="desc mt-2">{$ditem['productdetails']['description']['featuresdesc']}</div>
|
|
|
{/if}
|
|
|
+ </div>
|
|
|
+ {if $block.descp == "below" || $block.descp == "1"}
|
|
|
+ {if count($ditem['productdetails']['description']['features']) > 0}
|
|
|
+ {if $ditem['productdetails']['description']['featuresdesc']}
|
|
|
+ <div class="desc mt-2">{$ditem['productdetails']['description']['featuresdesc']}</div>
|
|
|
+ {/if}
|
|
|
{/if}
|
|
|
{/if}
|
|
|
{*
|
|
|
@@ -170,7 +166,6 @@
|
|
|
{/if}
|
|
|
{/if}
|
|
|
{/if}
|
|
|
-
|
|
|
<!-- Features / Eigenschaften -->
|
|
|
{if $block.featurescollapsed}
|
|
|
<!-- Features / Collapsed -->
|
|
|
@@ -192,7 +187,6 @@
|
|
|
<p class="PriceList-toggle collapsed" data-toggle="collapse" data-target="#PlanLists{$kk + 1}">
|
|
|
<span>{$WLANG.clientareaviewdetails}</span>
|
|
|
</p>
|
|
|
-
|
|
|
{if $ditem['productdetails']['description']}
|
|
|
{if count($ditem['productdetails']['description']['features']) > 0}
|
|
|
<ul class="plan-features collapse" id="PlanLists{$kk + 1}">
|
|
|
@@ -201,18 +195,18 @@
|
|
|
<tr>
|
|
|
<td><b>{$feature}</b></td>
|
|
|
<td>
|
|
|
- {if $value == "Ja"}
|
|
|
- <i class="far fa-check-square" class="td-product-feature-icon"></i>
|
|
|
- {elseif $value == "Nein"}
|
|
|
- <i class="far fa-square" class="td-product-feature-icon"></i>
|
|
|
- {elseif $value == "Optional"}
|
|
|
- <i class="fas fa-plus" class="td-product-feature-icon"></i>
|
|
|
- {else}
|
|
|
- {$value}
|
|
|
- {/if}
|
|
|
+ {if $value == "Ja"}
|
|
|
+ <i class="far fa-check-square" class="td-product-feature-icon"></i>
|
|
|
+ {elseif $value == "Nein"}
|
|
|
+ <i class="far fa-square" class="td-product-feature-icon"></i>
|
|
|
+ {elseif $value == "Optional"}
|
|
|
+ <i class="fas fa-plus" class="td-product-feature-icon"></i>
|
|
|
+ {else}
|
|
|
+ {$value}
|
|
|
+ {/if}
|
|
|
</td>
|
|
|
</tr>
|
|
|
- {/foreach}
|
|
|
+ {/foreach}
|
|
|
</table>
|
|
|
{*
|
|
|
{foreach $ditem['productdetails']['description']['features'] as $feature => $value}
|
|
|
@@ -227,7 +221,6 @@
|
|
|
{/if}
|
|
|
{/if}
|
|
|
{/if}
|
|
|
-
|
|
|
{if !$block.orderLinkinLast}
|
|
|
<div class="product-actions w-100">
|
|
|
<a href="{if $ditem['stockControlEnabled'] && !$ditem['quantityInStock']}javascript:void(0){else}{$WEB_ROOT}/{if $ditem["productdetails"]['isMarketConnect']}cart/order/{else}cart.php{/if}?a=add&pid={$ditem['Plan']}{if $ditem["dropdown"][$ditem['Plan']]|@count > "1" && !$block.DisableSwitcher}&billingcycle={$defaultbilling}{/if}{/if}" class="btn btn-primary{if $ditem['stockControlEnabled'] && !$ditem['quantityInStock']} disabled{/if}">
|
|
|
@@ -235,8 +228,6 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
{/if}
|
|
|
-
|
|
|
-
|
|
|
{if $block.orderLinkinLast}
|
|
|
<div class="product-actions mt-auto">
|
|
|
<a href="{if $ditem['stockControlEnabled'] && !$ditem['quantityInStock']}javascript:void(0){else}{$WEB_ROOT}/{if $ditem["productdetails"]['isMarketConnect']}cart/order/{else}cart.php{/if}?a=add&pid={$ditem['Plan']}{if $ditem["dropdown"][$ditem['Plan']]|@count > "1" && !$block.DisableSwitcher}&billingcycle={$defaultbilling}{/if}{/if}" class="btn btn-primary my-3 w-auto{if $ditem['stockControlEnabled'] && !$ditem['quantityInStock']} disabled{/if}">
|
|
|
@@ -244,7 +235,6 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
{/if}
|
|
|
-
|
|
|
</div>
|
|
|
</div>
|
|
|
{/foreach}
|