tgely Posted June 6, 2015 Share Posted June 6, 2015 Hi all,Hook Tab <li><?php echo '<a href="' . substr(tep_href_link(FILENAME_ORDERS, tep_get_all_get_params()), strlen($base_url)) . '#section_documents">Documents</a>'; ?></li> Hook DIV and minimal scripts <div id="section_documents" style="padding: 10px;"> <a class="orderDoc" href="invoice.php?oID=<?php echo $oID; ?>">Invoice</a><br /> <a class="orderDoc" href="packingslip.php?oID=<?php echo $oID; ?>">Packingslip</a><br /> <a href="#" id="hrefPrint">Print</a> <div id="document_content">Click document link pages</div> </div> <script> $(document).ready(function(){ $('a.orderDoc').click(function(e){ e.preventDefault(); $("#document_content").load($(this).attr('href')); }); $('#hrefPrint').click(function(e){ e.preventDefault(); w=window.open(null, 'Print_Page', 'scrollbars=yes'); w.document.write(jQuery('#document_content').html()); w.document.close(); w.print(); }); }); </script> Desktop PDF printer http://www.bullzip.com/products/pdf/info.php Print, save and attach.. osCommerce based shop owner with minimal design and focused on background works. When the less is more.Email managment with tracking pixel, package managment for shipping, stock management, warehouse managment with bar code reader, parcel shops management on 3000 pickup points without local store. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.