• Resolved stagezero

    (@stagezero)


    This may be to technical. But im currently using third party plugin that enables multiple vendors.
    Now my problem is that the plugin lacks the ability for Vendors to edit orders, like woocommerce can do in wp-admin.
    Now im looking to try go call this Metabox to replace the order form on the front end.
    All i want is to hook this to the front end of the website (view order form)
    add_meta_box( 'woocommerce-order-items', __( 'Items', 'woocommerce' ), 'WC_Meta_Box_Order_Items::output', $type, 'normal', 'high' );

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    Hey @stagezero – while you’re welcome to explore these topics, I’d advise you to find help with the developers of this plugin.

    That said, here’s a list to the available WooCommerce hooks. I’m not 100% sure exactly where you’re looking to hook this, but this list will get you started: https://docs.woocommerce.com/wc-apidocs/hook-docs.html

    Also, a plugin like WP Inspect will give you a visual overview of all the active hooks on a page (please note that on some WooCommerce pages this plugin will make it load super slow)

    Plugin Support Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce Meta Box’ is closed to new replies.