Browse Source

bugfix viecard

andre 3 years ago
parent
commit
fb15a2e1ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      viewcart.tpl

+ 1 - 1
viewcart.tpl

@@ -554,7 +554,7 @@
                                             {if $showUpgradeQtyOptions}
                                                 <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
                                                     {if $upgrade->allowMultipleQuantities}
-                                                        Anzahl4&nbsp; <input type="number" name="upgradeqty[{$num}]" value="{$upgrade->qty}" class="form-control text-center" class="form-control text-center" style="width:53px;height:25px !important; padding-left:1px; padding-right:1px;" min="{$upgrade->minimumQuantity}" />
+                                                        Anzahl&nbsp; <input type="number" name="upgradeqty[{$num}]" value="{$upgrade->qty}" class="form-control text-center" class="form-control text-center" style="width:53px;height:25px !important; padding-left:1px; padding-right:1px;" min="{$upgrade->minimumQuantity}" />
                                                         <button type="submit" class="btn btn-default btn-xs" style="height:25px !important; padding-top: 2px;">
                                                             {$LANG.orderForm.update}
                                                         </button>