[Fixed: Issue #2402 has been resolved.]
This commit is contained in:
parent
e78e61d989
commit
b95636e2ec
|
|
@ -3,6 +3,14 @@
|
|||
@inject ('toolbarHelper', 'Webkul\Product\Helpers\Toolbar')
|
||||
{{-- @include('shop::UI.product-quick-view') --}}
|
||||
|
||||
@push('css')
|
||||
<style type="text/css">
|
||||
.list-card .wishlist-icon i {
|
||||
padding-left: 10px;
|
||||
}
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
@php
|
||||
if (isset($checkmode) && $checkmode && $toolbarHelper->getCurrentMode() == "list") {
|
||||
$list = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue