Merge branch 'ticket-14904-achatexpressmobile' into develop

Conflicts:
	themes/site_mobile/css/style.css
This commit is contained in:
Michael RICOIS 2018-01-11 11:33:04 +01:00
commit 9012485ba3
2 changed files with 2 additions and 1 deletions

View File

@ -5361,4 +5361,5 @@ body#order-detail table#order-product tbody tr.item tr.title span.quantity{
bottom: 12px;
border-radius: 20px;
right: 0;
z-index: 10000;
}

View File

@ -465,7 +465,7 @@
{assign var="qtySelected" value=$product->minimal_quantity}
{/if}
{/if}
{for $qty=1 to 12}
{for $qty=1 to 10}
<option value="{$qty}"{if $qtySelected == $qty} selected{/if}>{$qty}</option>
{/for}
</select>