• Resolved spocket

    (@spocket)


    Hello,

    I am trying to figure out how the table lists (orders, products, coupons) are rendered in Woo. There is a class WC_Admin_List_Table_Products that extends abstract WC_Admin_List_Table. Within that class there are of course methods such as define_columns, prepare_row_data, render_columns etc. Instance of a given class is created in class WC_admin_post_types. So far so good. But sole creation of class instance is not enough to display the table list. BTW method display from WP_List_table is not available as WC_Admin_List_Table is an orphan and does not extend Wp_list_table.
    I want to create almost exact copy of the product table list and do not want to render table and all the stuff manually.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Moses M. (woo-hc)

    (@mosesmedh)

    Hi @spocket,

    I understand that you need help with creating an exact copy of the product table without manually rendering everything. While this is the WooCommerce support forum, your request involves customization, which goes beyond the scope of support provided here.

    For assistance, I’d recommend reaching out to an expert who can guide you through the process.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.