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: