matrix2223 Posted November 3, 2005 Posted November 3, 2005 I down loaded the link point connect v1.1 from DJ Alex it is installed but have no idea why it says credit card error it is not possible to order from the store at this time & contact merchant for information (error 1002). In the instruction it says to do this, 1. Place linkpointconnect.php from the module folder into your catalog/includes/modules/payment folder. 2. Place the linkpointconnect.php from the language folder into catalog/includes/languages/english/modules/payment/ folder 4. Go to the OsCommerce Admin Section and configure. https://www.domain.com/catalog/admin 2. You must edit the shopping cart so that it does not have the session osCid appended to the url. 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"> <!--Added false to tep_href_link(checkout_payment) link so Linkpoint wont see sid--> Note: I added a third parameter to the tep_href_link function so that it would not append the session id when transferring to the checkout_confirmation page. LINKPOINT CONFIGURATION: You must set your order submission form URL in LinkPoint Central. Log into LinkPoint Central. https://www.linkpointcentral.com Click on Customization at the top. Then click on "configure your LinkPoint Connect." If you don't see this option then you will need to contact Agent Services (800-456-5902) to add it Look for "Order Submission form URL." Here is an example of what you would enter: https://www.domain.com/catalog/checkout_confirmation.php If you want a seemless shopping experience, you need to enter an address for both confirmation and failure URL fields. Here is an example of what you would enter for both fields: https://www.domain.com/catalog/checkout_process.php Also make sure you enable (click on) the following options: URL is a CGI script Automatically display specified URL after the LinkPoint HTML receipt page. My question is where is this cod at I can not find it no where. Also I am with netfirms.com web hosting and they say to do this 10. For LinkPoint Basic v1.2 browse to http://www.oscommerce.com/community/contri.../mirror,sunsite OR http://www.oscommerce.com/community/contri...261/mirror,pair 11. Open the package by double-clicking it 12. Using an FTP tool (eg. Filezilla), upload linkpointbasic.php from the module folder into your ../catalog/includes/modules/payment/ folder 13. Place the linkpointbasic.php from the language folder into ../catalog/includes/languages/english/modules/payment/ folder 14. With a text editor (eg. Notepad), open ../catalog/includes/modules/payment/linkpoint.php and go to the //class constructor section. Then ensure the coding points to the correct posting URL's. The coding should look simlar to the following: if (MODULE_PAYMENT_LINKPOINTBASIC_TESTMODE == 'Test') { $this->form_action_url = https://staging.linkpt.net/lpc/servlet/lppay/; } else { $this->form_action_url = https://www.linkpointcentral.com/lpc/servlet/lppay/; } 15. Find the following lines of code and replace the XXXXXX with your store number indicated in your LinkPoint Connect Welcome email: if (MODULE_PAYMENT_LINKPOINTBASIC_TESTMODE == 'Test') { $process_button_string .= tep_draw_hidden_field('storename', 'XXXXXX'); //CHANGE ME } else { $process_button_string .= tep_draw_hidden_field('storename', 'XXXXXX'); //CHANGE ME 16. Find the following lines of code and replace testing with your store name as indicated in your LinkPoint Connect Welcome email: tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Login Username', 'MODULE_PAYMENT_LINKPOINTBASIC_LOGIN', 'testing', 'The login username used for the Linkpoint Basic service', '6', '0', now())"); 17. Save the revised linkpointbasic.php file and upload it back to the server to ../catalog/includes/modules/payment/ folder C. Install LinkPoint Connect payment module in Commerce Pro: 18. Login to the Members Control Panel http://www.netfirms.com/members 19. Click the Site Tools tab 20. Under the Applications section, click Commerce Pro 21. Click Admin to login to the Netfirms Commerce Pro Administration Panel 22. Click Modules 23. Click Payments 24. Select the LinkPoint Basic payment module and then click the Edit button 25. Configure the following Authorize.net settings: Enable Authorize.net Module=True (there's a typo in the name of the module as it really should read LinkPoint Connect) Login Username=the username included in your LinkPoint Welcome email Transaction Method=Credit Card Customer Notifications=True (if you want your customers to receive a confirmation email of the transaction) Transaction Mode=Test (for testing purposes only); Set Transaction Mode to Production for real transactions 26. Click the Update button Can someone PLEASE HELP I really need to get this thing going OH and the versions that netfirm told me dont work and the files can not be deleted from my computer. Can someone tell me exactly how to put linkpoin connect in my store. Thanks 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.