Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author YITHEMES

    (@yithemes)

    You should find the attached file in the edit order page, not in WooCommerce menu.

    Thread Starter devpat

    (@patrykm)

    Yes I check it on edit order page. In the right upper corner I have block “YITH Additional Uploads” and information – for the order are not included any files.

    Plugin Author YITHEMES

    (@yithemes)

    We just checked and the file uploaded is available on the order page,
    please double check that the file was uploaded correctly.

    Thread Starter devpat

    (@patrykm)

    Yes I checked several times. I add file, then click Upload and have green tick upload completed. In edit order there is no file.

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    so you get an empty metabox?
    No link to download a file?
    Could you provide a screenshot of your edit order page?

    Thread Starter devpat

    (@patrykm)

    Yes, exactly.

    This is screen from my edit order page (acp is in polish language):
    https://oi68.tinypic.com/2evyebs.jpg

    Where is the “Edit order page” exactly? I cant find any uploaded files :/

    Thanks alot

    Plugin Author YITHEMES

    (@yithemes)

    Hi Evino,
    from your dashboard go to the WooCommerce->orders page and enter an order page, that is the edit order page.

    Same problem here. Files not displaying in right “YITH Additional Uploads” meta box.

    I made several orders by uploading files and it is always showing “There are no files attached to the order.”

    Found problem.

    I unchecked “Allow cart attachment” in admin settings as I dont want to show it on cart page.
    Commented following lines,

    //if ( $this->allow_on_cart_page ) {
    add_action ( “woocommerce_after_cart”, array ( $this, ‘show_upload_section_on_cart_page’ ) );
    add_action ( ‘woocommerce_checkout_order_processed’, array (
    $this,
    ‘attach_file_from_cart_to_order’,
    ), 10, 2 );
    //}

    and in function “attach_file_from_cart_to_order”, commented same if statement,
    // if ( $this->allow_on_cart_page ) {

    And is working fine now.

    Plugin Author YITHEMES

    (@yithemes)

    @venu Gopal Chaladi,
    it seems to be not related to the problem the OP asked for, right?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘No uploaded file in order menu’ is closed to new replies.