• Resolved ssoulless

    (@ssoulless)


    I found you can add custom validation while creating the product on the popup with the following hook

    dokan_new_product_popup_args

    However I can’t find a way to add more validation on the product edit page once it is created. Any clue? Thanks

Viewing 1 replies (of 1 total)
  • Nazmul Hassan

    (@nazmulhassann20)

    Hello @ssoulless,

    Thanks for your query. You can use this hook do_action( 'dokan_product_updated', $post_id, $postdata ) which will fire during editing the product.

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘How to add custom validation on product edit page’ is closed to new replies.