Merge pull request #3565 from akhtarkhan1/searchProduct
filter tag is out of box in search key term for long product name #3445
This commit is contained in:
commit
619659be31
|
|
@ -6,7 +6,9 @@
|
|||
|
||||
@section('page-detail-wrapper')
|
||||
@if ($addresses->isEmpty())
|
||||
|
||||
<a href="{{ route('customer.address.create') }}" class="theme-btn light unset address-button">
|
||||
|
||||
{{ __('shop::app.customer.account.address.index.add') }}
|
||||
</a>
|
||||
@endif
|
||||
|
|
@ -83,9 +85,16 @@
|
|||
|
||||
@if ($addresses->isEmpty())
|
||||
<style>
|
||||
|
||||
a#add-address-button {
|
||||
position: absolute;
|
||||
margin-top: 92px;
|
||||
}
|
||||
|
||||
.address-button {
|
||||
position: absolute;
|
||||
margin-top: 92px;
|
||||
}
|
||||
|
||||
</style>
|
||||
@endif
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
class="product-image-container">
|
||||
|
||||
<img
|
||||
loading="lazy"
|
||||
loading="lazy"
|
||||
class="card-img-top"
|
||||
alt="{{ $product->name }}"
|
||||
src="{{ $productBaseImage['large_image_url'] }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue