• Resolved Denis B

    (@denis-b-1)


    Hello
    The defaut version (free one) propose 3 product catalog layouts (thumbnail, detail and list)
    Is that possible to exclude the layout options ?
    is that possible to show only the detail layout int he product page?
    Thank you in advance for your reply
    Best regards
    Seb

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Seb,

    In this case, you can use the excluded_layouts and starting_layout attributes in your shortcode.

    Here’s an example of code you can use in your page:

    
    [product-catalog id='1' excluded_layouts='Thumbnail, List'?starting_layout='Detail']
    

    As it looks like intend to only use one layout, here’s some CSS you can enter in your Catalogue’s “Custom CSS” box to hide the layout switcher tab at the top of your category page:

    
    .prod-cat-header-div {display:none;}
    

    Hi, is it possible to set the list view as the default view?

    Hi Seb,

    It certainly is. We showed you how to do this in our last post. Just change starting_layout to List instead of Detail. Of course, you’d have to make sure you aren’t excluding the layout you choose as your starting layout.

    Thread Starter Denis B

    (@denis-b-1)

    Hello All
    sorry for the delay : yes I succeed thank’s to your help.
    I save only the list layout
    I used the CSS code to hide the layout header.
    thank you very much
    Seb

    Hi, thanks for that, sorry, I am not sure which page I am editing?
    Liz

    Hi Liz,

    If you’re talking about the excluding of the layouts, then you’ll just want to modify your shortcode, which should be on the page you have your catalog on.

    If you’re talking about the custom CSS you can add that to the “Custom CSS” box for your catalog, which is found by going to the “Catalogues” tab and clicking on your catalog.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘product catalog layouts’ is closed to new replies.