• ricop

    (@ricop)


    How can we show a custom meta box from another plugin on your product add/edit screen for vendors? Adding those options through custom fields wouldn’t help as that meta box uses its own custom table and dependent dropdowns.

    Is there a hook or some other method that we can use?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Use this hook for adding metabox – end_wcfm_products_manage

    Use this filter for saving those fields values – after_wcfm_products_manage_meta_save

    Thread Starter ricop

    (@ricop)

    So there is no such way by which I can simply show a metabox on the frontend, which is already being shown in the backend panel, by just writing a single line code?

    Thread Starter ricop

    (@ricop)

    Hi @wclovers , just doing a quick follow up on my question above ^

    Plugin Author WC Lovers

    (@wclovers)

    So there is no such way by which I can simply show a metabox on the frontend, which is already being shown in the backend panel, by just writing a single line code?

    – Well, backend metabox also not crated using a single line of code.

    WP backend and frontend works separately. So, it’s not possible to add/show any backed module directly in frontend.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Vendor Product add/edit – custom metabox’ is closed to new replies.