Fixed layout issue in order and downloadable grid at customer #3472

This commit is contained in:
Akhtar Khan 2020-07-16 17:51:32 +05:30
parent de60d86b56
commit f114ba2dcb
4 changed files with 1 additions and 5 deletions

View File

@ -48,7 +48,6 @@ class HomeController extends Controller
*/
public function index()
{
$currentChannel = core()->getCurrentChannel();
$currentLocale = core()->getCurrentLocale();
@ -59,7 +58,6 @@ class HomeController extends Controller
->get()
->toArray();
return view($this->_config['view'], compact('sliderData'));
}

View File

@ -10,7 +10,6 @@
<meta name="description" content="{{ $page->meta_description }}" />
<meta name="keywords" content="{{ $page->meta_keywords }}" />
@endsection
@section('content-wrapper')

View File

@ -27,7 +27,7 @@
@endif
<div class="horizontal-rule"></div>
</div>
{!! view_render_event('bagisto.shop.customers.account.address.list.before', ['addresses' => $addresses]) !!}
<div class="account-table-content">

View File

@ -10,7 +10,6 @@
<div class="sign-up-text">
{{ __('shop::app.customer.login-text.no_account') }} - <a href="{{ route('customer.register.index') }}">{{ __('shop::app.customer.login-text.title') }}</a>
</div>
{!! view_render_event('bagisto.shop.customers.login.before') !!}