Place New Order From Backend

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hello,



I there is a way to add an order from the backend of the Admin panel through a single form.

or is it possible for us to create a custom form to add order from backend, just like for an vendor or a single customer,

please help me.. If anyone has the solution of this.




Thanks & Regards,
CS Bairagi
6 years ago
[email protected] wrote:
Hello,

I there is a way to add an order from the backend of the Admin panel through a single form.

or is it possible for us to create a custom form to add order from backend, just like for an vendor or a single customer,

please help me.. If anyone has the solution of this.

Thanks & Regards,
CS Bairagi


Yes you can place order from Backend.

You should look place order action at order proccessing service.

You have to pass product ids, customer I'd and paymnet method name.

So,this way you can overcome your issue.
6 years ago
sk5202 wrote:


Yes you can place order from Backend.

You should look place order action at order proccessing service.

You have to pass product ids, customer I'd and paymnet method name.

So,this way you can overcome your issue.



Sir, If you have the code related to this please send me, I have tried but didn't get success..

any details related to the Order module code, that will help me.
6 years ago
Hello,

You can use impersonate order functionality that comes out of box with nopCommerce.

# Please go to Admin -> Customers -> Customers
# Edit any customer from whom account you want to place an order
# Go to "Place order (impersonate)" tab and click on "Place Order" button

This will enable you to place an order on behalf of a customer from Administrator panel

Hope this answer will help.

Thank you,
Atul
6 years ago
nopAdvance wrote:
Hello,

You can use impersonate order functionality that comes out of box with nopCommerce.

# Please go to Admin -> Customers -> Customers
# Edit any customer from whom account you want to place an order
# Go to "Place order (impersonate)" tab and click on "Place Order" button

This will enable you to place an order on behalf of a customer from Administrator panel

Hope this answer will help.

Thank you,
Atul



Thanks, dear..
That I have checked but I want to create a custom form for that to place an order to a customer by an single view page form.
That thing I need..
:)
6 years ago
[email protected] wrote:


Sir, If you have the code related to this please send me, I have tried but didn't get success..

any details related to the Order module code, that will help me.
.

Sorry,i can't find this code.

But,some days ago I implemented same functionality for my client.

It's a straight forward process and you have to copy paste default nop code.

You can also find at place order action.

Just you have to  add shopping cart code with slightly customize and remaining process leave as it is.

Only three parameter required  for this entire process which I mentioned at above post.

Hope you could achieve with yr own logic.
6 years ago
sk5202 wrote:


Sir, If you have the code related to this please send me, I have tried but didn't get success..

any details related to the Order module code, that will help me..

Sorry,i can't find this code.

But,some days ago I implemented same functionality for my client.

It's a straight forward process and you have to copy paste default nop code.

You can also find at place order action.

Just you have to  add shopping cart code with slightly customize and remaining process leave as it is.

Only three parameter required  for this entire process which I mentioned at above post.

Hope you could achieve with yr own logic.



Okay Thanks Dear , I will try it.
:)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.