|
|
@@ -316,7 +316,7 @@
|
|
|
{/if}
|
|
|
</div>
|
|
|
{if $showqtyoptions}
|
|
|
- <div class="col-sm-2 item-qty">
|
|
|
+ <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
|
|
|
{if $product.allowqty}
|
|
|
Anzahl <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;">
|
|
|
@@ -363,7 +363,7 @@
|
|
|
</div>
|
|
|
<!-- Addon Quantity Options -->
|
|
|
{if $showAddonQtyOptions}
|
|
|
- <div class="col-sm-2 item-qty">
|
|
|
+ <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"> -->
|
|
|
@@ -411,7 +411,7 @@
|
|
|
{/if}
|
|
|
</div>
|
|
|
{if $showAddonQtyOptions}
|
|
|
- <div class="col-sm-2 item-qty">
|
|
|
+ <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
|
|
|
{if $addon.allowqty === 2}
|
|
|
Anzahl <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;">
|
|
|
@@ -552,7 +552,7 @@
|
|
|
</span>
|
|
|
</div>
|
|
|
{if $showUpgradeQtyOptions}
|
|
|
- <div class="col-sm-2 item-qty">
|
|
|
+ <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
|
|
|
{if $upgrade->allowMultipleQuantities}
|
|
|
Anzahl <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;">
|