|
|
@@ -324,7 +324,8 @@
|
|
|
</button>
|
|
|
{/if}
|
|
|
</div>
|
|
|
- {/if}{debug}
|
|
|
+ {/if}
|
|
|
+ {if $product.pricing.totaltoday->toNumeric() != 0.00}
|
|
|
<div class="col-sm-4 item-price">
|
|
|
<span>{$product.pricing.totalTodayExcludingTaxSetup}</span>
|
|
|
<span class="cycle">
|
|
|
@@ -336,6 +337,7 @@
|
|
|
{if $product.proratadate}<br />({$LANG.orderprorata} {$product.proratadate}){/if}
|
|
|
</span>
|
|
|
</div>
|
|
|
+ {/if}
|
|
|
<div class="col-sm-1 hidden-xs d-none d-sm-block">
|
|
|
<button type="button" class="btn btn-icon btn-xs" data-toggle="tooltip" data-placement="top" data-trigger="manual" title="{$LANG.orderForm.remove}" onclick="removeItem('p', '{$num}')">
|
|
|
<i class="fas fa-trash-alt"></i>
|