• Resolved galjega

    (@galjega)


    Hi everyone,

    After updating Woocommerce (to 3.5.6) I can’t see my datepicker custom post field when editing product from vendor dashboard. Toolset is version 2.3.5 (tried with 2.3.4 also). WordPress is 5.1, WC Marketplace is 3.3.3.

    Any help? Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @galjega, sorry for the inconvenience.

    Currently, our addon WCMp Advance Frontend Manager supports Toolset only.

    However, you can add the custom tab in the add product page of WC Marketplace using our filter. If you want, we can share the filter list with you.

    Thread Starter galjega

    (@galjega)

    Thanks for reply!

    This means that it is not possible with just WCMp + Toolset only? I need to have WCMp Advance Frontend Manager?

    Best!

    @galjega yes it’s possible by doing some bits of custom coding. Just add your toolsets fields for product using this do_action( 'wcmp_after_product_excerpt_metabox_panel', $post->ID ) hook and save your posted data on this do_action( 'wcmp_process_product_object', $product, $_POST ) hook.

    Thread Starter galjega

    (@galjega)

    @dualcube,

    Thanks for suggestion. I would like to see filter list regarding inserting datepicker post field in vendor dashboard/product manager/edit option. I want to allow vendors to pick a date.

    Should I put it in functions.php?

    Best,

    @galjega, please refer to the filters shared by @itzmekhokan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WC Marketplace + Toolset Types’ is closed to new replies.