Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
140 views
in Technique[技术] by (71.8m points)

php - Attach uploaded file as order comment to an order id that yet not exist

Confusing - title - here is the challenge:

I have an gravity form that creates an order, and any attached file will be attached as an order comment. This works well and all.

I have an Gravity upload form on my basket page. A file uploaded here is something I want to attach to the order if the user uploads a file and then goes to the next steps and create the order. Since the order doesn't exist and there is no order ID yet, iím scratching my head.

Is it possible to to set a flag of some sort in the current session (user might not be logged in) for the uploaded file and then attach it to the created order?

Part of code I use for my working upload:

    $upload_url = GFFormsModel::get_upload_url( $entry[ '27' ] );
    $filename = str_replace( $upload_url, $upload_path, $entry[ '27' ] );   
    if( $filename != '' ){
    $order->add_order_note('<a href='.$filename.' target="_blank">Uploaded 
    file</a>');
    }    
    $order->set_customer_note( $note );
question from:https://stackoverflow.com/questions/65841580/attach-uploaded-file-as-order-comment-to-an-order-id-that-yet-not-exist

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

56.9k users

...