I downloaded this mod from this link:
http://www.pluscom.us/contrib/popup_...voice_v1.1.zip
Running it on Zencart 1.3.8 and it works great except that on the invoice the text [Print Order Invoice] doesn't show, instead it shows a link under TEXT_PRINT_RECEIPT TEXT_ACCOUNT_INVOICE_PRINT.
As instructed, I've added the define text lines on account_history_info.php and checkout_success.php both on my template and the main file but it still doesn't work.
There is probably a simple solution to this but I'm not familiar with php enough to know where to look.
I was wondering if anyone can help me on this? Thanks!
Does it have something to do with this code:
<!--bof added lines by popup_invoice_print_v1.1 module box -->
<div class="centerColumn" id="accountHistInfo" colspan="1" align="center">
<?php
echo '<br />';
echo '<hr witdth=100%>';
echo TEXT_CHECKOUT_PRINT_ALERT;
echo '<h4>';
echo '<br />';
echo '<a href="javascriptopupWindow(\'' .
zen_href_link('popup_print_invoice&order_id='. $zv_orders_id) . '\')">' .
TEXT_PRINT_RECEIPT . '</a>';
?>
<!--eof added lines by popup_invoice_print_v1.1 module box -->



opupWindow(\'' .


