Merge branch 'master' into optimization
This commit is contained in:
commit
d2b032a4d1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"/js/velocity.js": "/js/velocity.js?id=944363ef9b7fd3a4f15d",
|
"/js/velocity.js": "/js/velocity.js?id=a45dba1beb5c6f79193d",
|
||||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||||
"/css/velocity.css": "/css/velocity.css?id=c0ee0beda342603e1144"
|
"/css/velocity.css": "/css/velocity.css?id=562e19f8c4e4916566d7"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -685,8 +685,8 @@
|
||||||
|
|
||||||
.product-quantity {
|
.product-quantity {
|
||||||
.quantity {
|
.quantity {
|
||||||
float: left;
|
display: inline-flex;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
:onerror="`this.src='${this.$root.baseUrl}/vendor/webkul/ui/assets/images/product/large-product-placeholder.png'`">
|
:onerror="`this.src='${this.$root.baseUrl}/vendor/webkul/ui/assets/images/product/large-product-placeholder.png'`">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="product-details-content col-7 pr0">
|
<div class="product-details-content col-6 pr0">
|
||||||
<div class="row item-title no-margin">
|
<div class="row item-title no-margin">
|
||||||
<a
|
<a
|
||||||
href="{{ route('shop.productOrCategory.index', $url_key) }}"
|
href="{{ route('shop.productOrCategory.index', $url_key) }}"
|
||||||
|
|
@ -161,13 +161,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="product-quantity col-2 no-padding">
|
<div class="product-quantity col-3 no-padding">
|
||||||
<div class="row">
|
<quantity-changer
|
||||||
<quantity-changer
|
:control-name="'qty[{{$item->id}}]'"
|
||||||
:control-name="'qty[{{$item->id}}]'"
|
quantity="{{ $item->quantity }}">
|
||||||
quantity="{{ $item->quantity }}">
|
</quantity-changer>
|
||||||
</quantity-changer>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="product-price fs18 col-1">
|
<div class="product-price fs18 col-1">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue