Show Empty Categories on Catalog Page - Magento 2How to link between two categories in different root catalog?Assigning Products to Catalog CategoriesShow only parent categories and sub-categories in left navMagento 2 categories importImported Products Not In Catalog --> Manage ProductsMagento 2 : How to Create Product Attribute With All Active Categories DropDownMagento 2 : How to Show All Active Categories in Layered Navigation With Its Sub-categories?Show star rating on Catalog list page Magento 2How to hide the categories which has no product from topmenu in Magento2Show secondary categories in layered navigation

Re-submission of rejected manuscript without informing co-authors

Pristine Bit Checking

Domain expired, GoDaddy holds it and is asking more money

Ideas for 3rd eye abilities

New order #4: World

How to move the player while also allowing forces to affect it

Finding files for which a command fails

Prime joint compound before latex paint?

What is the meaning of "of trouble" in the following sentence?

How can I fix this gap between bookcases I made?

How to manage monthly salary

Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?

Doomsday-clock for my fantasy planet

Lied on resume at previous job

Why airport relocation isn't done gradually?

Calculate Levenshtein distance between two strings in Python

Are cabin dividers used to "hide" the flex of the airplane?

Extreme, but not acceptable situation and I can't start the work tomorrow morning

Need help identifying/translating a plaque in Tangier, Morocco

Is a vector space a subspace of itself?

Why do UK politicians seemingly ignore opinion polls on Brexit?

Can I legally use front facing blue light in the UK?

Does a dangling wire really electrocute me if I'm standing in water?

Is it wise to focus on putting odd beats on left when playing double bass drums?



Show Empty Categories on Catalog Page - Magento 2


How to link between two categories in different root catalog?Assigning Products to Catalog CategoriesShow only parent categories and sub-categories in left navMagento 2 categories importImported Products Not In Catalog --> Manage ProductsMagento 2 : How to Create Product Attribute With All Active Categories DropDownMagento 2 : How to Show All Active Categories in Layered Navigation With Its Sub-categories?Show star rating on Catalog list page Magento 2How to hide the categories which has no product from topmenu in Magento2Show secondary categories in layered navigation






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I want to show all categories, even if they have no products in them.



How can I achieve something like this?



Empty Category Example










share|improve this question














bumped to the homepage by Community 32 secs ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.





















    0















    I want to show all categories, even if they have no products in them.



    How can I achieve something like this?



    Empty Category Example










    share|improve this question














    bumped to the homepage by Community 32 secs ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      0












      0








      0








      I want to show all categories, even if they have no products in them.



      How can I achieve something like this?



      Empty Category Example










      share|improve this question














      I want to show all categories, even if they have no products in them.



      How can I achieve something like this?



      Empty Category Example







      magento2 catalog cataloginventory






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 16 '16 at 17:04









      CamCam

      1385




      1385





      bumped to the homepage by Community 32 secs ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 32 secs ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          I believe that you'll need to override the Magento/LayeredNavigation/view/frontend/templates/layer/view.phtml template. Here is the relevant code:



          <?php foreach ($block->getFilters() as $filter): ?>
          <?php if (!$wrapOptions): ?>
          <strong role="heading" aria-level="2" class="block-subtitle filter-subtitle"><?php /* @escapeNotVerified */ echo __('Shopping Options') ?></strong>
          <dl class="filter-options" id="narrow-by-list">
          <?php $wrapOptions = true; endif; ?>
          <?php if ($filter->getItemsCount()): ?>
          <dt role="heading" aria-level="3" class="filter-options-title"><?php echo $block->escapeHtml(__($filter->getName())) ?></dt>
          <dd class="filter-options-content"><?php /* @escapeNotVerified */ echo $block->getChildBlock('renderer')->render($filter); ?></dd>
          <?php endif; ?>
          <?php endforeach; ?>


          I believe that this line is what you will want to remove: <?php if ($filter->getItemsCount(): ?>. Obviously, override the core file, don't edit it directly.



          If you have any questions, please let me know!






          share|improve this answer























          • All that does is remove the entire "category type" from the block. I want the category children that are 0 to be visible.

            – Cam
            Dec 17 '16 at 14:33












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f150707%2fshow-empty-categories-on-catalog-page-magento-2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          I believe that you'll need to override the Magento/LayeredNavigation/view/frontend/templates/layer/view.phtml template. Here is the relevant code:



          <?php foreach ($block->getFilters() as $filter): ?>
          <?php if (!$wrapOptions): ?>
          <strong role="heading" aria-level="2" class="block-subtitle filter-subtitle"><?php /* @escapeNotVerified */ echo __('Shopping Options') ?></strong>
          <dl class="filter-options" id="narrow-by-list">
          <?php $wrapOptions = true; endif; ?>
          <?php if ($filter->getItemsCount()): ?>
          <dt role="heading" aria-level="3" class="filter-options-title"><?php echo $block->escapeHtml(__($filter->getName())) ?></dt>
          <dd class="filter-options-content"><?php /* @escapeNotVerified */ echo $block->getChildBlock('renderer')->render($filter); ?></dd>
          <?php endif; ?>
          <?php endforeach; ?>


          I believe that this line is what you will want to remove: <?php if ($filter->getItemsCount(): ?>. Obviously, override the core file, don't edit it directly.



          If you have any questions, please let me know!






          share|improve this answer























          • All that does is remove the entire "category type" from the block. I want the category children that are 0 to be visible.

            – Cam
            Dec 17 '16 at 14:33
















          0














          I believe that you'll need to override the Magento/LayeredNavigation/view/frontend/templates/layer/view.phtml template. Here is the relevant code:



          <?php foreach ($block->getFilters() as $filter): ?>
          <?php if (!$wrapOptions): ?>
          <strong role="heading" aria-level="2" class="block-subtitle filter-subtitle"><?php /* @escapeNotVerified */ echo __('Shopping Options') ?></strong>
          <dl class="filter-options" id="narrow-by-list">
          <?php $wrapOptions = true; endif; ?>
          <?php if ($filter->getItemsCount()): ?>
          <dt role="heading" aria-level="3" class="filter-options-title"><?php echo $block->escapeHtml(__($filter->getName())) ?></dt>
          <dd class="filter-options-content"><?php /* @escapeNotVerified */ echo $block->getChildBlock('renderer')->render($filter); ?></dd>
          <?php endif; ?>
          <?php endforeach; ?>


          I believe that this line is what you will want to remove: <?php if ($filter->getItemsCount(): ?>. Obviously, override the core file, don't edit it directly.



          If you have any questions, please let me know!






          share|improve this answer























          • All that does is remove the entire "category type" from the block. I want the category children that are 0 to be visible.

            – Cam
            Dec 17 '16 at 14:33














          0












          0








          0







          I believe that you'll need to override the Magento/LayeredNavigation/view/frontend/templates/layer/view.phtml template. Here is the relevant code:



          <?php foreach ($block->getFilters() as $filter): ?>
          <?php if (!$wrapOptions): ?>
          <strong role="heading" aria-level="2" class="block-subtitle filter-subtitle"><?php /* @escapeNotVerified */ echo __('Shopping Options') ?></strong>
          <dl class="filter-options" id="narrow-by-list">
          <?php $wrapOptions = true; endif; ?>
          <?php if ($filter->getItemsCount()): ?>
          <dt role="heading" aria-level="3" class="filter-options-title"><?php echo $block->escapeHtml(__($filter->getName())) ?></dt>
          <dd class="filter-options-content"><?php /* @escapeNotVerified */ echo $block->getChildBlock('renderer')->render($filter); ?></dd>
          <?php endif; ?>
          <?php endforeach; ?>


          I believe that this line is what you will want to remove: <?php if ($filter->getItemsCount(): ?>. Obviously, override the core file, don't edit it directly.



          If you have any questions, please let me know!






          share|improve this answer













          I believe that you'll need to override the Magento/LayeredNavigation/view/frontend/templates/layer/view.phtml template. Here is the relevant code:



          <?php foreach ($block->getFilters() as $filter): ?>
          <?php if (!$wrapOptions): ?>
          <strong role="heading" aria-level="2" class="block-subtitle filter-subtitle"><?php /* @escapeNotVerified */ echo __('Shopping Options') ?></strong>
          <dl class="filter-options" id="narrow-by-list">
          <?php $wrapOptions = true; endif; ?>
          <?php if ($filter->getItemsCount()): ?>
          <dt role="heading" aria-level="3" class="filter-options-title"><?php echo $block->escapeHtml(__($filter->getName())) ?></dt>
          <dd class="filter-options-content"><?php /* @escapeNotVerified */ echo $block->getChildBlock('renderer')->render($filter); ?></dd>
          <?php endif; ?>
          <?php endforeach; ?>


          I believe that this line is what you will want to remove: <?php if ($filter->getItemsCount(): ?>. Obviously, override the core file, don't edit it directly.



          If you have any questions, please let me know!







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 17 '16 at 4:34









          tjonstjons

          1,756717




          1,756717












          • All that does is remove the entire "category type" from the block. I want the category children that are 0 to be visible.

            – Cam
            Dec 17 '16 at 14:33


















          • All that does is remove the entire "category type" from the block. I want the category children that are 0 to be visible.

            – Cam
            Dec 17 '16 at 14:33

















          All that does is remove the entire "category type" from the block. I want the category children that are 0 to be visible.

          – Cam
          Dec 17 '16 at 14:33






          All that does is remove the entire "category type" from the block. I want the category children that are 0 to be visible.

          – Cam
          Dec 17 '16 at 14:33


















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f150707%2fshow-empty-categories-on-catalog-page-magento-2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

          Fil:Tokke komm.svg

          Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?