Forums / All Other Contributions/Addons / Edit orders add on

Edit orders add on

Locked
Results 1 to 18 of 18
This thread is locked. New replies are disabled.
29 Oct 2008, 21:11
#1
nsabaits avatar

nsabaits

New Zenner

Join Date:
Oct 2008
Posts:
53
Plugin Contributions:
0

Edit orders add on

Hi everyone,

I've just added the edit orders add on to my store and all appears to be OK with the file uploads and file modifications. However when I click on the EDIT button I get taken to the normal EDIT page and am unable to actually edit the order.

Any help will be appreciated.

Zen Cart v.1.3.8
Template Glacial age
Site url www.nsabaits.com/nsabaits_shop/
Mods- About us page, FAQ page
Mod causing problem url http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=444
31 Oct 2008, 04:30
#2
srturner47 avatar

srturner47

Zen Follower

Join Date:
Oct 2007
Posts:
385
Plugin Contributions:
0

Re: Edit orders add on

It sounds like you forgot to make the changes to orders.php from the readme file. Check the readme file and make sure these changes have been made.

Also, I highly recommend you upgrade to version 2. Lots of bugs were fixed. See the link in my signature to download it. Its free if you change the options to the free ones and then go through the checkout.
31 Oct 2008, 19:12
#3
nsabaits avatar

nsabaits

New Zenner

Join Date:
Oct 2008
Posts:
53
Plugin Contributions:
0

Re: Edit orders add on

Hi Scott,

Thanks for the reply & link. I made the changes to the orders php file to the letter. I'll un-install the old version and give the new one a try.
31 Oct 2008, 19:27
#4
nsabaits avatar

nsabaits

New Zenner

Join Date:
Oct 2008
Posts:
53
Plugin Contributions:
0

Re: Edit orders add on

Just uploaded the v2.0 version and it works perfectly.

Many thanks :clap::clap::clap:
17 Dec 2008, 18:58
#5
mack32 avatar

mack32

New Zenner

Join Date:
Nov 2007
Posts:
21
Plugin Contributions:
0

Re: Edit orders add on

I added this mod to my admin and now my cvv is not being collected or does not show up? Not sure where to look.

I looked in the phpmyadmin to see if it was going in there it just has [Blob] in the spot. and nothing shows up in admin for the cvv not even the text.

Mack32
19 Dec 2008, 07:17
#6
srturner47 avatar

srturner47

Zen Follower

Join Date:
Oct 2007
Posts:
385
Plugin Contributions:
0

Re: Edit orders add on

Yikes! I really don't know what to tell you. This mod should have no affect on the CVC code being collected. It may not show up on the edit order page, but you should still be able to find it using the "details" button. FYI -- Before v2 the details button was still taking you to the edit order page. This was fixed in v2.
21 Dec 2008, 07:31
#7
artmuns avatar

artmuns

New Zenner

Join Date:
Dec 2008
Posts:
11
Plugin Contributions:
0

Re: Edit orders add on

Hi,

I'm a bit puzzled as I have the Ty Package Tracker installed and working for the last 6 months. I am now trying to get Edit Orders working. I've made (and double checked) the changes in orders.php file and made sure all the files are uploaded correctly.

I also changed the code in tracker.php to reflect: define('FILENAME_EDIT', 'edit_orders.php');

I'm stumped on where to edit the order(s). When I go to Customers-> Orders I get a list of the orders but there is no "edit" button.

Any help would be most appreciated.

Thanks!

Art
www.tlracks.com
22 Dec 2008, 01:05
#8
artmuns avatar

artmuns

New Zenner

Join Date:
Dec 2008
Posts:
11
Plugin Contributions:
0

Re: Edit orders add on

OK, after much searching I discovered this gem from "colosports" that solved my problem.

In Tracker mod, if you want the "Edit" button to link to Edit Orders, you must set "Is Super Orders Module Installed?" to true in Configuration->Ty Package Tracker. (This will display the Edit button in Tracker mod. )

Yikes, so simple and so hard to track down!

Art
02 Apr 2009, 00:46
#9
10gallons avatar

10gallons

New Zenner

Join Date:
Dec 2008
Posts:
39
Plugin Contributions:
0

Re: Edit orders add on

I've just installed Edit Orders version - 2.03 - 2/21/2008 (taken from the readme) and followed everything in the readme to the best of my ability.

However when I click on the Edit button, I get this ...

The requested URL /admin/FILENAME_ORDER_EDIT.php was not found on this server.

Have I missed changing something in orders.php etc??

Thanks for any help.
02 Apr 2009, 01:00
#10
10gallons avatar

10gallons

New Zenner

Join Date:
Dec 2008
Posts:
39
Plugin Contributions:
0

Re: Edit orders add on

10gallons:

I've just installed Edit Orders version - 2.03 - 2/21/2008 (taken from the readme) and followed everything in the readme to the best of my ability.

However when I click on the Edit button, I get this ...

The requested URL /admin/FILENAME_ORDER_EDIT.php was not found on this server.

Have I missed changing something in orders.php etc??

Thanks for any help.


Couldn't see how to delete this post. My problem is fixed. I simply copied files into the wrong places.
02 Apr 2009, 01:09
#11
10gallons avatar

10gallons

New Zenner

Join Date:
Dec 2008
Posts:
39
Plugin Contributions:
0

Re: Edit orders add on

The mod is working great, it's just what I need, thanks so much. :clap::clap:
06 Apr 2009, 14:44
#12
jimbo22 avatar

jimbo22

New Zenner

Join Date:
Apr 2009
Posts:
5
Plugin Contributions:
0

Re: Edit orders add on

Hi everyone, I have installed Edit Orders V2.0 on 1.3.8 on a test site right now and everything works good except I have sites that are download only and I see there is no control for that like in the standard page.

Otherwise it does not show the box for downloads available and the status icon or colors anymore which I thought was very helpful knowing that the customer has in fact already got their download.

Any help would be appreciated on this.
06 Apr 2009, 17:37
#13
srturner47 avatar

srturner47

Zen Follower

Join Date:
Oct 2007
Posts:
385
Plugin Contributions:
0

Re: Edit orders add on

Jimbo22 -- Click on details instead of edit. This will take you to the "edit orders" page that is in Zen Cart with all of this information.

As for adjusting the download, this is handled when you add or remove a product using edit orders. So, if you want your customer to have a different download, just add the product with that download and delete the old one. You can always change the name of the product and the price if needed to match the old one.
07 Apr 2009, 14:14
#14
jimbo22 avatar

jimbo22

New Zenner

Join Date:
Apr 2009
Posts:
5
Plugin Contributions:
0

Re: Edit orders add on

srturner47, thanks for the reply.

Detail and edit button goes to the same edit_order.php page. As far as adding a download is no problem but what I am really needing to see is that the customer has or hasn't downloaded the product.

I know that sometimes customers try and get things for free. What they do is say they have a bad download and then when we add another download for them they have there friends log in with their account and get the download for free.

With the edit page it gives you no idea if the customer downloaded anything.

Thanks again
07 Apr 2009, 17:31
#15
srturner47 avatar

srturner47

Zen Follower

Join Date:
Oct 2007
Posts:
385
Plugin Contributions:
0

Re: Edit orders add on

Version one had edit and details button going to the same page. If you followed the instructions from version 2 downloaded from the link in my signature, details will now take you to the regular Zen Cart page. Copying over the files if you are upgrading is not enough, as the core file changes must be made manually. See the instructions with version 2 for details.
25 Sep 2009, 14:24
#16
aaelghat avatar

aaelghat

Zen Follower

Join Date:
Feb 2007
Posts:
100
Plugin Contributions:
0

Re: Edit orders add on

Hi - I have ZenCart 1.37 - (I know I should upgrade, but my shop is pretty custom).

Just for the heck of it, I tried installing this Edit Orders, and where it has me find and replace code in orders.php, I got two matches for the first line, but zero matches for the second line.

I tried it anyway, and clicking the edit button didn't take me to the new screens.

I know the officially supported version is 1.38, but is there a tweak I can make to orders.php to make it work for 1.37? I did try installing the just the orders.php for 1.38 for my cart, but that broke other things. Thanks.
25 Sep 2009, 14:33
#17
aaelghat avatar

aaelghat

Zen Follower

Join Date:
Feb 2007
Posts:
100
Plugin Contributions:
0

Re: Edit orders add on

And just to add to my above post - I downloaded the version from the ZenCart site - not version 2. Thanks.
25 Sep 2009, 16:39
#18
aaelghat avatar

aaelghat

Zen Follower

Join Date:
Feb 2007
Posts:
100
Plugin Contributions:
0

Re: Edit orders add on

OK, sorry for the three posts in a row... I see that this is working for me!!! I just missed that I had to press the "details" button to edit the orders. This mod is very nice!!