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:
Jitendra Singh 2020-07-28 18:15:40 +05:30 committed by GitHub
commit 619659be31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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'] }}"