|
|
@@ -280,10 +280,32 @@
|
|
|
{if $block.featurescollapsed}
|
|
|
{if $ditem['productdetails']['description']}
|
|
|
{if count($ditem['productdetails']['description']['features']) > 0}
|
|
|
- <ul class="plan-features">
|
|
|
- {foreach $ditem['productdetails']['description']['features'] as $feature => $value}
|
|
|
- <li><b>{$value}</b> {$feature}</li>
|
|
|
- {/foreach}
|
|
|
+ <ul class="plan-features">
|
|
|
+ <!-- ThurData Featurelist -->
|
|
|
+ <table border="0" style="display: inline-table; table-layout:fixed; width:100%; visibility:visible;" cellpadding="0" cellspacing="5">
|
|
|
+ {foreach $ditem['productdetails']['description']['features'] as $feature => $value}
|
|
|
+ <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}
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {/foreach}
|
|
|
+ </table>
|
|
|
+ <!-- End ThurData Featurelist -->
|
|
|
+ {* original featurelist
|
|
|
+ {foreach $ditem['productdetails']['description']['features'] as $feature => $value}
|
|
|
+ <li><b>{$value}</b> {$feature}</li>
|
|
|
+ {/foreach}
|
|
|
+ *}
|
|
|
</ul>
|
|
|
{else}
|
|
|
<div class="plan-features">
|
|
|
@@ -299,9 +321,31 @@
|
|
|
{if $ditem['productdetails']['description']}
|
|
|
{if count($ditem['productdetails']['description']['features']) > 0}
|
|
|
<ul class="plan-features collapse" id="PlanLists{$kk + 1}">
|
|
|
- {foreach $ditem['productdetails']['description']['features'] as $feature => $value}
|
|
|
- <li><b>{$value}</b> {$feature}</li>
|
|
|
- {/foreach}
|
|
|
+ <!-- ThurData Featurelist -->
|
|
|
+ <table border="0" style="display: inline-table; table-layout:fixed; width:100%; visibility:visible;" cellpadding="0" cellspacing="5">
|
|
|
+ {foreach $ditem['productdetails']['description']['features'] as $feature => $value}
|
|
|
+ <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}
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {/foreach}
|
|
|
+ </table>
|
|
|
+ <!-- End ThurData Featurelist -->
|
|
|
+ {* original featurelist
|
|
|
+ {foreach $ditem['productdetails']['description']['features'] as $feature => $value}
|
|
|
+ <li><b>{$value}</b> {$feature}</li>
|
|
|
+ {/foreach}
|
|
|
+ *}
|
|
|
</ul>
|
|
|
{else}
|
|
|
<div class="plan-features collapse" id="PlanLists{$kk + 1}">
|
|
|
@@ -537,9 +581,31 @@
|
|
|
{if $ditem['productdetails']['description']}
|
|
|
{if count($ditem['productdetails']['description']['features']) > 0}
|
|
|
<ul class="plan-features">
|
|
|
- {foreach $ditem['productdetails']['description']['features'] as $feature => $value}
|
|
|
- <li><b>{$value}</b> {$feature}</li>
|
|
|
- {/foreach}
|
|
|
+ <!-- ThurData Featurelist -->
|
|
|
+ <table border="0" style="display: inline-table; table-layout:fixed; width:100%; visibility:visible;" cellpadding="0" cellspacing="5">
|
|
|
+ {foreach $ditem['productdetails']['description']['features'] as $feature => $value}
|
|
|
+ <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}
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {/foreach}
|
|
|
+ </table>
|
|
|
+ <!-- End ThurData Featurelist -->
|
|
|
+ {* original featurelist
|
|
|
+ {foreach $ditem['productdetails']['description']['features'] as $feature => $value}
|
|
|
+ <li><b>{$value}</b> {$feature}</li>
|
|
|
+ {/foreach}
|
|
|
+ *}
|
|
|
</ul>
|
|
|
{else}
|
|
|
{$ditem['productdetails']['description']['original']}
|