diga_alex Posted July 28, 2010 Posted July 28, 2010 I'm using the Linkpoint Connect payment module and in order to do so I had Make this change to checkout_payment.php: <!-- body_text //--> <td width="100%" valign="top"><?php echo tep_draw_form('checkout_payment', tep_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL', false), 'post', 'onsubmit="return check_form();"'); ?><table border="0" width="100%" cellspacing="0" cellpadding="0"> echo tep_hide_session_id(); This disables the Session ID as Linkpoint requires a static Referrer Form URL. However, this change seems to cause an endless loop in IE browsers. Instead of processing the order it forces the Customer back to the login page. After proceeding with cart checkout it again it loops back to login. This only occurs in IE browsers.
Guest Posted July 28, 2010 Posted July 28, 2010 Alex, Are you using the Linkpoint contributions found on this website ? I have installed Linkpoint for many clients and have never had a session ID issue connecting. Linkpoint also has really good support as well and I am sure they can clear up any issues. Chris
knifeman Posted July 28, 2010 Posted July 28, 2010 I'm using the Linkpoint Connect payment module and in order to do so I had Make this change to checkout_payment.php: <!-- body_text //--> <td width="100%" valign="top"><?php echo tep_draw_form('checkout_payment', tep_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL', false), 'post', 'onsubmit="return check_form();"'); ?><table border="0" width="100%" cellspacing="0" cellpadding="0"> echo tep_hide_session_id(); This disables the Session ID as Linkpoint requires a static Referrer Form URL. However, this change seems to cause an endless loop in IE browsers. Instead of processing the order it forces the Customer back to the login page. After proceeding with cart checkout it again it loops back to login. This only occurs in IE browsers. I have one site using the linkpoint connect mod from ecartz. It says to make those changes, but it works without doing them. Tim
diga_alex Posted July 28, 2010 Author Posted July 28, 2010 I have one site using the linkpoint connect mod from ecartz. It says to make those changes, but it works without doing them. Tim Initially, it was working without the modification. However, then all of a sudden Linkpoint started returning error 1002 Merchant unavailable. So I contacted Linkpoint support and the stated the the problem was due to the Session ID being passed in the URL. I went back and made the above mentioned change and badda bing it started working again. Now I have this problem with IE browsers.... What is your suggestion?
diga_alex Posted July 28, 2010 Author Posted July 28, 2010 Alex, Are you using the Linkpoint contributions found on this website ? I have installed Linkpoint for many clients and have never had a session ID issue connecting. Linkpoint also has really good support as well and I am sure they can clear up any issues. Chris No where would I find such contributions and are there any specific ones relating to this issue?
knifeman Posted July 28, 2010 Posted July 28, 2010 What is your suggestion? Not sure what happened. My site is still functioning. Here is line 137 thru 145 of my checkout_payment.php <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> </table></td> <!-- body_text //--> <td width="100%" valign="top"><?php echo tep_draw_form('checkout_payment', tep_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL'), 'post', 'onsubmit="return check_form();"'); ?><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.