andy_sim
Total Posts: 25
Joined: 2009-05-22
HI Lindsey,
well if you would sghare your code that would be fantastic, I for one would be gratefull.
One of the great things about open source is people like yourself, who are prepared to help beginners like me.
Well done and thank you.
Andy
Martinvdv
Total Posts: 15
Joined: 2009-09-28
I’m very interested in your code. Looking forward to use it.
andy_sim
Total Posts: 25
Joined: 2009-05-22
HI Lindsey,
yes I would be interested as well.
Thank you on behalf of many who will find your work usefull.
best regards
Andy
quirkybird
Total Posts: 35
Joined: 2008-09-23
Our clients have been using ECC to sync with their Endicia, you can check it out at http://www.webgility.com . They’re a huge resource for our clients, and we’ve all been really happy with their customer service and software in general.
Signature
quirky bird
hip web design - http://www.quirky-bird.com
quirkybird
Total Posts: 35
Joined: 2008-09-23
Oh, and FYI - I just noticed on their website that they’ve added more shipping providers:
1. UPS WorldShip
2. Stamps.com
3. Endicia Dazzle
4. QuickBooks Shipping Manager (Fedex or UPS)
5. USPS (without postage)
Note that this service runs through Quickbooks PC and syncs with your Magento.
Signature
quirky bird
hip web design - http://www.quirky-bird.com
Jeremiah
Total Posts: 34
Joined: 2008-01-10
For some reason I’m not getting a popup window. Clicking the new Shipping Label link just reloads the link, but adds a # to the end of the url. I guess the popup window isn’t getting activated for some reason.... Ideas?
ZwaZo
Total Posts: 22
Joined: 2009-03-10
ZwaZo - 22 January 2010 01:16 AM
mortall - 07 January 2010 02:30 AM
One change was made in this wiki script, because it didn’t make the spaces between words before properly.
Made change from : $outx=array(’’,’’,’’);
changed to: $outx=array(’’,’’,’%20’);
http://www.magentocommerce.com/wiki/print_labels
I have started to add some translations for the accentuated caracters as well in the CMS code:
str = str . replace (/% 20 / g , ' ' ); str = str . replace (/% 20 / g , ' ' ); str = str . replace (/& #xC3;´/g,'ô'); str = str . replace (/& #xC3;©/g,'é'); str = str . replace (/& #xC3;¨/g,'è'); str = str . replace (/& #xC3;¢/g,'â'); str = str . replace (/& #x27;/g,'-');
(The list still has to be completed)
cheers,
Here some more for some accentuated fonts :
< div id = "address" > < script type = "text/javascript" > var str = location . href ; var output = '' ; str = str . substr ( str . indexOf ( "addr=" )+ 5 ); str = str . replace (/% 20 / g , ' ' ); str = str . replace (/& #xC3;´/g,'ô'); str = str . replace (/& #xC3;©/g,'é'); str = str . replace (/& #xC3;¨/g,'è'); str = str . replace (/& #xC3;¢/g,'â'); str = str . replace (/& #xC3;ª/g,'ê'); str = str . replace (/& #xC3;‰/g,'É'); str = str . replace (/& #xC3;Š/g,'Ê'); str = str . replace (/& #xC3;§/g,'ç'); str = str . replace (/& #xC2;°/g,'°'); str = str . replace (/& #xC3;®/g,'î'); str = str . replace (/& #x27;/g,'-'); output = str . replace (/@@/ g , "<br />" ); [removed] ( output ); </script> </ div >
BTW, Has someone suceeded to include a logo on the label ?
Best regards
Jef
lividinstruments
Total Posts: 64
Joined: 2008-10-03
FWIW I print mailing labels so I can send customers thank you letters and coupons. I use the Export to .csv file, then use the mail merge in Word to select the cells. It works ok, definitely better then manually doing it!
Signature
Livid Instruments
lividshop.com
Posted: October 8 2010
| top
| # 45