[CONTRIBUTION] Nochex APC Payment Module
#1
Posted 20 July 2004, 17:11
This does exactly as is says on the tin, allows the APC system to be used on OSc systems which means no more lost orders because that customer didnt click "Continue" on the final "Checkout success" page along with Authorised/Declined status's all logged into a separate table.
Original code taken from pablo_pasqualino's Paypal IPN Payment Module and butchered/hacked/generally tidied up to work with Nochex.
If you subscribe to this forum, I will announce release.
Thanks,
Ldavies83
Contribs Updated: Information Pages Unlimited, Latest News V1
You've gotta be Quick on the Draw in this game!
#2
Posted 21 July 2004, 08:30
This contribution will be exactly what many NOCHEX users are looking for. I haven't setup my site yet because the only thing I had not decided upon was the payment gateway to use. Nochex was my preferred method but the only issue I found with it was the fact there was no APC.
This contibution will be great!
Please include me in the mailing list.
Thanks in advance,
Nagsy
#3
Posted 21 July 2004, 11:25
Drop me a line if this contrib was helpful as this is only my second
P.s. I've tested installation on 2.2 MS2 and CRE Loaded 6.0.42
Contribs Updated: Information Pages Unlimited, Latest News V1
You've gotta be Quick on the Draw in this game!
#4
Posted 01 August 2004, 10:56
Thanks for this contribution. It was just in time for my new website. While testing, I found that confirmation emails are getting sent out when the user is transferred to the Nochex site. This should happen once the user has made the payment. Also, there is an issue with the order status and stock update. I am doing more testing and will let you know if i find any new issues.
Thanks so much for your wonderful contribution
Cheers
Ram
#5
Posted 03 August 2004, 08:53
Contribs Updated: Information Pages Unlimited, Latest News V1
You've gotta be Quick on the Draw in this game!
#6
Posted 11 August 2004, 09:52
#7
Posted 11 August 2004, 09:54
I s there any other way to execute mysql statement as I have never used mysql before
#8
Posted 11 August 2004, 10:30
In PHPMyadmin on my machine I would click the database on the right handside, then click the "SQL" tab on the left hand side copy and paste the code into the text box and click Ok.
Hope it helps,
L.
Contribs Updated: Information Pages Unlimited, Latest News V1
You've gotta be Quick on the Draw in this game!
#9
Posted 11 August 2004, 10:34
Anyone else experiencing this?
Contribs Updated: Information Pages Unlimited, Latest News V1
You've gotta be Quick on the Draw in this game!
#10
Posted 11 August 2004, 17:01
#11
Posted 12 August 2004, 09:03
Keep me in the loop here,
L.
Contribs Updated: Information Pages Unlimited, Latest News V1
You've gotta be Quick on the Draw in this game!
#12
Posted 19 August 2004, 14:47
Sorry, I was wrong.
by the way, your code for debug email is great !
Cheers
Ram
#13
Posted 20 August 2004, 08:17
Quote
I know what you mean, but I think that can be changed by editing the code highlighted below. In the file checkout_nochex.php do a search for:
Quote
if you change the 'true' to a 'false' that should stop the first email being generated (ie, 'NOCHEX Processing') but WILL log it into the admin notes log. I've not tested this, but I see no reason why it should, let me know if it works
Quote
Glad it helped, as I found it really annoying to find where the code was breaking!
Cheers, L.
Contribs Updated: Information Pages Unlimited, Latest News V1
You've gotta be Quick on the Draw in this game!
#14
Posted 27 August 2004, 11:44
This module is great idea however I am having trouble installing it.
I have processed the SQL file, but now I am stuck, what do I do with the filename.txt files?
Many thanks,
Andy
#15
Posted 31 August 2004, 12:08
filenames.txt has the following code:
Quote
define('FILENAME_NOCHEXAPC_TESTS', 'nochex_tests.php'); // NOCHEXPAC
Hope this helps.
Thanks,
L.
Contribs Updated: Information Pages Unlimited, Latest News V1
You've gotta be Quick on the Draw in this game!
#16
Posted 05 September 2004, 10:00
Something that I noticed. The amount field in nochexapc_transactions table is decimal(15,0). Perfectly ok if your amounts do not have decimals but you may want to change it to decimal(15,2) to take care of decimal prices ( All my prices have 2 decimals
Cheers
Ram
#17
Posted 06 September 2004, 07:57
Quote
New contrib has also been posted on the contributions page:
http://www.oscommerce.com/community/contributions,2280
Contribs Updated: Information Pages Unlimited, Latest News V1
You've gotta be Quick on the Draw in this game!
#18
Posted 06 September 2004, 09:43
Are there any amendments (other than the SQL ones) that need to be made?
#19
Posted 19 September 2004, 18:00
I want to log the order before the customer is sent to Nochex, in case they never complete.
I get repeated emails - NOCHEX VALIDITY RESPONSE _ NO RESPONSE
and instead of being redirected to the nochex server when I confirm the order, I get sent to checkout_nochex.php with a blank screen, only the main shop header shows.
Does it require a valid SSL certificate ?
help !
#20
Posted 21 September 2004, 12:58
I've got an SSL cert and now that works ok, and the non APC nochex contrib works ok, but.....
I still cannot get the APC version to work at all. With debug mode on, if I send a test APC from nochex I get the debug code mail :
Quote
Raw Response from Nochex:
Checking Response
Result: Now checking order and updating as necessary
Completed APC notify script!
I also get a mail from HTTPD with the no response message.
I dont get sent to the nochex payment screen, just a blank shop screen.
I'd really appreciate any suggestions














