|
@@ -325,19 +325,19 @@
|
|
|
{/if}
|
|
{/if}
|
|
|
</div>
|
|
</div>
|
|
|
{/if}
|
|
{/if}
|
|
|
- {if $product.pricing.totaltoday->toNumeric() != 0.00}
|
|
|
|
|
- <div class="col-sm-4 item-price">
|
|
|
|
|
- <span>{$product.pricing.totalTodayExcludingTaxSetup}</span>
|
|
|
|
|
- <span class="cycle">
|
|
|
|
|
|
|
+ <div class="col-sm-4 item-price">
|
|
|
|
|
+ <span>{$product.pricing.totalTodayExcludingTaxSetup}</span>
|
|
|
|
|
+ <span class="cycle">
|
|
|
|
|
+ {if $product.pricing.totaltoday->toNumeric() != 0.00}
|
|
|
{$product.billingcyclefriendly}
|
|
{$product.billingcyclefriendly}
|
|
|
{if $product.pricing.productonlysetup}
|
|
{if $product.pricing.productonlysetup}
|
|
|
<br />
|
|
<br />
|
|
|
+ {$product.pricing.productonlysetup->toPrefixed()} {$LANG.ordersetupfee}
|
|
+ {$product.pricing.productonlysetup->toPrefixed()} {$LANG.ordersetupfee}
|
|
|
{/if}
|
|
{/if}
|
|
|
{if $product.proratadate}<br />({$LANG.orderprorata} {$product.proratadate}){/if}
|
|
{if $product.proratadate}<br />({$LANG.orderprorata} {$product.proratadate}){/if}
|
|
|
- </span>
|
|
|
|
|
- </div>
|
|
|
|
|
- {/if}
|
|
|
|
|
|
|
+ {/if}
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </div>
|
|
|
<div class="col-sm-1 hidden-xs d-none d-sm-block">
|
|
<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}')">
|
|
<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>
|
|
<i class="fas fa-trash-alt"></i>
|