-
Re: Order Editor 1.3.7 Issues
raimond - not sure what you mean about all the details, but I think the answer is no. The email that is sent contains the notes and status of the order if changed. The email is just like the one that the original "edit" orders page (now the "details" page after installing this mod) included with Zen Cart sends. This feature just makes it a little easier as you don't have to do steps on two different pages. For example, if you change a price for a customer, you can write a comment about it below and, if you asked the mod to email it, it would be emailed to the customer at the same time that the price was changed.
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
srturner47
raimond - not sure what you mean about all the details, but I think the answer is no. The email that is sent contains the notes and status of the order if changed. The email is just like the one that the original "edit" orders page (now the "details" page after installing this mod) included with Zen Cart sends. This feature just makes it a little easier as you don't have to do steps on two different pages. For example, if you change a price for a customer, you can write a comment about it below and, if you asked the mod to email it, it would be emailed to the customer at the same time that the price was changed.
Hi SRTurner,
The edit order is to make changes after an order is placed. I have for a customer a shop where the shipping costs afterwards are added. So customers will get the price which they must pay after I edited the order.
So the first mail is price without shippping costs and after I edited the order the must get an email with the new price inclusive the shiping cost. So like the first mail as they received from the order.
Now they only get an email with an order change, with an link to the order. But with experience, customers don't click on the link to watch the new order. They pay the order without shipping cost.
So I want the whole detail order in the (status)email like the first email.
How can we achieve that?
-
Re: Order Editor 1.3.7 Issues
raimond -- you'd need to code that yourself. As far as I know there is no mod available that does this.
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
raimond
So I want the whole detail order in the (status)email like the first email.
How can we achieve that?
you can try
http://demo.zen-cart.at/docs/rl_invoice3/index_en.html
download: http://downloads.sourceforge.net/zen...ip?use_mirror=
one feature is, to resend an invoice; maybe you must adjust it, to work proper with order-edit
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
hugo13
Okay, that looks very nice. I will try to use that. PDF invoices are nice to have. Hopefully is that what I need.
I'll let you know
-
Re: Order Editor 1.3.7 Issues
Good Morning
Just curious do COWOA and Edit Orders work together...I couldn't really understand from reading the thread. Is there anything different you need to do to install?
Thanks
Mona
-
Re: Order Editor 1.3.7 Issues
I haven't used COWOA, but I don't see why it would affect edit orders. Edit orders just allows you to change information about an order in the database. Backup, and give it a shot. I'm fairly certain it will work fine, and if it doesn't, you can always restore your backup.
-
Re: Order Editor 1.3.7 Issues
I installed it and got this message when I go to order details -
Fatal error: Call to undefined function: zen_field_exists() in /homepages/7/d236731769/htdocs/admin/edit_orders.php on line 84
any ideas?
Thanks
Mona
-
Re: Order Editor 1.3.7 Issues
The function is defined in this file:
admin/includes/functions/extra_functions/edit_orders.php
Make sure this file copied correctly to the right directory.
-
Re: Order Editor 1.3.7 Issues
It was there but I refreshed and reloaded and now it works!!
Thank you very much!!!
Mona
-
Re: Order Editor 1.3.7 Issues
Hi,
I just installed edit orders. Everything seems to work fine unless I have a group discount.
One of my customers has a group discount. I tried to change their order....
First I subtracted an item. The group discount total stayed the same instead of reducing in proportion.
Next I had to add an item. It added the item but, then instead of also updating the group discount in proportion and subtracting it...it left the discount total the same but, then added it to the total instead of subtracting it.
Has anyone had this problem?
I'm not a coder by any means so I have no clue as to how to fix this.
Thanx for any help:cry:
-
Re: Order Editor 1.3.7 Issues
Are you using the newest version? Get it from the link in my signature. This will fix your problem with group pricing changing to positive when changed.
As for automatically adjusting group pricing based on order total, this mod currently doesn't do that. You'll need to recalculate the discount manually and then change the discount on the edit order screen.
-
Re: Order Editor 1.3.7 Issues
Thank you for your help.
I will manually adjust the group discount.
As for the newest version...I believe that is the one
I downloaded. I bought it 2 days ago after clicking on the link in you signature. It said Edit Orders 2.
I still have 4 down loads so I can down load again if you think it would help.
Thanx again:lookaroun
-
Re: Order Editor 1.3.7 Issues
Could it be that I'm using Zen Cart 1.3.8?
Thanx Again
-
Re: Order Editor 1.3.7 Issues
Hi, guys!
I downloaded and installed srturner47's newest mod version (2.3) but it doesn't work for me. I still have trouble with the order total turning to '0.00' when I edit any order.
Thanks for your help!
-
Re: Order Editor 1.3.7 Issues
Dichroic - Is it possible that you changed the name of the order total module? Check under Modules->Order Totals->Group Discount. The name should be "ot_group_pricing". If it isn't, this mod won't work right. The mod should work fine with 1.3.8.
-
Re: Order Editor 1.3.7 Issues
labraxmauler,
you had posted earlier that
Quote:
I'm working with Zen Cart 1.3.7.1 (database patch level: 1.3.8, fresh installation), PHP version 4.3.9, MySQL 4.1.22.
That doesn't seem right. Why is your database patch at 1.3.8, but your version at 1.3.8? You might want to investigate this...
Also, I'd highly recommend using PHP5. This may also be causing your problem, as I code on PHP5 servers.
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
srturner47
Dichroic - Is it possible that you changed the name of the order total module? Check under Modules->Order Totals->Group Discount. The name should be "ot_group_pricing". If it isn't, this mod won't work right. The mod should work fine with 1.3.8.
Ok This is what I have
/public_html/store/includes/modules/order_total
And then ot_group_pricing.php
I couldn't find anything that said group discount.
Thanx again for your help
-
Re: Order Editor 1.3.7 Issues
Dichroic,
Using Phpmyadmin, check to see if the discounts in question are labeled as ot_group_pricing. If they are, this mod should work fine. If they aren't it will change the negative to a positive. You will find this in the orders_total table of the database using phpmyadmin. The only three order totals that are set to keep as negative with this mod are ot_coupon, ot_gv, and ot_group_pricing
-
Re: Order Editor 1.3.7 Issues
Ok, Thanx again for your help
I will keep looking and post if I find it but, is PHPMYADMIN in my Zen cart admin or is it in the admin to my website?
Sorry for not knowing. I'm in the process of learning all this website stuff:blush:
Thanx again and I will continue to try to solve this.
-
Re: Order Editor 1.3.7 Issues
cPanel is your hosts control panel where you will find phpmyadmin. Its not in Zen Cart. You can usually reach it by entering your URL/securecontrolpanel -- you can also usually just log on directly from your hosts website.
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
srturner47
cPanel is your hosts control panel where you will find phpmyadmin. Its not in Zen Cart. You can usually reach it by entering your URL/securecontrolpanel -- you can also usually just log on directly from your hosts website.
This could be the problem. I can't find phpmyadmin anywhere.
Thanx for you help:blink:
-
Re: Order Editor 1.3.7 Issues
hi everyone and especially srturner47!
let me start with thanking you for putting so much work in this neat module.
i'm very sorry to inform you that i think i stumbled over another bug which makes it hard to use this module for my purposes. i set up a shop, where i need to have products that are taxed with 2 different rates. so most of the products are taxed with 7%, while shipping and some products are taxed with 19% (yes, i'm from ger :wink:).
as long as i do not edit an order, taxes are calculated fine, heres an example:
1 x product1 7% 52.00
1 x product2 19% 6.80
subtotal 58.80
shipping 7.00
7% 3.40
19% 2.21
order total 65.80
when i open this order up for editing, everything looks fine, but as soon as i update it (even when nothing was changed), something strange happens:
1 x product1 7% 48.60
1 x product2 19% 5.71
subtotal 54.31
shipping 19% 7.00
7% 5.82
19% 5.82
order total 72.94
i hardcoded the shipping tax rate like you proposed some pages ago. as you can see, the total tax gets duplicated and added twice. also the 7 shipping is a gross value already, but the tax gets calculated once more.
5.82= (5.71+7.00)/19*100+48.6/7*100
any help regarding this problem would be very appreciated, even the slightest poke in the right direction ;)
thanks a lot
-
Re: Order Editor 1.3.7 Issues
artycul -- Sorry, but I don't have good news for you. I'm aware of the issue, but I have no plans to fix it -- It would be a lot of work, and the mod works fine for my purposes, so it just isn't worth the effort at this time.
The edit order mod acts as if there is only one tax, as this is true for most countries. From what I understand, in some European countries there are multiple taxes. These will not calculate correctly, as the mod thinks there is only one tax, and will assign any tax that is listed this amount.
-
Re: Order Editor 1.3.7 Issues
yeah, i thought about sth like that. thanks for your fast reply nevertheless =)
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
srturner47
That doesn't seem right. Why is your database patch at 1.3.8, but your version at 1.3.8? You might want to investigate this...
Also, I'd highly recommend using PHP5. This may also be causing your problem, as I code on PHP5 servers.
Hi, srturner47.
I updated my server's PHP to 5.1.6 but the mod doesn't work yet.
Could you please tell me how to fix the Zen Cart 1.3.7.1 / database patch 1.3.8 problem? I'm sorry I have no idea how to do it myself.
Here you have more data:
Server OS: Linux 2.6.18-128.1.6.el5
Database: MySQL 4.1.22
PHP version: 5.1.6 (Zend: 2.1.0)
HTTP server: Apache
Zen Cart 1.3.7.1
Database patch level: 1.3.8 v1.3.8 [2008-07-08 23:08:36] (Fresh Installation)
Thanks in advance!
-
Re: Order Editor 1.3.7 Issues
Hi there,
Iv just install this edit order addon.
It looks well and seams to do all that i need.
However i have an issue with it..
When i use the form to edit the order, the notification email that was sent to the custumer email was with wariables instead of text..
here is what im talking about:
EMAIL_TEXT_SUBJECT - as a subject of the email
The site name is in the email
EMAIL_SEPARATOR - and there is no separator
EMAIL_TEXT_ORDER_NUMBER 9
EMAIL_TEXT_INVOICE_URL
http://wisteria.com/shop/index.php?m...nfo&order_id=9
EMAIL_TEXT_DATE_ORDERED monday 18 Maj, 2009
EMAIL_TEXT_COMMENTS_UPDATE
EMAIL_TEXT_STATUS_UPDATE
Any ideas why this happend?
Just to mention.. if i use the regular edit form, the email notification is ok.
Thank you in advance!
-
Re: Order Editor 1.3.7 Issues
Zencart 1.3.8a
Server 0s Linux2.6.18-92
PHP Ver 5.2.8
I installed Edit Orders on top of Ty Package tracker. No visible problems except that the green edit icon is not showing up in the order listing window. I am assuming this is going to be a conflict between Ty Package Tracker and Edit Orders. I just thought someone might know of a quick fix or have seen the problem before?
-
Re: Order Editor 1.3.7 Issues
Mod works great but there is one bug I found. If you have a one time charge on an attribute, it not only does not show up in the edit screen but if you update it takes it away from the subtotal.
Steve
-
Re: Order Editor 1.3.7 Issues
I may stand corrected.... I am using the Edit Orders Mod from the downloads page. I think that is a differant mod.
Steve
-
Re: Order Editor 1.3.7 Issues
Hi all, this should be simple.. i hope...
The mod work fine, even with MySql 5 (just change the properties of the field products_prid in orders_products and orders_products_attributes so that it can be NULL).
My problems is with language, I'm using Italian and if i modify an order, adding product it take the eng. name of it.. even if during the adding phase it show it in italian... Any idea?
p.s. Last ver of zencart 1.3.8b, Mysql 5
-
Re: Order Editor 1.3.7 Issues
Ok, Ive installed this latest version of EDIT_ORDERS MOD',
. but it does not work .
Get this error when adding a product:
Quote:
1364 Field 'products_prid' doesn't have a default value
in:
[insert into zc1_orders_products set orders_id = 42, products_id = 196, products_model = 'PS3IR-1000', products_name = 'PS3IR-1000', products_price = '118.1727', final_price = '131.7997', products_tax = '10', products_quantity = 1;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I have no 'products_prid' inside any db table.
HELP someone ?
-
Re: Order Editor 1.3.7 Issues
Sorry I haven't answered questions in awhile! Life gets busy! :)
remoteone -- The is strange -- your request doesn't include anything for products_prid! So, if products_prid doesn't exist, this error would be impossible. Check your orders_products table carefully! It must be there.
So, I searched out why this could be happening, as a default value should not be required. I found this:
http://bugkill.##########################/2007/06/...e-default.html
Sounds like that might fix your problem! Give it a try.
izar74 -- Sounds like you had the same problem remoteone had. Again, I can't see a reason why this shouldn't work unless your have mysql mode setup as detailed above. It seems to work ok with MySQL 5 for me.
I know -- not your question! :) Does Zen Cart support multiple languages for products and orders? I only see one table for it, so I'm not quite sure how this works. Maybe its because I run English only sites.
dkhoward -- You'll need to use the REGULAR order editor which still should be there after installing TY Package Tracker. Just go to Customers->Orders instead of Customers->Add Tracking ID.
nidkolio -- The file with the defines for edit orders is not loading correctly. Make sure you have installed it in the right directory. It should be in admin/includes/languages/english/edit_orders.php
labraxmauler -- The fix will probably not be something easy if there is a problem with your database...there may not be, but if there is you got big problems! Much bigger than installing this mod. Sorry, I don't know how to fix that. I'd post this info to the upgrade thread and ask if something got messed up with an upgrade.
-
1 Attachment(s)
Re: Order Editor 1.3.7 Issues
Hello srturner47
Changing my.ini line (C:\Program Files\MySQL\MySQL Server 5.0\) to
Code:
sql-mode = ""
from
# sql-mode= "STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
fixed the error, but are there any security issues introduced by doing this?
With the EO mod working, Adding product with more than one attribute is not possible. ie, I cant select more than one accessory option of a product when adding the product to the order.
see attached
Cheers
-
Re: Order Editor 1.3.7 Issues
No, there should be no security issues with changing this as far as I know.
I didn't know you could add multiple attribute values that have the same attribute name in Zen Cart when checking out.... This is not the way it works for me on my site -- you choose one and only one attribute value for each attribute name. Not quite sure how you did this, but I certainly don't claim to know all the options in Zen Cart -- there are a lot of them!
You're out of luck if you want it to work this way. It would take a major fix (hours and hours of work) to make this work with multiple attribute values for each attribute name. And frankly, I wouldn't even know where to start -- I looked over the options for attributes and I don't see anything about allowing multiple attribute names from one value for a product.
In the meantime, if you absolutely need this feature with Edit Orders you'd need to give each attribute value that can be selected for a product an attribute name. Then, it should work fine.
-
Re: Order Editor 1.3.7 Issues
I think this might be using checkboxes? You can select any or all of the values for one attribute option with a checkbox. There would need to be a way of multi-selecting the attributes in the dropdown by pressing the control key while selecting. The Advanced Shipper module has this functionality and inserts all of the selected items from the dropdown to be inserted into the database, I think it's a set of javascript functions. I will check into the files over the next few days and see if I can figure out what needs to be done, at least theoretically, I am not advanced enough to write this functionality for the order editor but can provide code snippets to help out.
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
srturner47
Sorry I haven't answered questions in awhile! Life gets busy! :)
izar74 -- Sounds like you had the same problem remoteone had. Again, I can't see a reason why this shouldn't work unless your have mysql mode setup as detailed above. It seems to work ok with MySQL 5 for me.
I know -- not your question! :) Does Zen Cart support multiple languages for products and orders? I only see one table for it, so I'm not quite sure how this works. Maybe its because I run English only sites.
Thanks for the answer :-). Probably You are right, in the database the English is always set as 1 and the other language follow with 2, 3.... etc. When You add a new item to order it just take the first language, it's doesn't check which you are using.
As regards Mysql if your provider run MYsql 4, like mine, there are no errors, but with MYSQL 5 the field mentioned before (product_prid) must not be null by default or you get an error. Just log in the database and set it not null and you are done.
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
izar74
...
The mod work fine, even with MySql 5 (just change the properties of the field products_prid in orders_products and orders_products_attributes so that it can be NULL).
Yep, in mySQL 5 setting default values to NULL, fixes this problem. So I changed back to sql-mode= "STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" in my.ini. Ill check my live server before going live.
All good. Perhaps this is a SQL Query script that needs including with the MOD download.
Cheers.
-
Re: Order Editor 1.3.7 Issues
Hi lankeeyankee,
Yep, just using the standard check-boxes.
-
Re: Order Editor 1.3.7 Issues
lankeeyankee -- The tricky part about doing this is that you'd have pass several new variables using POST to the edit_orders.php file and then write the code to handle these variables. Unfortunately, I'm really busy with other projects right now, so I don't have time to do this at the moment. Let me know if you have any questions when you look it over.
remoteone -- I have MySQL5 too, but my server doesn't use those options by default, so no problem. I suppose the easiest fix for those who have this issue would just be to insert a products_prid by default with edit orders....I don't really understand what products_prid does anyway. It appears to just be random data to me, which is why I ignored it in the first place.
izar74 -- Yes, you are right, you'd need some way to choose the language when adding a product, which could be done though. I'm still not sure where this information is kept though (I only use one language, so I don't have a way to check this out.). In the products table the products_id auto-increments, so how are multiple languages stored for the same products_id?
-
Re: Order Editor 1.3.7 Issues
Love edit orders - thanks for the mod!
This is the second site I am using it on and have plans to use it on a third.
The second site just went live and received their first order (yippee) - however when we try to add a comment and click up date to send it to the customer, we get this error message -
Warning: require_once(includes/languages/english/modules/payment/googlecheckout.php) [function.require-once]: failed to open stream: No such file or directory in /home/tracgcom/public_html/628TQPuzzled/orders.php on line 108
Fatal error: require_once() [function.require]: Failed opening required 'includes/languages/english/modules/payment/googlecheckout.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tracgcom/public_html/628TQPuzzled/orders.php on line 108
So I went to the orders.php at line 108 this is what is there -
// ** GOOGLE CHECKOUT **
chdir("./..");
require_once(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/payment/googlecheckout.php');
$payment_value= MODULE_PAYMENT_GOOGLECHECKOUT_TEXT_TITLE;
$result = $db->Execute("select google_order_number from google_orders where orders_id= ". (int)$oID);
$num_rows = $result->RecordCount();
For the record - we are NOT using google checkout, we process manually.
Here is the site - just in case -
http://www.TracksideQuilting.com
TIA for any help!!
Mona
-
Re: Order Editor 1.3.7 Issues
Just delete that whole google checkout block, someone left it in there from their own installation when they uploaded their version to the downloads section.
-
Re: Order Editor 1.3.7 Issues
Thanks lankeeyankee! I looked at the code and decided that it would be easier to copy the orders.php from the cart that was working properly...and it workd. Thanks again for your help!!
-
Re: Order Editor 1.3.7 Issues
I'm just looking to see if the current MOD, v 1.5.3 works with Zen V 1.3.7, which I am still running.
-
Re: Order Editor 1.3.7 Issues
margecc -- I highly recommend you use version 2 -- see my link to download it -- its free just change all the options to the free ones before checking out. V2 has many upgrades and bug fixes. As for 1.3.7 support, I haven't tested either version on 1.3.7, but I can't think of any reason off the top of my head that they wouldn't work with 1.3.7.
-
Re: Order Editor 1.3.7 Issues
Good afternoon. Thank you so much for your reply. I downloaded from your site V2. It installed perfectly and is working great with v 1.3.7 except for one problem I am seeing so far:
When I make the changes to the products, it is adjusting the shipping tax as well.
Here is a screen shot of the original order:
http://www.actionforms.ca/sample/1-original.gif
And once I updated the product quantity and unit price, it adjusted the tax correctly for the product, but it also adjusted the shipping tax, and obviously calculated off the product price, not the shipping price, which didn't change.
http://www.actionforms.ca/sample/2-c...h-tax-prob.gif
(The unit price I keyed in was actually .448 and it calculated the total price correctly with that to $112, but it displays the rounded up price).
I hope that makes sense.
-
Re: Order Editor 1.3.7 Issues
Yes-- That is the way it is supposed to work. Since shipping tax rates are not stored in the database for an order you'll need to manually enter the shipping tax rate before updating an order. You can set a default rate right in the code if you prefer.
-
Re: Order Editor 1.3.7 Issues
Oh, I get it. That works! Brilliant.
-
Re: Order Editor 1.3.7 Issues
My apologies if I repeat anything already discussed. I have searched through the forum but cannot find the answer that I believe relates to my problem.
I am having a problem with changing the status of customer orders in admin. Whether I click on the order itself or highlight it then click edit I get the error:
Fatal error: Call to undefined function zen_address_format() in /home/******/public_html/******/orders.php on line 365
I have never used the facility to update status of customer orders before so do not know if it has been like this since install or if it has just recently happened. My site is 3 years old, but had a new template installed a year ago.
I am using the current version of zen cart after upgrading a few months ago. I don't have any add ons or anything, and have no other issues with the site, it's functions or anything else...apart from this.
Will this edit orders v2 mod help me resolve this problem, or is there something else amiss that I need to sort out?
I can find my way around zen cart in a very long winded way, but am by no means fluent with it, especially when it comes to php stuff, so if anyone is willing to help i'd be extremely grateful.
Oh, and not sure if necessary, but this is my site: www.funkywellyboots.com
-
Edit Order merged with Super Orders
After reading through all the hoopla on how to merge Edit Orders with Super Orders, I finally took a look tonight, and took a stab at it. (See details of the changes here: http://www.zen-cart.com/forum/showpo...postcount=1510) It's all working fine with a few quirks as follows:
The Notify and Append checkboxes in Edit Orders do not work like the orders.php Notify and Append checkboxes.
Quote:
In the original
"Customers" > "Order", we have two checkboxes, one that says
"Notify Customer" and one that says
"Append Comments". If neither of the boxes are ticked, then the order history still updates with whatever in the textarea.
The original
- "Notify Customer" means send the customer the change in status email,
- "Append Comments" means add the comments in the textarea to the "change in status email".
In Edit Orders the customer only gets notified if BOTH checkboxes are selected.. Is this by design??
The other minor quirk is that the "Back" button on the edit_orders.php page only takes you back to the the Super Orders order list page (super_orders.php). I believe that it should take you back to the detail page of the order you were editing.. It's minor and I can live with it, but there is a fix this I'd be grateful to learn how to "fix" this..:smile:
All in all, I'm pretty pleased that I got these two great mods playing together..:smile:
-
Re: Order Editor 1.3.7 Issues
I posted at the other thread that when adding a product it would not add it to the actual view order page for download and the gift certificate amount is not behaving...
I downloaded and overwrote the files with your updated zip and went back to my customer' order and it still did not show HOWEVER
being stubborn I deleted the previously added item then update button got pressed (after unchecking to alert the customer) then when the page reloaded I re-entered the item did all the previously set things, unchecked the notify customer, clicked update and yay it is now in the view order of the customer.
This update of yours, even if you did not create it...ty so very much for staying on it and doing the fixes that the creators just did not deem necessary since it was just a port.
You done great and many hugs and as I said in the other post the work around I did when the order total shows I just changed the amount to the total of the order and it behaved beautifully.
-
Re: Order Editor 1.3.7 Issues
Hi
I have downloaded and installed the latest version.
However, I seem to be having 3 products.
1.) When I want to change the price - I have to input the value minus tax. Any way of changing this?
2.) No order update emails are sent to the client
3.) No order updates are sent to our sales teams.
Any ideas?
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
rebel tech
Hi
I have downloaded and installed the latest version.
from the add-on section here or the version 2.3 from srturner47?
Quote:
However, I seem to be having 3 products.
1.) When I want to change the price - I have to input the value minus tax. Any way of changing this?
2.) No order update emails are sent to the client
3.) No order updates are sent to our sales teams.
Any ideas?
1. I have no idea how to do this part
2. is the section for the update to be sent checked off at the bottom of the edit page and does the customer have it selected to get an update?
3. I was not aware of that part being available. Is there a section under configuration menu/email to set this with their emails?
In order for my partner to get emails and I----I created a store email only then in email of c-panel I set it to forward to myself and her or anyone else we set for that email address.
-
Re: Order Editor 1.3.7 Issues
rebel tech - No it doesn't work that way. You need to enter the pre-tax price. Edit orders will calculate tax for you. As for order updates, it will not send order updates to client. If both the append order and send customer email are checked at the bottom it will send an email IF the order status or order comments are changed. Only the order status and order comments are sent to the customer NOT the changes made with edit orders. The reason edit orders was designed like this was because it was meant to take the place of the original "edit" orders page with Zen Cart. I put edit in quotes because it didn't allow much editing -- just changing order status and order comments. When I made v2, I decided that this was a little silly -- why not have the details button go to the old "edit" orders page -- this is a more accurate description of what the page is in Zen Cart anyway. Then, the edit button goes to the new edit orders page. So, really, the order comments/status and sending the email are there because they were essential in v1. In v2, you can certainly use them, but I suspect most people will use the old "edit" orders page for this purpose.
DarkAngel - Thanks for the kind words!
DivaVocals - That's what I thought! But, before I coded v2, I tested Zen Cart to see how it would behave just in case. I found that both boxes needed to be checked and the status needed to be changed or a comment needed to be entered for it to send an email. So, in the spirit of sticking with how Zen Cart behaves, I made this do the same thing. As for the back button, I really don't know. I don't use Super Orders, and when I coded the changes for v2, I really didn't give any thought to how this would affect Super Orders. Glad you got it to work for the most part though!
saramac - zen_address_format() is an important function. If it can't find it, something went wrong with your install or update of Zen Cart.
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
srturner47
DivaVocals - That's what I thought! But, before I coded v2, I tested Zen Cart to see how it would behave just in case. I found that both boxes needed to be checked and the status needed to be changed or a comment needed to be entered for it to send an email. So, in the spirit of sticking with how Zen Cart behaves, I made this do the same thing.
**faints** OMG.. He spoke to me!!!:clap: (and I thought you were igging me all this time..:laugh::laugh: JUST KIDDING!!!) Got it, and this makes sense... I did a little refining on how the comments worked with Super Orders because it was just so darned confusing for my clients.. I changed the language files in my version to provide clear PLAIN ENGLISH translations of what checking the boxes means to make it clear for my clients..
Quote:
Originally Posted by
srturner47
As for the back button, I really don't know. I don't use Super Orders, and when I coded the changes for v2, I really didn't give any thought to how this would affect Super Orders.
Anyway I could beg, plead, entice you to take a look at my modified Super Orders file and see if the answer is OBVIOUS?? PRETTY PLEASE????!!!!! I think it's an easy fix that I am missing HOW to execute..
Quote:
Originally Posted by
srturner47
Glad you got it to work for the most part though!
Me too.. I was pretty stoked that I managed to make it work..:smartalec:
-
Re: Order Editor 1.3.7 Issues
Hello
I am really new to all this..and could really use some advice please
We have only been using Zen Cart for a short while, and I came across the edit orders add-on which would be very useful I have uploaded it and made the changes it said to but thats where i get the problem.
I get a 404 error message
http://contactlenseswholesale.co.uk/...60&action=edit....
I dont know whether i have uploaded the file to the right place or what I am doing wrong. I uploaded the edit_order.php as that was where I found the orders.php
thanks
-
Re: Order Editor 1.3.7 Issues
ok i for got to add the other files. have done that now but now i get this message
Fatal error: Call to undefined function zen_field_exists() in /var/www/vhosts/contactlenseswholesale.co.uk/httpdocs/admin/edit_orders.php on line 84
-
Re: Order Editor 1.3.7 Issues
did you download 1.37 or version 2?
they need to go in the admin folder
the edit_orders.php should go directly into the admin folder.
the same way with the includes folder items, each one into the exact same folder that is in the zip
recheck the edit you entered to make sure you got all the punctuation that is in the original text in the addon folder instructions.
-
Re: Order Editor 1.3.7 Issues
HI thanks this is the add on I used
Edit Orders
Download Now!
File size: 19272 bytes
Downloaded: 18481 times Zen Cart Version: v1.3.8
Version: 1.5.3
Last Updated: Aug 01 2008
Author: Scott Turner
I have also uploaded all the files and checked the text to change and everything as should be.
-
Re: Order Editor 1.3.7 Issues
Sorry forgot to say still getting the error message
-
Re: Order Editor 1.3.7 Issues
All sorted thanks for the help
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
JWMuk
All sorted thanks for the help
and the issue was?? It helps others if you post the details of what your did..
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
JWMuk
HI thanks this is the add on I used
Edit Orders
Download Now!
File size: 19272 bytes
Downloaded: 18481 times Zen Cart Version: v1.3.8
Version: 1.5.3
Last Updated: Aug 01 2008
Author: Scott Turner
I have also uploaded all the files and checked the text to change and everything as should be.
it is possible you might have gotten a corrupt file when uploaded...servers can do that...soooo
go here:
http://www.zencartmod.com/index.php?...&products_id=3
and get srturner47's version 2.3, it is the latest version and is stable. sorry for the bold type but it won't let me undo the bold...lol
please remove the files that you uploaded before, replace the original file you edited then when you do the edit this time, copy/paste it from the instructions to the file you need to edit.
Give it another try and see if it behaves.
-
Re: Order Editor 1.3.7 Issues
I wanted to post this update here too.. I'm quoting all the previous threads so anyone wanting to follow the history of this response can get ALL the details..
With regards to the slight quirk I posted about previously where the back button is not functioning correctly when using Super Orders and Edit Orders together (see post below), here is the fix:
http://www.zen-cart.com/forum/showpo...postcount=1676
Quote:
Originally Posted by
virtualomega
To fix this Back button issue:
In edit_orders.php on line 659, find:
Code:
<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>';
and replace with:
Code:
<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_SUPER_ORDERS, 'page=1&oID=' . $oID . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>';
With regards to the customer notification checkboxes in Edit Orders:
In my own testing I have confirmed that the Edit Orders checkboxes work SLIGHTLY differently than the standard Zen Cart checkboxes.. Anyone using this module should be aware of this difference..
In Edit Orders the customer only gets notified if BOTH checkboxes are selected..
In the standard Orders manager and in Super Orders, the check boxes work as explained below (see also my original post on this below).
PLEASE NOTE THE DIFFERENCE!!!
In standard order management (or in Super Orders), the customer will be notified with the updated status as long as the "Notify Customer" checkbox is checked. (A "Status Only" e-mail notification) The comments are included in this SAME e-mail only if the comments check box is checked.. (A "Status + Comment" e-mail notification)
In Edit orders you cannot send the customer a "Status Only" e-mail notification. In Edit Orders you can ONLY send a "Status + Comment" e-mail notification (which required BOTH checkboxes to be checked) or the customer is NOT NOTIFIED AT ALL.
Previous posts on both of these issues:
-------------------------------------------------------
Quote:
Originally Posted by
DivaVocals
After reading through all the hoopla on how to merge Edit Orders with Super Orders, I finally took a look tonight, and took a stab at it. (See details of the changes here:
http://www.zen-cart.com/forum/showpo...postcount=1510) It's all working fine with a few quirks as follows:
The Notify and Append checkboxes in Edit Orders do not work like the
orders.php Notify and Append checkboxes.
In Edit Orders the customer only gets notified if BOTH checkboxes are selected.. Is this by design??
Quote:
[FONT=Arial Black]
In the original "Customers" > "Order", we have two checkboxes, one that says "Notify Customer" and one that says "Append Comments". If neither of the boxes are ticked, then the order history still updates with whatever is in the textarea.
The original[/FONT]
- [FONT=Arial Black]"Notify Customer" means send the customer the change in status email,[/FONT]
- [FONT=Arial Black]"Append Comments" means add the comments in the textarea to the "change in status email".[/FONT]
The other minor quirk is that the "Back" button on the
edit_orders.php page only takes you back to the the Super Orders order list page (
super_orders.php). I believe that it should take you back to the detail page of the order you were editing.. It's minor and I can live with it, but there is a fix this I'd be grateful to learn how to "fix" this..:smile:
All in all, I'm pretty pleased that I got these two great mods playing together..:smile:
Quote:
Originally Posted by
srturner47
DivaVocals - That's what I thought! But, before I coded v2, I tested Zen Cart to see how it would behave just in case. I found that both boxes needed to be checked and the status needed to be changed or a comment needed to be entered for it to send an email. So, in the spirit of sticking with how Zen Cart behaves, I made this do the same thing. As for the back button, I really don't know. I don't use Super Orders, and when I coded the changes for v2, I really didn't give any thought to how this would affect Super Orders. Glad you got it to work for the most part though!
Quote:
Originally Posted by
DivaVocals
**faints** OMG.. He spoke to me!!!:clap: (and I thought you were igging me all this time..:laugh::laugh: JUST KIDDING!!!) Got it, and this makes sense... I did a little refining on how the comments worked with Super Orders because it was just so darned confusing for my clients.. I changed the language files in my version to provide clear PLAIN ENGLISH translations of what checking the boxes means to make it clear for my clients..
Anyway I could beg, plead, entice you to take a look at my modified Super Orders file and see if the answer is OBVIOUS?? PRETTY PLEASE????!!!!! I think it's an easy fix that I am missing HOW to execute..
Me too.. I was pretty stoked that I managed to make it work..:smartalec:
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
labraxmauler
Hi, srturner47! Thanks for your reply.
Regarding your question, my answer is 'yes' but anyway I'll try to explain it all a little better:
All products in my store have their prices and my customers make their purchases normally. After that, I can see all orders in 'Admin > Customers > Orders' with their different amounts. The problem comes when I use Edit Orders to add or remove products from an order: if I change something even if it's only one product the order total turns to '0.00'. I definitely can update the order and make changes, but product prices just don't add up to the order total.
Besides, every product in the order still keeps its own price it's only the order total that turns to '0.00'. If I then go to 'Admin > Reports > Customer Order-Totals' I can see all orders with their correct total amount. Strange, isn't it?
Your sentence 'if your products have a price, your order total should have a price' makes a lot of sense, but I can't manage to find out why it doesn't work. Of course, I checked that the module is properly installed many times, but I haven't got much experience with PHP so there's nothing else I can do.
Thanks for your kind help!
Got similar problem and didn't find any solution. I just got 2.0.3 from srturner47's website. (Not 2.3 though.) Installed and it looks like it works fine until I found that any edit on the order will render the order total to zero. Except, if there is any shipping or extra charge in the order, then, it will be the sum of those values. The value for each item in the order shows correctly. Right now, what I do just to make it works is to edit the orders on ZenCart, then, using phpmyadmin to edit the "ordertotal" field manually.
My Zencart is on 1.3.9b, A few mods installed which are FEC 1.7.3, Rubik CSS/JS Loader, Easypopulate, Image Handler, Sitemap. The Server config is Apache, PHP 5.2, MySQL 5.1. Anyone got the solution for that?
-
Re: Order Editor 1.3.7 Issues
I am using zencart 138a and using edit orders 2.3 but my group discount of minus xx euro changes to plus xx euro.
This should have been fixed in an older version?
Please help.
-
Re: Order Editor 1.3.7 Issues
mrtz - never seen that problem before. Strange... Don't know what to tell you as it doesn't do this for me...
manageit -- this was fixed starting with v2. V2.0.3 just has a few extra bug fixes, it is essentially v2. Shouldn't do that. Doesn't do it for me. Make sure you use the STANDARD group discount name of ot_group_pricing The way it works is pretty crude -- it just looks for the names of the standard order total modules that Zen Cart comes with and flips these to minus instead of plus.
-
Re: Order Editor 1.3.7 Issues
First of all, excellent module!
My question is: Is it possible to have the tax calculated and added to the total without having to hit "update"?
I have in-state tax which gets correctly shown in the Product listing as "8%", but "Tax" amount is $0.00 and the tax is not added to the Total amount when the product is first added. After I click "update" the tax amount is shown and the total is updated as well.
If I add any products after the first one the tax and total are recalculated successfully.
Thanks!
-
Re: Order Editor 1.3.7 Issues
zen cart 1.39a
latest edit orders 2 version (just downloaded)
i was able to add an item to my order but now the total is 0.00, removing the added item leaves it at 0.00
-
Re: Order Editor 1.3.7 Issues
just modified another order, same problem, total went to 0.00 I was able to edit it manually in the database but of course that's not very efficient
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
Mellon
just modified another order, same problem, total went to 0.00 I was able to edit it manually in the database but of course that's not very efficient
I would say that either you do not have the latest version (available from Scott's site) or you have not installed the module incorrectly.. I am using Edit Orders with Super Orders and it works perfectly..
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
srturner47
mrtz - never seen that problem before. Strange... Don't know what to tell you as it doesn't do this for me...
Thanks for your reply. I still can't find the way to fix it. Thinking about could it be because of default language is not English or no Tax, etc. Anyway, if I know the reason, I will post an update here :)
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
Mellon
just modified another order, same problem, total went to 0.00 I was able to edit it manually in the database but of course that's not very efficient
have you tried it with english as default? I have mine with no tax and it works properly
-
Re: Order Editor 1.3.7 Issues
There were a couple of posts mentioning that the order total calculations were a bit peculiar. If anyone is interested, I modified the Edit Order page to calculate the sub-total, postage, VAT and grand total to my requirements. That being:
- leaving VAT on the sub-total,
- not having to re-input the postage without VAT before pressing update,
- calculating the VAT to include VAT on the products and VAT on the post,
- and calculating the grand total to be VAT from the sub-total and VAT from the postage.
Whether or not this causes any problems I have yet to discover, but it seems to do what I want it to do.
The following is a win merge patch for Edit Orders 2.03:
(For those without winmerge, the left arrow is the original file, the right arrow is the new file.)
Code:
89c89
< $AddShippingTax = "0.0"; // e.g. shipping tax of 17.5% is "17.5"
---
> $AddShippingTax = "17.5"; // e.g. shipping tax of 17.5% is "17.5"
593c593,596
< $RunningTaxTotalChanges += (($_POST[shippingtaxrate] / 100) * $ot_value);
---
> $ot_value = $ot_value / (1 + ($_POST[shippingtaxrate]/100));
> $RunningTotalShippingTax = (($_POST[shippingtaxrate] / 100) * $ot_value);
> $RunningTaxTotalChanges += $RunningTotalShippingTax;
> $RunningTaxTotalShipping = $ot_value;
636c639
< $ot_value = $RunningSubTotal;
---
> $ot_value = (($RunningSubTotal + $RunningTax) - $RunningTotalShippingTax);
644a648,653
> if($ot_class == "ot_shipping")
> {
> $ot_value = $RunningTaxTotalShipping + $RunningTotalShippingTax;
> // $sendtotaltoorders = 2;
> }
>
647c656,659
< $ot_value = $RunningTotal; }
---
> $ot_value = $RunningTotal - $RunningTax;
> //$ot_value = $ot_value + $RunningTotalShippingTax;
> }
-
Re: Order Editor 1.3.7 Issues
Just a quick question: If a product is deleted from an order using Edit Orders, is it re-stocked automatically?
Thanks!
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
Danielle
Just a quick question: If a product is deleted from an order using Edit Orders, is it re-stocked automatically?
Thanks!
Nevermind, installed it on my test site and it does indeed re-stock, very nice mod!
-
Re: Order Editor 1.3.7 Issues
Can you please help me with changing $ to ? Euro is the only currency that I'm using in my shop, but still the $ shows on this mod (and this mod only).
Also, the product names won't show at all on list (when adding new products to order) if I haven't savd them in English. Would it be possible to get the names from other language field or do I have to save all products in two languages?
-
Using Edit Orders with Super Orders (Back button fix)
Just wanted to post an update on this.. I tried virtualomega's fix (see previous post below), and it didn't work, but gave me a good hint on what the answer was..
In edit_orders.php find:
Code:
<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>';
Replace with:
Code:
<!-- BOF Required Super Orders edit to return to super_orders.php instead of orders.php -->
<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_SUPER_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oID . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>'; ?></td>
<!-- EOF Required Super Orders edit to return to super_orders.php instead of orders.php -->
<!--
<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>'; ?></td>
-->
=========================================
Quote:
Originally Posted by
virtualomega
To fix this Back button issue:
In edit_orders.php on line 659, find:
Code:
<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>';
and replace with:
Code:
<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_SUPER_ORDERS, 'page=1&oID=' . $oID . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>';
Quote:
Originally Posted by
DivaVocals
-
Another Edit Order mod to use with Super Orders
I also wanted to share on other minor edit I made to edit_orders.php to use with Super Orders. This will add an additional button that takes you back to the Super Orders detail page for the current order from the "Add Product" section of Edit Orders. (Currently there is only a "Back" button that returns you to the Edit Order page..)
Look for this:
Code:
if($action == "add_product")
A few lines down from there find this:
Code:
<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>'; ?></td>
Replace with this:
Code:
<!-- BOF Edit to return to current order being edited instead of the order list page -->
<td class="pageHeading" align="right">
<?php echo '<a href="javascript:history.back()">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>'; ?>
<?php echo '<a href="' . zen_href_link(FILENAME_SUPER_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oID . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_details.gif', IMAGE_ORDER_DETAILS) . '</a>'; ?></td>
</td>
<!-- EOF Edit to return to current order being edited instead of the order list page -->
-
Re: Using Edit Orders with Super Orders (Back button fix)
To clarify, the code referenced below should be found around line 659 as virtualomega previously posted..
Quote:
Originally Posted by
DivaVocals
Just wanted to post an update on this.. I tried virtualomega's fix (see previous post below), and it didn't work, but gave me a good hint on what the answer was..
In edit_orders.php find:
Code:
<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>';
Replace with:
Code:
<!-- BOF Required Super Orders edit to return to super_orders.php instead of orders.php -->
<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_SUPER_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oID . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>'; ?></td>
<!-- EOF Required Super Orders edit to return to super_orders.php instead of orders.php -->
<!--
<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>'; ?></td>
-->
=========================================
-
Re: Another Edit Order mod to use with Super Orders
I mis-spoke.. So let me be clearer here..:smile:
Currently in Edit Orders from the "Add Products" section there is only a "Back" button that returns you to the details page for the order you are adding products to.. With the change posted below there will be one button to take you back to to the order details page for the order you are adding products to and another button to take you back to the Edit Order page..
Quote:
Originally Posted by
DivaVocals
I also wanted to share on other minor edit I made to edit_orders.php to use with Super Orders. This will add an additional button that takes you back to the Super Orders detail page for the current order from the "Add Product" section of Edit Orders. (Currently there is only a "Back" button that returns you to the Edit Order page..)
Look for this:
Code:
if($action == "add_product")
A few lines down from there find this:
Code:
<td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>'; ?></td>
Replace with this:
Code:
<!-- BOF Edit to return to current order being edited instead of the order list page -->
<td class="pageHeading" align="right">
<?php echo '<a href="javascript:history.back()">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>'; ?>
<?php echo '<a href="' . zen_href_link(FILENAME_SUPER_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oID . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_details.gif', IMAGE_ORDER_DETAILS) . '</a>'; ?></td>
</td>
<!-- EOF Edit to return to current order being edited instead of the order list page -->
-
Re: Order Editor 1.3.7 Issues
Is anyone using this mod with "reward points" mod? The reward points are shown in the order, but if I try to edit the order, the reward points turn to 0.00, and I am unable to restore the points, because it will be taken in as price value and adds to the total.
-
Re: Order Editor 1.3.7 Issues
For Mellon or anyone else having the problem with the Order Total going to 0.00:
Just got a chance to check someone's website that had this problem, and I figured out why it happens. Edit Orders relies on the subtotal module being installed. Without it, Edit Orders will not function properly. To fix this, go to Admin->Modules->Order Totals and install the Subtotal module.
Enjoy!
-
Re: Order Editor 1.3.7 Issues
I installed the sub total option, edited an existing order and the total went from correct to 0.00 so there must be something else
-
Re: Order Editor 1.3.7 Issues
Try installing all the order total modules. I have all of them installed except COD.
-
Re: Order Editor 1.3.7 Issues
Also, try editing an order twice. Since your order didn't have a subtotal to begin with, that may cause problems.
Also, try making a new order AFTER you added the subtotal order total module. Then try editing that new order.
This mod is not meant to work without standard order total modules being installed.
-
Re: Order Editor 1.3.7 Issues
srturner47, you were right all along. Here's the trick. You must have the subtotal piece installed BEFORE the customer makes the order. I was thinking it was going to fix old orders by enabling this and changing a value of a product in the order ans re-saving it.
:clap: thanks a ton for the tip, I owe you some beers!
-
Re: Order Editor 1.3.7 Issues
I'm using ZC version 1.3.9d. I've read through this whole support thread and haven't seen my issue, so here goes.
I have the default Authorize.net AIM module and Paypal Express turned on for my site. Before installation of this mod, when I go to the details of the order, I can capture funds, do refunds, etc. on the orders. After installation, all of that is missing. I can provide screenshots if necessary. Granted, I've just discovered the version 2 and haven't installed it yet, so this is all working with the 1.5.3 version.
Another thing - after installation, my details button was renamed "edit". Should that have happened? That means I have two edit buttons. Maybe that's the issue?
Any help would be greatly appreciated! Thanks! :)
Laurel
-
Re: Order Editor 1.3.7 Issues
I was in shock too when I installed version 2 and saw that the edit button was there...lol
to the right of the order you should see at the top of the column: details delete invoice packing slip buttons
then at the bottom is the edit button.
when editing an order you should use the edit button at the bottom of the column.
If you have an edit button at the top (where it should be details button), then try reinstalling the files again especially the buttons...make sure they are in the correct sections when uploading.
did you also make these edits to the admin/orders.php file:
2. Make the following changes to admin/orders.php:
Find: (In 1.3.8a on line 854)
$contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=delete', 'NONSSL') . '">' . zen_image_button('button_delete.gif', IMAGE_DELETE) . '</a>');
Replace With:
$contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_details.gif', IMAGE_DETAILS) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=delete', 'NONSSL') . '">' . zen_image_button('button_delete.gif', IMAGE_DELETE) . '</a>');
Quote:
Originally Posted by
laurelsstitchery
I'm using ZC version 1.3.9d. I've read through this whole support thread and haven't seen my issue, so here goes.
I have the default Authorize.net AIM module and Paypal Express turned on for my site. Before installation of this mod, when I go to the details of the order, I can capture funds, do refunds, etc. on the orders. After installation, all of that is missing. I can provide screenshots if necessary. Granted, I've just discovered the version 2 and haven't installed it yet, so this is all working with the 1.5.3 version.
Another thing - after installation, my details button was renamed "edit". Should that have happened? That means I have two edit buttons. Maybe that's the issue?
Any help would be greatly appreciated! Thanks! :)
Laurel
-
Re: Order Editor 1.3.7 Issues
Ok I finally had time to install version 2 today and it worked like a charm! Thanks so much for this mod - it's a life saver! :)
Laurel
-
Re: Order Editor 1.3.7 Issues
Well, it's that time of year when I review what is good and what is bad about my setup. I am making some cool changes to my zen store and fixing some annoying little bits, too.
Here's one:
I use Zen 1.3.8a and an old version of Edit Orders along with dozens of Mods big and little. One is the Quantity Discounts Mod. When I edit an order, the discount shows up as a positive number in the edit box. If I don't manually add a minus sign in front of it, the total comes out wrong after i edit. It would be no big deal if we didn't have customers who really look at these things and a few complained before I figured out how it happened.
Is there a quick fix for this? I'd really rather not go through and do a big upgrade. My files, including the main order pages in the admin, are heavily modified. It would not be easy.
-
Re: Order Editor 1.3.7 Issues
So, of course I found the answer immediately after posting this. Duh. Anyway, it's a class thing and That Software Guy mentions the fix in a post on these forums with a link that leads right to the instructions:
http://thecartblog.com/2009/12/21/ze...counting-mods/
-
Re: Order Editor 1.3.7 Issues
unfortunately I don't have another discount mod just the stores gift certificate one...so when I go into edit for adding an item that is a prize won by the customer or add a gift certificate amount then I have to manyally add that minus sign or it will add it to the bundle.
although at times it confuses me cause i add the minus sign and it is added not deducted.
of course since adding "g" update...I have had to reupload the private area files and the edit order files to get them to show their admin parts...lol
if not one thing its another but would not trade this store software for another.
-
Re: Order Editor 1.3.7 Issues
Hi!
Just downloaded the newest version (2.0.3) and installed it on my site that runs on ZC 1.3.9g.
I can't add products to the orders, just beeing sent to the admin index page.
Any fix for that?
Cheers
Endre
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
Endre
Hi!
Just downloaded the newest version (2.0.3) and installed it on my site that runs on ZC 1.3.9g.
I can't add products to the orders, just beeing sent to the admin index page.
Any fix for that?
Cheers
Endre
Sounds like your're install is either incorrect or the files were corrupted from the FTP upload.. The add products feature works perfectly.. Suggest re-downloading and re-installing the package..
-
Re: Order Editor 1.3.7 Issues
Hi.
Thanks for the reply.
I did as you suggested and reinstalled this module, but still no "add product" feature working.
Are you sure this works on 1.3.9?
All other aspects of the module works fine.
In the read_me.txt it's referred to ZC 1.3.8.
I am still going to use this module, but I would be over the moon if there was any way of getting the "Add product" feature to work, and not send me to admin index page.
Cheers
ENdre
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
Endre
Hi.
Thanks for the reply.
I did as you suggested and reinstalled this module, but still no "add product" feature working.
Are you sure this works on 1.3.9?
All other aspects of the module works fine.
In the read_me.txt it's referred to ZC 1.3.8.
I am still going to use this module, but I would be over the moon if there was any way of getting the "Add product" feature to work, and not send me to admin index page.
Cheers
ENdre
I am using it on Zen Cart 1.3.9.. Everything works including the "Add Product" feature..
-
Re: Order Editor 1.3.7 Issues
I have been struggling with the same for 2 days now on 1.39h and whatever i try (1.53 and 2.03) still no add product.
I cleaned the whole file back to the bones and it has something to do with the page calling itself.
I think somewhere between 1.38a and 1.39f there has been a change in what is allowed and what not.
Still fighting with it and as someone has a clue?
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
asekeris
I have been struggling with the same for 2 days now on 1.39h and whatever i try (1.53 and 2.03) still no add product.
I cleaned the whole file back to the bones and it has something to do with the page calling itself.
I think somewhere between 1.38a and 1.39f there has been a change in what is allowed and what not.
Still fighting with it and as someone has a clue?
Not sure what's going on with your install. I can verify that I am running the current version of Edit Orders (v 2.03) on a vanilla install of the latest version of Zen Cart 1.3.9 and Edit Orders works just fine.. only edits I made were to get it to work with Super Orders versus the default orders.php (requires minor edits so that the redirects to orders.php go to super_orders.php..)
-
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
asekeris
I have been struggling with the same for 2 days now on 1.39h and whatever i try (1.53 and 2.03) still no add product.
I cleaned the whole file back to the bones and it has something to do with the page calling itself.
I think somewhere between 1.38a and 1.39f there has been a change in what is allowed and what not.
Still fighting with it and as someone has a clue?
I had the same problem. it is because 'add_product' is in the link.
Here is how I have fixed it.
In store/includes/filenames.php add;
define('FILENAME_EDIT_ORDER', 'edit_order');
to the end
In admin/includes/init_includes/init_sessions.php
change this;
if (strpos ( $PHP_SELF, FILENAME_PRODUCTS_PRICE_MANAGER ) === FALSE && strpos ( $PHP_SELF, FILENAME_PRODUCTS_OPTIONS_NAME ) === FALSE && (strpos( $PHP_SELF, FILENAME_CURRENCIES ) === FALSE) && (strpos( $PHP_SELF, FILENAME_LANGUAGES ) === FALSE) && (strpos( $PHP_SELF, FILENAME_SPECIALS ) === FALSE)&& (strpos( $PHP_SELF, FILENAME_FEATURED ) === FALSE)&& (strpos( $PHP_SELF, FILENAME_SALEMAKER ) === FALSE))
to this;
if (strpos ( $PHP_SELF, FILENAME_PRODUCTS_PRICE_MANAGER ) === FALSE && strpos ( $PHP_SELF, FILENAME_EDIT_ORDER) === FALSE && strpos ( $PHP_SELF, FILENAME_PRODUCTS_OPTIONS_NAME ) === FALSE && (strpos( $PHP_SELF, FILENAME_CURRENCIES ) === FALSE) && (strpos( $PHP_SELF, FILENAME_LANGUAGES ) === FALSE) && (strpos( $PHP_SELF, FILENAME_SPECIALS ) === FALSE)&& (strpos( $PHP_SELF, FILENAME_FEATURED ) === FALSE)&& (strpos( $PHP_SELF, FILENAME_SALEMAKER ) === FALSE))
That's it. Your add product should now be working.
It is quite obvious that this is for security and I haven't looked at any possible security issues that this change may cause so USE THIS AT YOUR OWN RISK.