• Resolved rvoelker

    (@rvoelker)


    WCCM – 4.0.7
    WC – 2.5.5
    WP – 4.5.1
    Theme Fusion – Avada
    ————
    ..just found this plug-in and would LOVE for one of the features to work for me. Would totally appreciate any input you have.

    Here’s my main issue:
    The “Upload File” feature doesn’t actually upload a file on the check-out nor My Account(view order) pages. I get the file selection UI, a thumbnail of the selected file, a generic “Choose File” button with the name of the selected file and a repeat of the “Upload” button along with the trash/zoom/edit buttons. If I click the Upload button again, I get the file selection dialog again. Nothing there to make the file actually..upload..

    PHP error log shows:

    PHP Warning:  basename() expects parameter 1 to be string, array given in /var/www/html/wp-content/plugins/woocommerce-checkout-manager/includes/template.php on line 39, referer: https://shop.com/checkout/

    Files do upload correctly from within the order in the Woo Orders area. (File selection UI allows selection of file and then subsequent message about “Uploading Files…”)

    I think I also experienced a jquery error or two but am not sure how to relay details.
    Navigating between Billing Address and Review & Payment tabs (but this may have been me not completing the billing info)
    Unable to close the Edit modal window after selecting a file to upload(type png) AND if any of the edit sliders are clicked. e.g., I can close with Save or Close button as long as I haven’t also made any editing adjustments.

    Thanks for whatever help you offer. Working, and a few tweaks, and this would be a premium plug-in for us.

    Site not available to general public yet
    https://www.ads-software.com/plugins/woocommerce-checkout-manager/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi rvoelker, thanks for raising this. Yeah File Upload is not pretty, I’m in the process of pulling it apart and rebuilding it (I’ve already pulled it apart but it’s a big feature with alot of callbacks and tie in’s to different areas of WooCommerce).

    Can you clarify whether it’s a Billing/Shipping/Additional File Picker so that I can reproduce this within the different upload screens:

    – Checkout screen
    – My Account > View Order screen
    – WordPress Administration > Edit Order screen

    ??

    Thread Starter rvoelker

    (@rvoelker)

    My apologies..I think I may have missed the request for additional information.

    We are now working with:
    WCCM: 4.08
    WC: 2.6.1
    WP: 4.5.3

    – Checkout screen
    Clicking upload button produces file picker
    After selecting a PDF file in the picker the upload changes to three buttons: Zoom, Edit and Delete. The name of the selected file is listed above the buttons. NO file appears to have been uploaded.

    – My Account > View Order screen
    A trash can and Upload Files button are visible. Clicking the Upload Files button produces a file picker, lets me choose one and after clicking “OK”, the upload button goes dim and stays dim. No file appears to have been uploaded.

    – WordPress Administration > Edit Order screen
    In the Order Uploaded Files section there are two buttons: Add Order Files and Save Changes. Clicking Add Order Files produces a file picker and after selecting one the text next to the buttons changes to “Files Uploaded Successfully”. No file appears to have been uploaded.

    As a side note, clicking “Save Changes” changes the text message to “Deleted Successfully”.

    Any hope? (*I think this plugin may be precisely what I need if you can get it working)

    Thanks again…

    Any new development on this topic?
    I would love to see the upload working!

    Hi,

    agree with rvoelker above, i can’t find the file upload system in checkout working well. Hopefully you can fix this issue as soon as you could.

    Thanks for building this great plugin!

    Hi Woohoo61, just been busy, I’ll be looking at this with fresh eyes next week ??

    Hi,
    In View Order, Clicking the Upload Files button produces a file picker, lets me choose one and after clicking “OK”, the upload button goes dim and stays dim. No file appears to have been uploaded.
    I ran Developer tool in Chrome and found the following:
    Uncaught ReferenceError: pdf is not defined
    var file_array = [“pdf”,”jpg”,”png”];
    var wooempt = pdf,jpg,png;

    The variable wooempt value is not enclosed with single quote. Hope this will help Michael Visser.
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Uploads At Check Out not working’ is closed to new replies.