Contributions

Features (Category Index)
Search: 

Order Editor

This is a long-awaited update to my original order editing tool. This time, nearly every aspect of an order can be quickly edited.

PLUS! The ability to add products to an existing order, reliably update order totals, insert coupons & discounts & extra fees, update tax on individual products, edit product information on individual orders, update product quantities, product prices, and more!

AND! It's ready and formatted for the admin area. Installation in 3 easy steps!

Expand All / Collapse All

Bugfix products_name empty when adding product to order pbor1234 17 Jul 2008

the language_id is not used in the query, selecting the first products_id. In my db the name is ommited there so the name is left empty. Fix is as follows (simply added the languageid to the query):

// Get Product Info
//BOF Added languageid (otherwise products_name is empty)
//$product_query = tep_db_query("select p.products_model, p.products_price, pd.products_name, p.products_tax_class_id from " . TABLE_PRODUCTS . " p left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on pd.products_id = p.products_id where p.products_id = '" . (int)$add_product_products_id . "'");
$product_query = tep_db_query("select p.products_model, p.products_price, pd.products_name, p.products_tax_class_id from " . TABLE_PRODUCTS . " p left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on pd.products_id = p.products_id where p.products_id = '" . (int)$add_product_products_id . "' and pd.language_id = '" . $languages_id . "'");
//EOF Added languageid
$product = tep_db_fetch_array($product_query);
$country_id = oe_get_country_id($order->delivery["country"]);
$zone_id = oe_get_zone_id($country_id, $order->delivery['state']);
$products_tax = tep_get_tax_rate($product['products_tax_class_id'], $country_id, $zone_id);

(this is not a full package, no files attached)

Bugfix edit_orders.php (products stock) nocomply 23 Jun 2008
Order Editor 5.0.6.3 jashnu 22 Apr 2008
Screenshot dimjim 20 Apr 2008
Dutch language pack ditadmin 11 Apr 2008
order_editor_5_0_62 dimjim 1 Apr 2008
Order Editor 5.0.61 luckyno 12 Jan 2008
v5.0.6 Deutsche Übersetzung craxx 20 Nov 2007
v5.0.6 with two bug fixes 1 more scranmer 8 Nov 2007
v5.0.6 with two bug fixes djmonkey1 8 Sep 2007
v5.0.5 with updated installation instructions djmonkey1 2 Sep 2007
v5.0.5 A thousand tiny pinpricks djmonkey1 27 Aug 2007
v5.0.4 with fix for strange characters (the UTF-8 bug) djmonkey1 24 Aug 2007
v5.0.3 with various bug fixes djmonkey1 18 Aug 2007
v5.0.2 with a few small bug fixes djmonkey1 12 Aug 2007
French language file 5.0.1 and button perzident 12 Aug 2007
v5.0.1 - Danish TheExterminator 11 Aug 2007
v5.0.1 with bug fix for comments display djmonkey1 10 Aug 2007
Order Editor 5.0 "Ultra Violet" djmonkey1 9 Aug 2007
Order Editor v5.0 BETA 1 for public testing djmonkey1 24 Jul 2007
ORDER EDITOR 4.0.2 ALPHA insaini 22 Jul 2007
ORDER EDITOR 4.0.1.1 ALPHA insaini 20 Jul 2007
ORDER EDITOR 4.0.1 ALPHA insaini 20 Jul 2007
ORDER EDITOR 4.0 ALPHA insaini 20 Jul 2007
edit_orders.php MwSt. Fix (in v2.7.3) Fix ;) tabsl 16 May 2007
edit_orders.php MwSt. Fix (in v2.7.3) tabsl 15 May 2007
v3.0.2.1 with bug fixed, digitally remastered djmonkey1 12 May 2007
v3.0.2 with bug fix for Invoice URL link in new order confirmation emails djmonkey1 11 May 2007
v3.0.1 with bug fix for multiple currency shops djmonkey1 1 May 2007
v3.0 on Danish Now - Full Pack TheExterminator 1 May 2007
Traducción Español oscomod 30 Apr 2007
Version 3.0 "A Different Kind of Blue" djmonkey1 29 Apr 2007
v2.9.4 with MySQL optimization djmonkey1 28 Apr 2007
FIX for SLOW QUERY v2.93 eholme 28 Apr 2007
v2.9.3 with bug fix for tax on Add a Product djmonkey1 28 Apr 2007
Wrong VAT piet 27 Apr 2007
v2.9.2 with optional patch for SPPC djmonkey1 20 Apr 2007
v2.9.2+ Slovak VAT mgx 16 Apr 2007
v2.9.1+ Slovak VAT mgx 13 Apr 2007
German language file 2.9.1 and button snuggler 10 Apr 2007
Dutch language file 2.9.1 and button leon2u 9 Apr 2007
v2.9.1 with bug fixes, new features, etc djmonkey1 10 Mar 2007
v2.9.0 incorporated additional info Ralph2 1 Mar 2007
v2.9.0 with email updated order confirmation feature Ralph2 25 Feb 2007
v2.8.5 with minor modification Ralph2 22 Feb 2007
v2.8.5 with minor bug fix djmonkey1 5 Feb 2007
v2.8.4 CORRECTED djmonkey1 1 Feb 2007
v2.8.4 Cleaner code! Cool new features! djmonkey1 1 Feb 2007
v2.8.3 with fix for register_globals (again) djmonkey1 28 Jan 2007
Dutch language file and button leon2u 14 Dec 2006
Update Lang Spanish ramusgue 5 Dec 2006
v2.8.2 With some Bug Fix - New Drako 28 Nov 2006
v2.8.2 With some Bug Fix Drako 28 Nov 2006
SearchSuggest_Update for v2.8.1 insomniac2 13 Nov 2006
v2.8.1 Added AJAX to ADD PRODUCTS Drako 13 Nov 2006
v2.8 Added AJAX to ADD PRODUCTS with the missing file searchsuggest.php Drako 13 Nov 2006
v2.8 Added AJAX to ADD PRODUCTS Drako 13 Nov 2006
v2.7.4 bug fix for Internet Explorer (IE) djmonkey1 1 Nov 2006
v2.7.3 with code to avoid certain javascript and php errors djmonkey1 31 Oct 2006
v2.7.2 deleted unnecessary function djmonkey1 24 Oct 2006
v2.7.1 with bug fix djmonkey1 24 Oct 2006
Is on Danish Now TheExterminator 20 Oct 2006
v2.7 With new features and an improved layout djmonkey1 19 Oct 2006
v2.6.5a with corrected installation instructions djmonkey1 8 Oct 2006
Order Editor 2.6.5 Onkel Flo 8 Oct 2006
v2.6.4 CORRECTED djmonkey1 23 Sep 2006
v2.6.4 Russian Translation Irin 23 Sep 2006
Language pack add-on djmonkey1 22 Sep 2006
v2.6.4 with new features djmonkey1 22 Sep 2006
Currencies Edit Addon Install eww 20 Sep 2006
Change customer's Currency / Currency Value eww 19 Sep 2006
2.6.3 Dutch Translation i2Paq 24 Aug 2006
2.6.3 Dutch Translation i2Paq 24 Aug 2006
Order Editor 2.6.3 TheExterminator 10 Aug 2006
v2.6.3 with support for downloads and also a revised stock check method djmonkey1 9 Aug 2006
v2.6.3 with support for downloads and revised stock checks djmonkey1 9 Aug 2006
v2.6.3 with support for downloads and revised stock checks djmonkey1 9 Aug 2006
Slovak translation v2.6 krtko 2 Aug 2006
v2.6.2 With even better JavaScript djmonkey1 1 Aug 2006
v2.6.1 Bug fix for tax calculations when adding a product djmonkey1 16 Jul 2006
Slovak translation krtko 13 Jul 2006
v2.6 roll-up with one small bug fix djmonkey1 9 Jul 2006
v2.5.4 with fix for "add a product" failing on sites with shared SSL djmonkey1 15 Jun 2006
French Translation lordbdp 15 Jun 2006
v2.5.3 with two small bugs repaired djmonkey1 10 Jun 2006
Full Danish File TheExterminator 6 Jun 2006
v2.5.2 With more support for products attributes prices djmonkey1 5 Jun 2006
v2.5.1 with fixes for attributes price prefixes djmonkey1 9 May 2006