We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the search result page is very slow when we use sebwite-sidebar. if we disable this module search result is loading is very fast.
The text was updated successfully, but these errors were encountered:
now it's working fine.
$objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $category = $objectManager->get('Magento\Framework\Registry')->registry('current_category');//get current category if(isset($category)){ $current_name = ($category != null ? $category->getName() : ""); ?>
Sorry, something went wrong.
No branches or pull requests
the search result page is very slow when we use sebwite-sidebar.
if we disable this module search result is loading is very fast.
The text was updated successfully, but these errors were encountered: