• Resolved veldad

    (@veldad)


    I need a shortcode that displays all products sorted by Category and Sub-category.

    From the option Catalog Overview Mode, I configured “Categories and Sub-Categories” since I needed it in the main Catalog.

    Basically, I created a new catalog that houses only one category and I used the shortcode [product-catalogue id=’3’ category=’6′] for this. It only displays the Category that I need to click, then sub-Categories. Requirement is to have ALL products under that specific category will be displayed without clicking the hierarchies.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter veldad

    (@veldad)

    I think a quick fix is to have individual settings for Catalog Overview Mode on each catalogs created. Is there another way around this?

    • This reply was modified 8 years, 2 months ago by veldad.
    Thread Starter veldad

    (@veldad)

    Hi Veldad,

    You can enable the catalogue overview mode for a specific catalogue by using the overview_mode attribute in your shortcode.

    For Example

    
    [product-catalogue id=’X’ overview_mode=’Full’]
    

    or

    
    [product-catalogue id=’X’ overview_mode=’Cats’]
    

    That being said, if you don’t want hierarchies, don’t use catalogue overview mode.

    If you use the shortcode you mentioned (i.e. [product-catalogue id=’3’ category=’6′]) and turn off catalogue overview mode, then it should display how you want.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category / Sub-category problems’ is closed to new replies.