This contribution will generate a pdf file of order labels which you can print onto sticky labels for letters or parcels.
Legend: 
Download

Report
--------admin/includes/languages/english/lable_print.php--------
define('STORE1', '' . STORE_NAME . ''); // Your stores name goes here
define('STORE2', '' . STORE_NAME_ADDRESS . ''); // your stores address line
define('STORE3', '' . STORE_OWNER . ''); // your stores city, state and zip here
Updated the package to include the multi page fix by babylon (thanks for this fix BTW :) )
Also made a template to work with S-3845 laser labels available at www.uline.com (4inx2in 10qty per sheet)
Here is the link to the item
http://www.uline.com/ProductDetail.asp?model=S-3845
templates are available on the website for this and all other laser labels.
Also added variables for your stores address
(looks like this was in the works but unfinished)
so i dropped in a functional solution.
THIS IS A FULL PACKAGE, with simple install
Voici une traduction francaise complète (y compris les fichiers qui ne sont pas placés dans le repertoire languages).
Je n'ai pas traduit les erreurs du type mauvais chmod ou erreur de génération de fichier mais je suppose que seul le développeur les rencontrera ;)
Sinon, la contribution est vraiment bien et il est très facile de la paramétrer pour tout les types de papiers.
heres a very simple lable that i managed to create, i am not a programmer but i somehow created this address_label that works with this contibution, very simple to setup you just need to edit the file with your own details, ie Return address, promotional text etc.. and upload the file to the admin folder and thats it, you must have this contibutions already installed, for it to work,(maybe it works with out it i am not sure) but anyway when you have uploaded it to the admin folder just select the customer invoice from the admin and click on the "ship to" and a popup page should show the shipping address and also it should give you a print prompt, set the page to Lanscape prior to printing the label.. (i created it for the label size that we use which is 14cm x 10.5cm)
We found that the contribution would only generate one page of stickers at a time regardless of the number specified so we edited it.
If you are having the same problem then use this file to replace your copy of *admin*/label_print.php.
You will need to have the original package installed.
Module works well, just found one error that made it not work.
>/// Step Five ///
>
>CHMOD admin/includes/modules/batch_print folder to 0755
It should read
CHMOD admin/includes/modules/label_print folder to 755
This contribution will generate a pdf file of order labels which you can print onto sticky labels for letters or parcels.