View Single Post
  #1  
Old 07-16-2006, 09:17 AM
 
legendarytimes legendarytimes is offline
 

Newbie
  
Join Date: Jun 2006
Location: San Francisco, CA
Posts: 5
 

Default UPS Shipping Labels using Dymo Printer

Hello,

I have spent quite a bit of time trying to figure this out, but so far no luck.

Does anyone print to a Dymo printer? If so, how did you set it up so that when you click on "Labels For Selected" from the Order Admin area, you get the label to be generated for the correct size label?

It seems that I am always getting my labels generated for a large size page so that for each label I print, it is coming out spread out over about 6-8 labels.

I have already gone in and edited the code on the order_label_print.tpl but while that did change some things, it did not seem to correct the overall issue.

I will paste the code I have in this file below - Thanks for any help you can provide.

Code:
<table border="0" cellpadding="0" cellspacing="0"><tr><td> <table border="0" style="width:10cm;height:5.9cm;font-size:18px;font-family:Verdana, Arial, Helvetica, sans-serif;line-height:150%;"> <tr valign="top"> <td width="22%">To: </td> <td> {$order.tracking} {$customer.firstname} {$customer.lastname} {$customer.s_address} {$customer.s_address_2} {$customer.s_city}, {$customer.s_state_text} {$customer.s_zipcode} {if $customer.s_country_text|lower neq "united states" and $customer.s_country_text|lower neq "usa" and $customer.s_country_text|lower neq "us"} {$customer.s_country_text} {/if} </td> </tr> </table> </td></tr> <tr><td> <hr size="1" noshade> </td></tr> </table> {* <table border="0" cellpadding="0" cellspacing="0" width="288"> <tr> <td>[img]images/spacer.gif[/img]</td> <td>[img]images/spacer.gif[/img]</td> <td>[img]images/spacer.gif[/img]</td> <td>[img]images/spacer.gif[/img]</td> </tr> <tr> <td colspan="3" valign="top"><table width="100%" border="0"> { WebsiteCM - Removed <tr> <td><table width="100%" border="0"> <tr valign="top"> <td width="60">From: </td> <td>Legendary Times Books PO Box 6400 Oceanside, CA 92052, USA </td> </tr> </table></td> </tr> <tr> <td><hr size="1" noshade></td> </tr> </table></td> <td>[img]images/spacer.gif[/img]</td> </tr> WebsiteCM - Removed } { WebsiteCM - Added } <tr> <td><table width="100%" border="0"> <tr valign="top"> <td width="60"></td> <td> </td> </tr> </table></td> </tr> <tr> <td><hr size="1" noshade></td> </tr> </table></td> <td>[img]images/spacer.gif[/img]</td> </tr> { WebsiteCM - Added } <tr> <td colspan="3" valign="top"><table width="100%" border="0"> <tr valign="top"> <td width="60">To: </td> <td>{ $Id: order_label_print.tpl,v 1.4 2004/06/29 06:47:31 svowl Exp $ } {$order.tracking} {$customer.firstname} {$customer.lastname} {$customer.s_address} {$customer.s_address_2} {$customer.s_city} , {$customer.s_state_text} {$customer.s_zipcode} {$customer.s_country_text} </td> </tr> </table></td> <td>[img]images/spacer.gif[/img]</td> </tr> </table> *}
__________________
x-cart gold
Version 4.0.13 (linux)
http://www.legendarytimesbooks.com
Reply With Quote