Merge remote-tracking branch 'upstream/master' into review-issue
This commit is contained in:
commit
673d063b37
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=fb4ac8dc03a1e11293ee",
|
||||
"/css/shop.css": "/css/shop.css?id=074a195b63f16fc2701d"
|
||||
"/css/shop.css": "/css/shop.css?id=284ea3a8ddc4b5fdf6e2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2844,7 +2844,7 @@ section.cart {
|
|||
|
||||
.misc-controls {
|
||||
position: relative;
|
||||
top: 300px;
|
||||
top: 320px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
|
@ -2889,8 +2889,7 @@ section.cart {
|
|||
.cart-content {
|
||||
.left-side {
|
||||
.misc-controls {
|
||||
display: block;
|
||||
top: 300px;
|
||||
top: 320px;
|
||||
|
||||
div {
|
||||
button {
|
||||
|
|
@ -2906,10 +2905,6 @@ section.cart {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.right-side {
|
||||
top: -100px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -170,11 +170,13 @@
|
|||
</div>
|
||||
|
||||
<div class="product-quantity col-3 no-padding">
|
||||
@if ($item->product->getTypeInstance()->showQuantityBox() === true)
|
||||
<quantity-changer
|
||||
:control-name="'qty[{{$item->id}}]'"
|
||||
quantity="{{ $item->quantity }}"
|
||||
quantity-text="{{ __('shop::app.products.quantity') }}">
|
||||
</quantity-changer>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
<div class="product-price fs18 col-1">
|
||||
|
|
@ -226,11 +228,13 @@
|
|||
|
||||
<div class="row col-12 remove-padding-margin actions">
|
||||
<div class="product-quantity col-lg-4 col-6 no-padding">
|
||||
@if ($item->product->getTypeInstance()->showQuantityBox() === true)
|
||||
<quantity-changer
|
||||
:control-name="'qty[{{$item->id}}]'"
|
||||
quantity="{{ $item->quantity }}"
|
||||
quantity-text="{{ __('shop::app.products.quantity') }}">
|
||||
</quantity-changer>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
<div class="col-4 cursor-pointer text-down-4">
|
||||
|
|
|
|||
Loading…
Reference in New Issue