July 4, 2023 at 3:55 PM
#194066
Keymaster
Hello @srv46126. We have checked the code shared by you and got to know that using the above code you can only implement your required flow in the admin end. The code will not be effective to implement the flow on vendor end.
However you can implement your required flow for the the vendor using the below hook –
do_action( 'mvx_add_product_form_end' );






