Ver Fonte

bugfix viecard

andre há 3 anos atrás
pai
commit
a4f89ae204
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      viewcart.tpl

+ 4 - 4
viewcart.tpl

@@ -318,7 +318,7 @@
                                                         {if $showqtyoptions}
                                                             <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
                                                                 {if $product.allowqty}
-                                                                    Anzahl&nbsp; <input type="number" name="qty[{$num}]" value="{$product.qty}" class="form-control text-center" style="width:53px;height:25px !important; padding-left:1px; padding-right:1px;" min="0" />
+                                                                    Anzahl1&nbsp; <input type="number" name="qty[{$num}]" value="{$product.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-default btn-xs" style="height:25px !important; padding-top: 2px;">
                                                                         {$LANG.orderForm.update}
                                                                     </button>
@@ -365,7 +365,7 @@
 								{if $showAddonQtyOptions}
 								    <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
 									{if $addon.allowqty === 2}
-										Anzahl&nbsp; <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" />
+										Anzahl2&nbsp; <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}
@@ -413,7 +413,7 @@
 														{if $showAddonQtyOptions}
 															<div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
 																{if $addon.allowqty === 2}
-																	Anzahl&nbsp; <input type="number" name="addonqty[{$num}]" value="{$addon.qty}" class="form-control text-center" class="form-control text-center" style="width:53px;height:25px !important; padding-left:1px; padding-right:1px;" min="0" />
+																	Anzahl3&nbsp; <input type="number" name="addonqty[{$num}]" value="{$addon.qty}" class="form-control text-center" 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-default btn-xs" style="height:25px !important; padding-top: 2px;">
 																		{$LANG.orderForm.update}
 																	</button>
@@ -554,7 +554,7 @@
                                             {if $showUpgradeQtyOptions}
                                                 <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
                                                     {if $upgrade->allowMultipleQuantities}
-                                                        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}" />
+                                                        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}" />
                                                         <button type="submit" class="btn btn-default btn-xs" style="height:25px !important; padding-top: 2px;">
                                                             {$LANG.orderForm.update}
                                                         </button>