Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2007
    Posts
    4
    Plugin Contributions
    0

    Default Gift Certificate Send Confim Problems

    I've been unable to find info on this problem.
    I have a zencart store and have enabled gc's as directed. When testing, as a customer, I can redeem gc's.
    But when trying to send a gc to somebody from my shopping cart, I get to the "confirm" page, hit "confirm" and the page hangs there until I get a CGI timeout.
    I am thinking that it is something with gv file with php that has "if ... process" then it will go to TIMEOUT.
    But, the gc shows as sent in admin gc queue, even to the person to whom it was sent, even though the person didn't receive it.
    Thank you in advance.
    Greg

  2. #2
    Join Date
    Nov 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Gift Certificate Send Confim Problems

    For additional reference, the command below seems to address/direct the action I'm having trouble with, but I don't know how/where to correct it:

    // verify no timeout has occurred on the send or process
    if (!$_SESSION['customer_id'] and ($_GET['action'] == 'send' or $_GET['action'] == 'process')) {
    zen_redirect(zen_href_link(FILENAME_TIME_OUT));

    It is in the /includes/modules/pages/gv_send

  3. #3
    Join Date
    Nov 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Gift Certificate Send Confim Problems

    Okay, I had a very similar problem with "Whoops, session expired" after customer login. I also had a problem with Gift Certificate not being confirmed after sending.
    I adjusted from admin>configuration>sessions>check ip address=true (with force cookie=false; recreate session=false) and it solved both problems!
    Fluke?

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

    Default Re: Gift Certificate Send Confim Problems

    You should check with your hosting site and see why you need to have the Recreate Sessions set to false as this is a less secure method than when it is set to true ...
    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. v150 Trying to send gift certificate, hit "send" get 404 page not found
    By WebKat in forum General Questions
    Replies: 15
    Last Post: 5 Mar 2013, 10:10 AM
  2. Gift Certificate OK Queue, Doesn't send to Gift SENT
    By paperthreads in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 11 Sep 2008, 09:33 PM
  3. Gift Certificate send-to-friend problems
    By virtualahmad in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 3
    Last Post: 30 Oct 2007, 12:13 AM

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