Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2011
    Posts
    129
    Plugin Contributions
    0

    Default Send Gift Certificate Blank Page

    Hi,

    all of a sudden I'm having an issue with my gift certificates. When I click on the icon to send gift certificate it just goes to a blank page.

    Can someone please help with this.

    My site: bequjuice.com

    This is the url of the blank page:

    http://www.bequjuice.com/index.php?main_page=gv_send

    Thanks.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Send Gift Certificate Blank Page

    What do you see in the debug log files in your /cache directory?
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  3. #3
    Join Date
    Mar 2011
    Posts
    129
    Plugin Contributions
    0

    Default Re: Send Gift Certificate Blank Page

    This is what it says:

    [08-Nov-2011 05:41:35] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /includes/languages/english/gv_send.php on line 41

    I guess I messed it up while trying to customize the instructions text. The code is below lines 40-42

    40 define('EMAIL_GV_FIXED_FOOTER', 'If you have difficulties redeeming the ' . TEXT_GV_NAME . ' using the automated link above, '
    41 'you can also enter the ' . TEXT_GV_NAME . ' ' . TEXT_GV_REDEEM . ' during the checkout process at our store.');//. "\n" . from end of line above after '
    42 define('EMAIL_GV_SHOP_FOOTER', '');

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Send Gift Certificate Blank Page

    Looks like this reads:
    define('EMAIL_GV_FIXED_FOOTER', 'If you have difficulties redeeming the ' . TEXT_GV_NAME . ' using the automated link above, '
    'you can also enter the ' . TEXT_GV_NAME . ' ' . TEXT_GV_REDEEM . ' during the checkout process at our store.');//. "\n" . from end of line above after '
    And that has too many single quotes ... try using:
    define('EMAIL_GV_FIXED_FOOTER', 'If you have difficulties redeeming the ' . TEXT_GV_NAME . ' using the automated link above, you can also enter the ' . TEXT_GV_NAME . ' ' . TEXT_GV_REDEEM . ' during the checkout process at our store.');
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  5. #5
    Join Date
    Mar 2011
    Posts
    129
    Plugin Contributions
    0

    Default Re: Send Gift Certificate Blank Page

    Perfect! Fixed the issue. Thank you Ajeh.

    Not sure why this issue came up in the first place as I didnt touch any quotations or create any new ones. Just fixed up the text inside the quotes that were already there.

    Thank you very much for the quick fix!

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Send Gift Certificate Blank Page

    Thanks for the update that this is now working for you ...
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

 

 

Similar Threads

  1. Problem with the Gift Certificate send page
    By mom2da3ks in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Feb 2011, 05:44 PM
  2. Gift Certificate issue - getting blank page?
    By shandebar in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 2
    Last Post: 8 Feb 2009, 06:22 PM
  3. Gift Certificate OK Queue, Doesn't send to Gift SENT
    By paperthreads in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 4
    Last Post: 11 Sep 2008, 09:33 PM
  4. Send Gift Certificate Page
    By paulssports in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 4
    Last Post: 24 Jan 2007, 10:42 PM
  5. Edit Bug on the Send Gift Certificate Confirmation page using CSS buttons
    By Uncle Bob in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 32
    Last Post: 8 Nov 2006, 05:07 PM

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
  •