Community Add-Ons

Maintainers: karstenley
Add file to this package
Top » Features

Copy Orders
for osCommerce Online Merchant v2.2

Copy orders simply duplicates an existing order.
We needed this features to ship particial orders etc.

Install is most easy: Just copy the file into the admin directory. Whereever you want, make a link that calls the order-copy.php with the original order-id..... <a href="order-copy.php?oID=1">.. for example. ... Or you can call it manually .. whatevery you want - very easy! No change of other files needed. I just wanted to keep it simplest.

German:
Kopiert Bestellungen im Admin.
Alles was man machen muss ist die Datei ins Admin Verzeichnis zu kopieren und irgendwo in der orders.php einen Link zu machen, der die "original-order-id" enthält platzieren:
also so wie: <a href="orders_copy.php?oID=1"> ... Direktaufruf was auch immer man will -- ich wollte es eben super einfach halten.

Legend:  Download   Report
Expand All / Collapse All
Bugfix ffff 7 Aug 2008  

Bisher wurden die Attribute eines Artikels zwar kopiert, den neuen Attributen müssen aber auch die neuen orders_products_id zugewiesen werden, damit die Attribute in der Auftragskopie sichtbar werden.

Bsp. für einen Link-Button zum Auftrag kopieren in der Datei orders.php:
<a href="orders_copy.php?oID='. $_GET['oID']. '"><input type="Button" value="Copy Order"></a>

Bugix Rechnungsdatum tabsl 7 Apr 2007  
UPDATE: copy-orders.php tabsl 26 Feb 2007  
Copy Orders karstenley 10 Oct 2005  
Copy Orders karstenley 10 Oct 2005