• As the topic title says what I want is to customize the display of upsell products from grid display to table-list display

    Thank you in advance for your time and help !

    Yorgo

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    Look at the various list table classes in wp-admin/includes/. They all extend WP_List_Table. You will do the same, use the existing extended classes as examples. Certain methods must be over-ridden in your class, others only as needed, these are documented in comments.

    Thread Starter Yorgos

    (@yorgos)

    Could you give me an example, cause I’m not sure if I have understand .

    Thank you for helping!

    Moderator bcworkz

    (@bcworkz)

    I’m afraid an example here wouldn’t suffice, it’s not that simple. The examples are all in wp-admin/includes/. The appropriate files all have the form class-*-list-table.php.

    After re-reading your post, the list tables may be serious overkill. Maybe you just need to change the table tags used to construct the grid into list tags so a simple list is generated. I’m now not sure what you’re after, can you post a link to any site that has the format you’re after?

    The list tables are used in the WP back end to show posts, pages, comments, etc. Is that what you’re after, with multiple columns, action links, filters, etc.? Or just a full width display of each item?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘woocommerce upsell products display as tabel-list’ is closed to new replies.