[Request] Re-send Invoice from Admin system

Modules, Add-ons and custom code that's more than just a quick hack or Mod.
Post Reply
Martin
Site Admin
Site Admin
Posts: 1854
Joined: Wed Jun 17, 2009 6:30 pm
Location: South Yorkshire UK
Contact:

[Request] Re-send Invoice from Admin system

Post by Martin »

This is probably something that someone has already got a bit of an idea how to do so I'm throwing this one open in the hope that someone has the time to figure it out and provide the mod (I'll contribute btw)...

It seems there's a function in /lib/orders.php

Code: Select all

function EmailInvoiceToCustomer($orderId, $newStatusId=null)
... that could be used by the admin interface to send out a new copy of an order invoice.

I figure it would be relatively simple to add a new "action" to the Admin -> Orders page so that this function could be triggered but I have no time to find the all important bits of code to add that to the list of "Edit order, Print Invoice, etc... "


Any takers?
usaccess608
Posts: 12
Joined: Tue Jul 28, 2009 2:41 pm

Re: [Request] Re-send Invoice from Admin system

Post by usaccess608 »

this feature would be fantastic. id someone can create this mod for us....
Post Reply