question

jollyraiyani avatar image
jollyraiyani asked javichaques commented

Create Order with customer id associate ?

Hello,
I want to move from my app to clover register app to create new order with associate customer I m try this to open register app with customer id

Intent intent = new Intent("com.clover.intent.action.START_REGISTER");
intent.putExtra("clover.intent.extra.CUSTOMER_ID",profiles.get(0).getId());

But order generate without customer id can u suggest me what to do create order with customer
OrdersCustomers
4 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ commented ·

Did you try creating the order, add the customer to the order, then starting register giving it that order ID?

0 Likes 0 ·
javichaques avatar image javichaques Jeffrey Blattman ♦♦ commented ·

I'm doing this and some times works and some times create two orders, my order and a new order.

0 Likes 0 ·
Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ javichaques commented ·

Really hard to comment since I can't see your code and you don't list any steps to reproduce. If you want to pursue the bug please read the "Asking & Answering questions" link above and provide an MCVE that reproduces the problem.

0 Likes 0 ·
Show more comments

1 Answer

javichaques avatar image
javichaques answered
I have the same problem here, @jollyraiyani how u resolved it?
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community