From 4edbd829677f38ef261325f4e1e5ded8e5db7e19 Mon Sep 17 00:00:00 2001 From: Vivek Sharma Date: Sat, 8 Feb 2020 13:46:48 +0530 Subject: [PATCH] [Fixed: issue #2391 has been fixed.] --- .../src/Resources/views/shop/layouts/footer/index.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/footer/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/footer/index.blade.php index 416894aba..71eebfb6e 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/footer/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/footer/index.blade.php @@ -8,7 +8,9 @@ @include('shop::layouts.footer.top-brands') @endif --}} - @include('shop::layouts.footer.copy-right') + @if (core()->getConfigData('general.content.footer.footer_toggle')) + @include('shop::layouts.footer.copy-right') + @endif