• Resolved kincau2

    (@kincau2)


    Hi, I created a custom view order page by calling

    do_action( 'woocommerce_view_order', $order_id );

    in my custom shortcode. Everything is displayed correctly as well as the upload table . However when click on “upload file” button and select file, the file didnt upload and it seems the ajax code behind is not fired.

    I have tried using the code above and

    wc_get_template(
      'myaccount/view-order.php',
      array(
    	 'order' => $order,
    	 'order_id' => $order_id,
           )
    );

    the issue remain the same.

    Please let me know if the upload function is only fired when its display under woocommerce my-account end-point.

    Many thank!

Viewing 1 replies (of 1 total)
  • Plugin Support jmatiasmastro

    (@jmatiasmastro)

    @kincau2

    Hello mate, we inform you that it is possible that it is failing, you must follow the same “html” structure in which the native WooCommerce “View order” has.

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘custom view order page upload issue’ is closed to new replies.