Zen Cart Logo
Forums / Customization from the Admin / Add order from Admin page

Add order from Admin page

Views: 7,496

Results 1 to 15 of 15
9 Aug 2008, 10:02 PM
#1
mthem2003 avatar

mthem2003

New Zenner

Join Date:
Jan 2008
Posts:
83
Plugin Contributions:
0

Add order from Admin page

Hello

is there a MOD to add an order manually from the admin page?

or does it have to be done through the database

Thanks!

9 Aug 2008, 10:12 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Add order from Admin page

If to an existing account - get the master password module and add from the frontend as the customer

20 Apr 2009, 1:23 PM
#3
nhradeuce avatar

nhradeuce

New Zenner

Join Date:
Sep 2006
Posts:
64
Plugin Contributions:
0

Re: Add order from Admin page

There is also a fairly new add on that allows you to make new orders through the admin. I use this all the time for recurring orders, it works great.

ivankristianto.com/2009/01/simple-create-order-module-zen-cart

29 Apr 2009, 5:51 AM
#4
luvingmamma avatar

luvingmamma

New Zenner

Join Date:
Aug 2007
Location:
Troy, MI
Posts:
80
Plugin Contributions:
0

Re: Add order from Admin page

NHRADeuce:

There is also a fairly new add on that allows you to make new orders through the admin. I use this all the time for recurring orders, it works great.

I added this mod tonight- and it works great (needed a fix but was done ASAP)

It is perfect for our purposes (a diaper service) because we get a lot of phone orders :)

30 Apr 2009, 12:54 AM
#5
ivan_kristianto avatar

ivan_kristianto

New Zenner

Join Date:
Oct 2008
Posts:
5
Plugin Contributions:
1

Re: Add order from Admin page

Thank you for using my module :smile:

More are coming on ivankristianto.com

11 May 2009, 4:00 PM
#6
ivan_kristianto avatar

ivan_kristianto

New Zenner

Join Date:
Oct 2008
Posts:
5
Plugin Contributions:
1

Re: Add order from Admin page

Hi i updated my module. so you can resend invoice from admin backend when you edit the order.
You can download it at:
ivankristianto.com/2009/01/simple-create-order-module-zen-cart

Regards,

Ivan Kristianto

12 May 2009, 1:37 AM
#7
crunch avatar

crunch

Zen Follower

Join Date:
Mar 2009
Posts:
227
Plugin Contributions:
0

Re: Add order from Admin page

Would you be able to add this to the Software Addons on this site? Thanks.

20 May 2009, 6:41 PM
#8
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Add order from Admin page

ivan.kristianto:

Hi i updated my module. so you can resend invoice from admin backend when you edit the order.
You can download it at:
ivankristianto.com/2009/01/simple-create-order-module-zen-cart

Regards,

Ivan Kristianto

Only thing about this Module is, it want pickup on certain shipping modules. When you Create Order and add product it is suppose to go through the steps 1,2,3,4,. When I create and order it goes to step 1,2,4 3 is not and option because of my shipping module it shows FREE SHIPPING! (Free Shipping Only) Do you have any ideas why. Thank you

10 Apr 2010, 7:41 AM
#9
cycochuck avatar

cycochuck

New Zenner

Join Date:
Jan 2010
Posts:
42
Plugin Contributions:
0

Re: Add order from Admin page

countrycharm:

Only thing about this Module is, it want pickup on certain shipping modules. When you Create Order and add product it is suppose to go through the steps 1,2,3,4,. When I create and order it goes to step 1,2,4 3 is not and option because of my shipping module it shows FREE SHIPPING! (Free Shipping Only) Do you have any ideas why. Thank you

step 3 seems to be only if you have a product with attributes. Free shipping seems to be hard coded in. I was disappointed with this because it sounded like it would let you do the entire checkout process (calculate shipping and process payment) from the admin. You have to manually calculate shipping and process payment.

6 May 2010, 11:49 PM
#10
uncleremus avatar

uncleremus

New Zenner

Join Date:
May 2010
Posts:
3
Plugin Contributions:
0

Re: Add order from Admin page

First I want to say thank you for this add on. It works as advertised for me.

I do have one question. When you create an order it enters a blank order in the db and then you add products to it (edit the order.) Is there a reason why it couldn't have been written to create the order with its associated products in one form submission? The way it stands if you "create order" and then you back out (change your mind or miss click) you are left with a blank order to delete.

Thanks again.

27 Apr 2011, 6:54 AM
#11
senthil7 avatar

senthil7

New Zenner

Join Date:
Apr 2011
Posts:
3
Plugin Contributions:
1

Re: Add order from Admin page

while am trying to create order i have clicked ADD PRODUCT --

but it doesnt shows any page it redirect to admin home page... wats a problem.. am using ZC1.3.9.... give me a solution.... thanks in advance :oops:

27 Apr 2011, 7:10 AM
#12
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Add order from Admin page

Senthil7:

while am trying to create order i have clicked ADD PRODUCT --

but it doesnt shows any page it redirect to admin home page... wats a problem.. am using ZC1.3.9.... give me a solution.... thanks in advance :oops:
Those are symptoms of using an addon written for an older version of Zen Cart, but which is not compatible with the security protections added in v1.3.9f/g/h. At the very least the addon is evidently missing the required security tokens on all the forms that you're finding to be broken.
Check for an updated version of the addon, or rewrite it according to your needs.

27 Apr 2011, 12:43 PM
#13
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Add order from Admin page

Senthil7:

while am trying to create order i have clicked ADD PRODUCT --

but it doesnt shows any page it redirect to admin home page... wats a problem.. am using ZC1.3.9.... give me a solution.... thanks in advance :oops:Not to mention that the "Create Orders" add-on requires an OLD version of Edit Orders (which is why the problem being reported occurs -- the version of Edit Orders bundled in with the add-on is the reason for the issue) ALL of this is explained in the support thread for the "Create Orders" add-on.. (the thread also includes some "options" I posted for creating a manual order process) Suggest searching the forum for the "Create Orders" support thread..

DrByte:

Those are symptoms of using an addon written for an older version of Zen Cart, but which is not compatible with the security protections added in v1.3.9f/g/h. At the very least the addon is evidently missing the required security tokens on all the forms that you're finding to be broken.
Check for an updated version of the addon, or rewrite it according to your needs.
nods in agreement:yes: and from the looks of things the original author of the "Create Orders" add-on has not updated the add-on and has no plans to update it..

2 Jun 2011, 11:23 PM
#14
grangeramp avatar

grangeramp

New Zenner

Join Date:
Jun 2011
Posts:
6
Plugin Contributions:
0

Re: Add order from Admin page

Just found that out too. Really bites, because that was a great add-on that is now broken. Is there another one that is compatible with ZC1.3.9h?

2 Jun 2011, 11:42 PM
#15
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Add order from Admin page

You're certainly welcome to write your own or update the old one and submit it so everyone can benefit from it.