andre 4 лет назад
Родитель
Сommit
73f9992ca4
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      viewcart.tpl

+ 7 - 7
viewcart.tpl

@@ -325,19 +325,19 @@
                                                                 {/if}
                                                             </div>
                                                         {/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}
                                                                     {if $product.pricing.productonlysetup}
                                                                         <br />
                                                                             + {$product.pricing.productonlysetup->toPrefixed()} {$LANG.ordersetupfee}
                                                                     {/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">
                                                             <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>