Merge branch 'ticket-14904-achatexpressmobile' into develop
Conflicts: themes/site_mobile/css/style.css
This commit is contained in:
commit
9012485ba3
@ -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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user