|
|
@@ -35,7 +35,13 @@
|
|
|
<img src="/templates/croster/thurdata/productgroups/{$gid}.svg" class="img-fluid" style="height:100px;">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <h4>{$domain}</h4>
|
|
|
+ <h4>
|
|
|
+ {if $moduleParams.customfields['ncurl']}
|
|
|
+ <a href="{$moduleParams.customfields['ncurl']}" target="_blank">{$moduleParams.customfields['ncurl']}</a>
|
|
|
+ {else}
|
|
|
+ {$domain}
|
|
|
+ {/if}
|
|
|
+ </h4>
|
|
|
<div class="status-sticker-wrapper">
|
|
|
<div class="status-sticker product-status-{$rawstatus|strtolower}">
|
|
|
{$status}
|