|
|
@@ -325,17 +325,19 @@
|
|
|
{/if}
|
|
|
</div>
|
|
|
{/if}
|
|
|
- <div class="col-sm-4 item-price">
|
|
|
- <span>{$product.pricing.totalTodayExcludingTaxSetup}</span>
|
|
|
- <span class="cycle">
|
|
|
- {$product.billingcyclefriendly}
|
|
|
- {if $product.pricing.productonlysetup}
|
|
|
- <br />
|
|
|
- + {$product.pricing.productonlysetup->toPrefixed()} {$LANG.ordersetupfee}
|
|
|
- {/if}
|
|
|
- {if $product.proratadate}<br />({$LANG.orderprorata} {$product.proratadate}){/if}
|
|
|
- </span>
|
|
|
- </div>
|
|
|
+ {if $product.pricing.price->toNumeric() != 0.00}
|
|
|
+ <div class="col-sm-4 item-price">
|
|
|
+ <span>{$product.pricing.totalTodayExcludingTaxSetup}</span>
|
|
|
+ <span class="cycle">
|
|
|
+ {$product.billingcyclefriendly}
|
|
|
+ {if $product.pricing.productonlysetup}
|
|
|
+ <br />
|
|
|
+ + {$product.pricing.productonlysetup->toPrefixed()} {$LANG.ordersetupfee}
|
|
|
+ {/if}
|
|
|
+ {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>
|
|
|
@@ -343,44 +345,44 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- {foreach $product.addons as $addonnum => $addon}
|
|
|
- <div class="item-addons">
|
|
|
- <div class="row">
|
|
|
+ {foreach $product.addons as $addonnum => $addon}
|
|
|
+ <div class="item-addons">
|
|
|
+ <div class="row">
|
|
|
<div class="{if $showAddonQtyOptions}col-sm-3{else}col-sm-6{/if}">
|
|
|
- <span class="item-group">
|
|
|
- {$LANG.orderaddon}
|
|
|
- </span>
|
|
|
- <span class="item-title">
|
|
|
- {$addon.name}
|
|
|
- </span>
|
|
|
- {if $addon.setup}
|
|
|
- <span class="item-setup">
|
|
|
- {$addon.setup} {$LANG.ordersetupfee}
|
|
|
- </span>
|
|
|
- {/if}
|
|
|
- </div>
|
|
|
- <!-- Addon Quantity Options -->
|
|
|
- {if $showAddonQtyOptions}
|
|
|
- <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
|
|
|
- {if $addon.allowqty === 2}
|
|
|
+ <span class="item-group">
|
|
|
+ {$LANG.orderaddon}
|
|
|
+ </span>
|
|
|
+ <span class="item-title">
|
|
|
+ {$addon.name}
|
|
|
+ </span>
|
|
|
+ {if $addon.setup}
|
|
|
+ <span class="item-setup">
|
|
|
+ {$addon.setup} {$LANG.ordersetupfee}
|
|
|
+ </span>
|
|
|
+ {/if}
|
|
|
+ </div>
|
|
|
+ <!-- Addon Quantity Options -->
|
|
|
+ {if $showAddonQtyOptions}
|
|
|
+ <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
|
|
|
+ {if $addon.allowqty === 2}
|
|
|
Anzahl <input type="number" name="paddonqty[{$num}][{$addonnum}]" value="{$addon.qty}" class="form-control text-center" style="width:53px;height:25px !important; padding-left:1px; padding-right:1px;" min="0" />
|
|
|
- <!-- <button type="submit" class="btn btn-xs"> -->
|
|
|
- <button type="submit" class="btn btn-default btn-xs" style="height:25px !important; padding-top: 2px;">
|
|
|
- {$LANG.orderForm.update}
|
|
|
- </button>
|
|
|
- {/if}
|
|
|
- </div>
|
|
|
- {/if}
|
|
|
- <div class="col-sm-4 item-price">
|
|
|
- <span>{$addon.totaltoday}</span>
|
|
|
- <span class="cycle">{$addon.billingcyclefriendly}</span>
|
|
|
- </div>
|
|
|
- <div class="col-sm-1 hidden-xs d-none d-sm-block">.</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- {/foreach}
|
|
|
- </div>
|
|
|
- {/foreach}
|
|
|
+ <!-- <button type="submit" class="btn btn-xs"> -->
|
|
|
+ <button type="submit" class="btn btn-default btn-xs" style="height:25px !important; padding-top: 2px;">
|
|
|
+ {$LANG.orderForm.update}
|
|
|
+ </button>
|
|
|
+ {/if}
|
|
|
+ </div>
|
|
|
+ {/if}
|
|
|
+ <div class="col-sm-4 item-price">
|
|
|
+ <span>{$addon.totaltoday}</span>
|
|
|
+ <span class="cycle">{$addon.billingcyclefriendly}</span>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-1 hidden-xs d-none d-sm-block">.</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ {/foreach}
|
|
|
+ </div>
|
|
|
+ {/foreach}
|
|
|
|
|
|
{foreach $addons as $num => $addon}
|
|
|
<div class="panel-body">
|