Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Mar 2004
    Location
    Finland
    Posts
    488
    Plugin Contributions
    3

    Default [Done v1.3.7] Coupon popupwindow function missing in account_history_info

    Like the topic says...

    in account_history_info (viewing an order in the order history)
    there is an order_total line showing the coupon with the coupon name as a link, but the "couponpopupWindow()" function isn't defined in this page thus the link doesn't open ... is it supposed to be like this??
    Last edited by pasi; 16 Nov 2006 at 06:41 PM.
    Working with Zen Cart since 2003 :: www.prr.fi
    Author of the original Finnish language pack for Zen Cart since 2004

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Coupon popupwindow function missing in account_history_info

    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!
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Replies: 3
    Last Post: 3 Aug 2015, 05:22 PM
  2. [Done 1.3.9a] zen_back_link() function update
    By Absolute in forum Bug Reports
    Replies: 8
    Last Post: 15 Apr 2010, 09:27 AM
  3. Replies: 0
    Last Post: 13 Oct 2008, 04:54 PM
  4. [Done 1.3.9] function zen_categories_lookup SQL Error
    By hardboiled in forum Bug Reports
    Replies: 0
    Last Post: 11 Sep 2008, 03:54 AM
  5. Replies: 0
    Last Post: 5 Nov 2007, 03:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg