Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Protx Confirmation Email

    Hi Thomas,

    Quote Originally Posted by thomasharding View Post
    No doubt that you've tested this in both browsers, so I can only blame my hacked-to-pieces zen cart we own right now.

    Do you have any idea what would be the reason for this, haha?
    I tried to put through an order in IE to see if I could see what you are seeing and it went through fine.

    Please delete order #6 and VOID my card before 12 tonight (otherwise it will cost you to refund! ;) ).

    Unfortunately the issue you are having with IE - "Session Timeout" - is probably a cookie blocking problem, with a firewall or your settings or something. It's not likely to be the cause of the inability of Zen Cart to create the order, it's just unlikely that anyone would not be able to put their card details in on time before the session times out.

    I wish I could be of more help but I really don't know what else to say. :|

    All the best...

    Conor

  2. #12
    Join Date
    Sep 2005
    Location
    London
    Posts
    25
    Plugin Contributions
    0

    Default Re: Protx Confirmation Email

    I am having a problem with this too.

    I have checked in the Protx admin and the problem seems to be caused by a zenid being added to the success/failure urls. This would appear to prevent Protx Form sending the authorisation signal back to the Zen Cart website.

    Any suggestions about how to prevent the zenid being added to the url? I'm pretty sure this will solve the problem.

  3. #13
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Protx Confirmation Email

    Hi,

    Quote Originally Posted by keiran View Post
    I am having a problem with this too.
    I don't think you are, as adding the zenid wasn't the problem and no one has ever reported it being a problem before you!


    Quote Originally Posted by keiran View Post
    I have checked in the Protx admin and the problem seems to be caused by a zenid being added to the success/failure urls. This would appear to prevent Protx Form sending the authorisation signal back to the Zen Cart website.
    I don't understand what you mean here... how could you possibly determine what was causing a failure by looking at the Protx admin? It simply tells you whether something's failed or not, but not how!

    Quote Originally Posted by keiran View Post
    Any suggestions about how to prevent the zenid being added to the url? I'm pretty sure this will solve the problem.
    You could change line 515 from:

    PHP Code:
    $plain .= "SuccessURL=" zen_href_link(FILENAME_CHECKOUT_PROCESS'''SSL'true) . '&'

    to

    PHP Code:
    $plain .= "SuccessURL=" zen_href_link(FILENAME_CHECKOUT_PROCESS'''SSL'false) . '&'
    but I think that all orders would fail then... I'm not sure but I think that without the zenid Zen Cart can't tell that the call is coming from a logged in user so it would redirect to the login page instead of completing the order.

    All the best...

    Conor

  4. #14
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Protx Confirmation Email

    Hi,

    Quote Originally Posted by conor View Post
    I don't understand what you mean here... how could you possibly determine what was causing a failure by looking at the Protx admin? It simply tells you whether something's failed or not, but not how!
    Okay, I now see what you are saying.. URIs with the zenid fail, ones without it don't.

    The module requests that Zen Cart adds the ID if necessary, and everything works fine here so I can't test if Zen Cart is failing to parse the ID or something.

    I'm afraid I just don't know what's going on here and without being able to replicate the problem don't know what I can do other than to ask you to get back to me with some feedback about what happens if you change the "true" to "false" for the zen_href_link calls for the successurl and failureurl.

    Thanks!

    All the best...

    Conor

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 9
    Last Post: 15 Nov 2013, 04:23 PM
  2. welcome email problem and order confirmation email problems
    By oneelios in forum General Questions
    Replies: 1
    Last Post: 22 Jan 2010, 11:18 AM
  3. Replies: 4
    Last Post: 9 Jun 2009, 08:17 PM
  4. HTML Entity before ZenID in Protx Confirmation Address
    By thomasharding in forum Addon Payment Modules
    Replies: 0
    Last Post: 3 Dec 2008, 03:02 PM
  5. Protx and Cart confirmation order email query
    By sam_m in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Sep 2008, 09:56 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