Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted
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

Posted
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!

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...