• Resolved pirate_hj

    (@pirate_hj)


    Hey,Thanks for nice plugin!
    I see the thumbnail view is default, Is there a way that list view could be shown at first??
    https://hermadeals.com/product-deals/ This is the issue page, since Thumbnail’s excluded, there’s no item on the page. It would be great if you help me on this.
    Sincerely,
    HeeJae

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter pirate_hj

    (@pirate_hj)

    Also could it show the latest product first?

    Hi Heejae,

    To make list view to default display. You can use starting_layout attribute in existing shortcode. For example:
    [product-catalogue id='X' starting_layout='List']
    Excluding layout should not create issue for reloading catalogue. However, you can try this and see if it can fix the issue.

    For latest product first. The products are arranged in the order in which they are created in that category.In order to arrange the products in each category, you would have to select a category in the Category list under the Categories tab in the plugin dashboard. Inside the Category details, you will see the list of all products that are in that category. You may drag and drop these products in order to arrange them in the way that you want them to appear in the product catalogue. An easier option would be to use the “Sort Items Alphabetically (A-Z)” button at the bottom of the list which will give you an ascending or descending alphabetical order for your products.

    Thank you

    Thread Starter pirate_hj

    (@pirate_hj)

    Thanks for quick answer ??
    I tried the short code, it didn’t show well.. like this seems like showing list as default but there’s no image or borders..

    Okay there isn’t way to order by date other than drag and drop then? Thanks

    Hi Heejae,

    List mode is meant to be text only, while the Thumbnail and Details modes show the product image.

    If you want to keep the List mode as the default, here’s some code you can add to the “Custom CSS” box in the Edit catalogue page, which will add a light grey background to each category title (basically acting like a separator between categories):

    .prod-cat-category.upcp-list-category .prod-cat-category-label.upcp-list-category-label .prod-cat-category-name {
        background: #f1f1f1;}
    Thread Starter pirate_hj

    (@pirate_hj)

    Thanks for the css!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘list as default’ is closed to new replies.