thetrainer Posted October 24, 2007 Posted October 24, 2007 Hi All, I installed the LinkPoint Connect contribution and made the associated changes to the files. This was a fresh install. Customers when they get to the "confirmation" portion the transaction information is passed to LinkPoint and properly charged, but the customer gets some sort of error and they do not get a receipt back and one stated the order was still in their cart. Also, the orders were not written to osCom and they do not show up in the admin side. I am not sure were to look to find what the problem is, but it appears to be at the point the information is passed to LinkPoint and coming back. Customers state they get the e-mail that tells them about their order, but does not provide specific info on the exact product from the store they ordered, only a total charge. I made this change to checkout_payment.php as stated in the documents so the ID number would not be passed. <!-- 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(); <!--Added false to tep_href_link(checkout_payment) link so Linkpoint wont see sid--> I installed the LinkPoint Connect module as specified and configured. I did not enable "Yourpay" option but all others are the way I need them. Any help would be greatly appreciated. r/ Dan Quote
Guest Posted October 24, 2007 Posted October 24, 2007 Hi All, I installed the LinkPoint Connect contribution and made the associated changes to the files. This was a fresh install. Customers when they get to the "confirmation" portion the transaction information is passed to LinkPoint and properly charged, but the customer gets some sort of error and they do not get a receipt back and one stated the order was still in their cart. Also, the orders were not written to osCom and they do not show up in the admin side. I am not sure were to look to find what the problem is, but it appears to be at the point the information is passed to LinkPoint and coming back. Customers state they get the e-mail that tells them about their order, but does not provide specific info on the exact product from the store they ordered, only a total charge. I made this change to checkout_payment.php as stated in the documents so the ID number would not be passed. <!-- 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(); <!--Added false to tep_href_link(checkout_payment) link so Linkpoint wont see sid--> I installed the LinkPoint Connect module as specified and configured. I did not enable "Yourpay" option but all others are the way I need them. Any help would be greatly appreciated. r/ Dan I am having the same problem as well....with both the linkpoint connect as well as the API verision. breaking at the same point. on the return to the cart. the error I am getting as well as the customers is this: Fatal error: Call to a member function on a non-object in /home/southsho/public_html/checkout_process.php on line 102 ANY help would be nice. I have found lots of other erros from this vendor, and some solutions, but not to this problem. Rad 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.