hook to add fields to the “Delivery” tab?

MultivendorX

Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #193302
      l.gan
      Participant

      Hello

      Can you please tell me a hook to add fields to the “Delivery” tab?

      For woocommerce, I use a hook “woocommerce_product_options_shipping” and it works great.
      What is the hook for your plugin?
      And what should be in id=”???”

      function add_custom_product_data_content( $pro_class_obj, $product, $post ) {

      <div role=”tabpanel” class=”tab-pane fade” id=”???”>
      <div class=”row-padding”>
      </div>
      </div>

      }
      add_action(‘????’, ‘add_custom_product_data_content’, 10, 3 );

      Thank you

    • #193314
    • #193318
      l.gan
      Participant

      Thank you, I have this information, but I need to add it to the “Delivery” tab.

    • #193404

      @l.gan Kindly use the below hook
      mvx_frontend_dashboard_product_options_shipping

      • #193469
        l.gan
        Participant

        Thanks a lot, great support!

    • #193472

      You are welcome @l.gan

Viewing 4 reply threads

The topic ‘hook to add fields to the “Delivery” tab?’ is closed to new replies.