bbsemail Posted December 5, 2003 Posted December 5, 2003 I set up osCommerce at hcca.org/ClubStore/ and it "mostly" functional, but I don't know how to configure it to work with authorize.net. I am currently using the SIM method to process payments with other php scripts I have set up, but OSC throws this error at the checkout_confirmation.php page when Conform Order is clicked: The following errors have occurred. (14) The referrer, relay response or receipt link URL is invalid. I tried going to authorize.net -> Receipt Page -> Receipt Method and entering the url of my thank you page, http://www.hcca.org/thankyou.html, but that didn't solve the problem. Can I use the SIM method with OSC, or do I need to use AIM? If SIM is acceptable, how do I configure OSC or authorize.net to use it? I entered all the details in the authorize.net module of OSC If I must use AIM, will I have to change/recreate all of my other scripts that currently use SIM, or can I use the same AIM response page for all forms and branch in the response page with a switch (or similar) on the x_description variable? Thanks for any assistance with this. I have a second, smaller problem. I think I set up sales tax to be charge on purchases delivered to California, and the dollar amount of the tax is being displayed, but the title Tax: isn't printing, all I get is the : I think the title Tax is in the TAX_HEADER variable and if I try hard coding the word Tax: in the page instead of the variable, I still get nothing but the : Any ideas how to get the title Tax to display? Thank you Brad Balduff HCCA.org webmaster
Guest Posted December 5, 2003 Posted December 5, 2003 just change the relay/response url in authorize.net member settings to http://www.hcca.org/ClubStore/checkout_process.php it will work
bbsemail Posted December 6, 2003 Author Posted December 6, 2003 Thank you for the reply. If I change the link to http://www.hcca.org/ClubStore/checkout_process.php will I need to switch authorize.net over to AIM from SIM for OSC to work? Will the other php scripts I am using to post to authorize.net then use http://www.hcca.org/ClubStore/checkout_process.php for their receipt page even though these php scripts were set up for SIM? Thanks again for the help. brad
Recommended Posts
Archived
This topic is now archived and is closed to further replies.