We’re currently experiencing a high volume of inquiries and our response time could be up to 2 days. We apologize for the delay, and thank you for your patience. Our available time: 2 AM - 1 PM (Monday - Friday) (UTC+0 Timezone).

Okay
  Public Ticket #2724117
problem regarding showing side bar ctegories
Closed

Comments

  •  2
    avasamall started the conversation

    Hello, i have one doubt that when i search any product then in that screen in sidebar the product categories shows different category rather than showing its related or parents categories ! whay this happens?


    You can check this on given url that i want to show side with searched related categories and it showing all type of categories

  •  2,562
    Support replied

    Hi,

    Please extract the attachment and replace file platform/themes/shopwise/views/ecommerce/includes/filters.blade.php

    Add to Admin -> Appearance -> Custom CSS:

    .widget_categories li.active a {    
        color: var(--color-1st);
    }

    Then it will highlight the current category.

    1072346536.png


  •  2
    avasamall replied

    Thank you very much for your help !!

  •  2
    avasamall replied

    hello i want to show only related products on sidebar not all products 

    so what can i do ??


  •  2,562
    Support replied

    Hi,

    You can modify it in platform/themes/shopwise/views/ecommerce/includes/filters.blade.php 

    8402691113.png


  •  2
    avasamall replied

    I don't know how to do this please help me with that !

  •  2,562
    Support replied

    Hi,

    Please extract the attachment and replace file platform/themes/shopwise/views/ecommerce/includes/filters.blade.php.

    It will hide other categories.

    Like this:

  •  2
    avasamall replied

    sir it will hide  the categories but i also want to list all the subcategories please help !!

  •  2,562
    Support replied

    Hi,

    Sorry, we don't have the option to display subcategories there.

  •  2
    avasamall replied

    but if i want to do that can you please help me with that.

  •  2,562
    Support replied

    Hi,

    Sorry, we don't support code customization. It will take time to modify it.