Create a file:
PHP Code:
/includes/modules/pages/account_history_info/jscript_main.php
Put into that file:
PHP Code:
<?php
/**
* jscript_main
*
* @package page
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: jscript_main.php 4942 2006-11-17 06:21:37Z ajeh $
*/
?>
<script language="javascript" type="text/javascript"><!--
function couponpopupWindow(url) {
window.open(url,'couponpopupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=320,screenX=150,screenY=150,top=150,left=150')
}
//--></script>
This will allow the coupon code link to display the information in the popup ...
Thanks for the update!