bpmcclure Posted February 13, 2008 Posted February 13, 2008 I installed Linkpoint Connect 1.2 without problem, but the edit to checkout_payment.php is causing a problem. I assume I am missing some code, so am looking for help. The instructions for editing the checkout_payment.php file were not bery detailed, and what I did is not working quite right. When I process an order, I get echo tep_hide_session_id(); above the Payment Information header on the checkout_payment.php page. Here is my code there: <!-- 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">echo tep_hide_session_id(); <!--Added false to tep_href_link(checkout_payment) link so Linkpoint wont see sid--> Can someone point me to what is missing here? Thanks in advance, Bruce Quote
bpmcclure Posted February 14, 2008 Author Posted February 14, 2008 I installed Linkpoint Connect 1.2 without problem, but the edit to checkout_payment.php is causing a problem. I assume I am missing some code, so am looking for help. The instructions for editing the checkout_payment.php file were not bery detailed, and what I did is not working quite right. When I process an order, I get echo tep_hide_session_id(); above the Payment Information header on the checkout_payment.php page. Here is my code there: <!-- 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">echo tep_hide_session_id(); <!--Added false to tep_href_link(checkout_payment) link so Linkpoint wont see sid--> Can someone point me to what is missing here? Thanks in advance, Bruce I figured out my part problem with the above, finally got the sid to suppress, but still get the text above the header. Any ideas? Bruce Quote
bpmcclure Posted February 14, 2008 Author Posted February 14, 2008 I figured out my part problem with the above, finally got the sid to suppress, but still get the text above the header. Any ideas? Bruce Figured it out, there was a tag misplaced in the contribution! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.