|
@@ -1,34 +1,32 @@
|
|
|
-{if $prorata == 1}
|
|
|
|
|
- <div class="col-md-4 col-lg-3">
|
|
|
|
|
- <div id="sidebar">
|
|
|
|
|
- <div class="sidebar__inner blocks cartsummary">
|
|
|
|
|
- <div>
|
|
|
|
|
- {if $billingcycle=="free" || $pricing.minprice.price->toNumeric() == 0.00}
|
|
|
|
|
- <p style="height:15em;"></p>
|
|
|
|
|
- {else}
|
|
|
|
|
- <div class="order-summary">
|
|
|
|
|
- <div class="loader" id="orderSummaryLoader">
|
|
|
|
|
- <i class="fas fa-fw fa-sync fa-spin"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
- <h2>{$LANG.ordersummary}</h2>
|
|
|
|
|
- <div class="summary-container" id="producttotal">
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+<div class="col-md-4 col-lg-3">
|
|
|
|
|
+ <div id="sidebar">
|
|
|
|
|
+ <div class="sidebar__inner blocks cartsummary">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ {if $billingcycle=="free" || $pricing.minprice.price->toNumeric() == 0.00}
|
|
|
|
|
+ <p style="height:15em;"></p>
|
|
|
|
|
+ {else}
|
|
|
|
|
+ <div class="order-summary">
|
|
|
|
|
+ <div class="loader" id="orderSummaryLoader">
|
|
|
|
|
+ <i class="fas fa-fw fa-sync fa-spin"></i>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="text-center" id="producttotalmessage">
|
|
|
|
|
- <script type="text/javascript">
|
|
|
|
|
- updateProductTotalMessage("{$billingcycle}");
|
|
|
|
|
- </script>
|
|
|
|
|
|
|
+ <h2>{$LANG.ordersummary}</h2>
|
|
|
|
|
+ <div class="summary-container" id="producttotal">
|
|
|
</div>
|
|
</div>
|
|
|
- <br><br>
|
|
|
|
|
- {/if}
|
|
|
|
|
- <div class="text-center">
|
|
|
|
|
- <button type="submit" id="btnCompleteProductConfig" class="btn btn-primary btn-lg">
|
|
|
|
|
- {$LANG.continue}
|
|
|
|
|
- <i class="fas fa-arrow-circle-right"></i>
|
|
|
|
|
- </button>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div class="text-center" id="producttotalmessage">
|
|
|
|
|
+ <script type="text/javascript">
|
|
|
|
|
+ updateProductTotalMessage("{$billingcycle}");
|
|
|
|
|
+ </script>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <br><br>
|
|
|
|
|
+ {/if}
|
|
|
|
|
+ <div class="text-center">
|
|
|
|
|
+ <button type="submit" id="btnCompleteProductConfig" class="btn btn-primary btn-lg">
|
|
|
|
|
+ {$LANG.continue}
|
|
|
|
|
+ <i class="fas fa-arrow-circle-right"></i>
|
|
|
|
|
+ </button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
-{/if}
|
|
|
|
|
|
|
+</div>
|