Whats new?
In this version, added a line for displaying utf-8 encodings properly. And recovered the telephone line which is dropped from the shipping address field on the previous version.
A quick fix to add a pop up print label print window in the orders page. Uses the default admin template, so you need to refresh on Magento upgrade. Have left red css border so you can use to position the label. EDITORS PLEASE NOTE: if you edit this make sure to use 3 backslashes to get one output when using before the “n” character in code section.
Edit info.phtml |
Download the file /app/design/adminhtml/default/default/template/sales/order/view/info.phtml
Around line 171 of this file, just after Shipping Address Title <h4 class=”icon-head head-shipping-address”><?php echo Mage::helper(’sales’)→__(’Shipping Address’) ?></h4>
add this
<span style="float:right"><a href='#' style="color:#FFCC22" onclick="labelPrint()" >Print Shipping Label</a></span>
<script type="text/javascript">
/* <

