Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Order Editor

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
Dutch translation was add and reviewed, but no buttons were present. Please find them attached.
I still stand behind my original recommendation below - if you have QTpro installed - test both versions (mine and Phocea version), I am sure my version will work on some setups and Phocea version will work on other setups.
I personally tested the Proper version and it just doesn't work in my shop although I am sure I have quite a standard QTpro 4.6 installation on osC 2.2 MS2 RC2a

Personal note to Phocea - thank you for your contribution, I am sure it works on your system, you are welcome to test it on mine (PM was also sent a few hours ago).

Attached file contains nothing.
Rather than waste your time trying out Phocea's vs DrLucas, I'll save you some time. USE PHOCEA'S ONLY. As he/she said, the DrLucas version will only randomly work with stock if you use attributes, because they are unsorted.

*** NO ATTACHMENTS TO DOWNLOAD JUST A NOTE ***
Indeed i forgot to remove the unneeded order by in the query (left from first attempt).
Dr Lucas contribution is not ordering the option and it is left to luck alone to have the correct string to find the related stock.
This version use the same sort that QT Pro does when creating the stock record. It is also more efficient, using less SQL queries in the code.

On my installation, Dr Lucas version would not create the whole string for lookup (i.e. 1-1,2-6,4-3) and not update the stock properly, which make sense since the update code is inside a loop fetching attributes one by one (1-1, then 2-6, then 4-3). It can therefore not work if you have multiple options on the same product!
Your proper addon does not seem to work on my site (SQL errors on the order by po2pov.products_options_values_sort_order desc, which although I manually fixed - still doesn't work properly) I don't have this column in the po2pov table (it is in pov), so I guess it depends on which version of QTpro is installed.
For me - my update works perfectly, tested with multiple orders and multiple attributes without any problem.
I recommend downloading both packages and test which one works for you on your site.

P.S. Please do not download attached file, it contains nothing.
This is the long awaited update to QTpro to make it properly subtract stock from attributes when changing the order's quantities.
This is not a full package. Version 5.0.6.6 must be installed first and then copy the 3 files included here to overwrite the previous files in catalog/admin

Autoinstaller 2.14 for Order Editor 5.0.6.6 by ReyBlack (1 Dec 2008)

The script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.

The aim of the script is to speed up the contribution installation.
And to make possible to uninstall it.

You will need to do manually only what the script cannot.


Before using the autounstaller make a new directory order_editor (catalog/admin/order_editor)

The Auto Installer script requires PHP 5.2.0 !
Türkçe dosyası ve türkçe bottonlar eklendi . Tek bir dosyadır.

Turkish language and buttons added only one file.
Files affected:
/catalog/admin/edit_orders.php


Work-around for the bug where the Edit Order function hangs (blank screen). I would like to resolve this issue properly, but for the time being this fix will work. The shipping method will appear as a line item in the order (with description, e.g. FedEx, etc.) and the cost of shipping can be edited.

Order Editor will also report that no shipping methods are available. If you don't mind manually figuring the shipping cost then this works as a stop-gap measure to allow you to utilize this wonderful mod and also the Free Shipping mod which many stores use.

The alternative is you have to turn off Free Shipping in your store in order to be able to edit any orders - not very helpful!

FIX:

Around Line 349:

Original:

// Get the shipping quotes- if we don't have shipping quotes shipping tax calculation can't happen
// $shipping_modules = new shipping;
// $shipping_quotes = $shipping_modules->quote();


Change to:

// BOF Fix for Free Shipping mod compatibility by Richard Cranium
// Removing lines below prevents blank page on Order Update function
// Get the shipping quotes- if we don't have shipping quotes shipping tax calculation can't happen
// $shipping_modules = new shipping;
// $shipping_quotes = $shipping_modules->quote();
// EOF Fix for Free Shipping mod compatibility

#################

Around line 663:

Original Code:

// Get the shipping quotes
// $shipping_modules = new shipping;
// $shipping_quotes = $shipping_modules->quote();
// End fix for Free Shipping


Change to:

// Fix for Free Shipping compatibility by Richard Cranium
// Removing lines below prevents blank page on Edit Order from Admin panel
// Get the shipping quotes
// $shipping_modules = new shipping;
// $shipping_quotes = $shipping_modules->quote();
// End fix for Free Shipping
I changed (only) the dutch translation file. Improved the language used, more consistency and corrected some spelling errors.

Only 1 file to replace....

I changed (only) the dutch translation file. Improved the language used, more consistency and corrected some spelling errors.

Only 1 file to replace....

I don't use the state-field at all, it only leads to troubles...
This is what I chaged:
*Removed all state fields from admin as well as from customer notifications.
*Reordered the address fields in admin (please see screenshot):
Billing address first, then shipping address and customers informations
*Added order-no to emails

Please install 5.0.6.6 before - this mod is based on that version.

This is just a modification, no full package !!

greetz
anton
Fixes posted by nocomply and pbor1234 added.
Spanish Language added.

Full Package.
   Posted on: 11/16/2008     See contribution details Request Installation with Paid service