Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2009
    Posts
    9
    Plugin Contributions
    0

    Default GV email redeem link to blank page

    ANyone could guide me to what page A customer should see when he tries to redeem a Gift certificate through the link in his received email ?

    All seems to work well , I mean the GV value is added to the persons account (if he was logged in allready) but the link directs to a blank page or blank page after logging in .

    index.php?main_page=gv_redeem&gv_no=xxxxxxxxx = blank page

    Thanks

  2. #2
    Join Date
    Jun 2009
    Posts
    9
    Plugin Contributions
    0

    Default Solved : error pack dutchlanguageZC139

    Solved: found error in Dutch language pack.

    was :
    PHP Code:
    define('NAVBAR_TITLE'' . TEXT_GV_NAME . ' inwisselen);
    define('HEADING_TITLE'' . TEXT_GV_NAME . ' inwisselen); 
    change to :
    PHP Code:
    define('NAVBAR_TITLE'TEXT_GV_NAME ' inwisselen ');
    define('HEADING_TITLE'TEXT_GV_NAME ' inwisselen'); 

 

 

Similar Threads

  1. Link in email gift voucher takes me to a blank page
    By fonzie in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 28 Aug 2010, 09:21 AM
  2. Blank Page when there is a broken link
    By milobloom in forum General Questions
    Replies: 1
    Last Post: 29 Apr 2010, 04:53 PM
  3. Replies: 2
    Last Post: 21 Feb 2010, 04:33 AM
  4. Blank page from link in categories
    By CPJ in forum General Questions
    Replies: 7
    Last Post: 29 Apr 2008, 02:09 AM
  5. Login Link - Page comes up Blank?
    By rainbows in forum General Questions
    Replies: 11
    Last Post: 17 Nov 2007, 12:10 AM

Bookmarks

Posting Permissions

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