Re: [BETA] QuickBooks Merchant Service
correct, im sure it still is config issues....i just need to figure out what config files its referencing...i was hopping my error logging tool would be able to at least give some input, but it doesnt even log the issue. :(
thanks again cptook...you are the man or woman?
Re: [BETA] QuickBooks Merchant Service
cptook, I installed your 1.7a version and I love it. Great job.
The posting back to the order in Zen works and is exactly what I was looking for. :clap:
Make sure you submit 1.7a for the download section. Now the naming of this thread should be edited to have the BETA removed!
Re: [BETA] QuickBooks Merchant Service
cptook, great job on keeping this alive!
So, I installed a fresh version of zencart on another domain and added only the quickbooks module to it, and sure enough that red box pops up.
i replaced the core files that you said drives that red box, with fresh ones and it didnt change anything...I know you've done a ton already, but do you think you could give me some hints on where to look for problems?
Dr. Byte looked at my configure.php files, and didnt notice anything that would cause the red box to not pop up....I was thinking since you know this module inside and out now...you might be able to point me at some other files to look at?
Thanks again, and again, and again!
Re: [BETA] QuickBooks Merchant Service
Hi Securfocus -
Try this. Look at around line 158 of qbms.php in includes/modules/payment/qbms.php
Find these two lines (I prefer to use quote rather than code so you can see the whole line - but these are only TWO lines):
Code:
$payment_error_return = 'payment_error=' . $this->code . '&error=' . urlencode($error) . '&qbms_cc_owner=' . urlencode($_POST['qbms_cc_owner']) . '&qbms_cc_expires_month=' . $_POST['qbms_cc_expires_month'] . '&qbms_cc_expires_year=' . $_POST['qbms_cc_expires_year'];
zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT, $payment_error_return, 'SSL', true, false));
Replace with the following two lines (or you can comment them out if you like and just add these two lines):
Code:
$messageStack->add_session('checkout_payment', $error, 'error');
zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL', true, false));
This is in fact the right way to do it with current Zen Cart specs, so this is now added to update when/if another release happens. Just wondering if in your case, this helps with the broken URL. Worth a try anyway?
Mydanilo - you should apply this change - or download 1.7c from "you know where"!! :)
Re: [BETA] QuickBooks Merchant Service
Re: [BETA] QuickBooks Merchant Service
that did it! You are awsome!!!
did you post up 1.7c...or is that still in "beta"
Thanks again...you are saving my life! LOL!
Re: [BETA] QuickBooks Merchant Service
Securfocus - I'm so glad that did it for you. I suspected it might be that. I have not posted 1.7c as I don't want to put up too many releases with little fixes along the way. I'm waiting to roll up all that's been done, along with some additional code cleanup - and post it as 1.8 stable release. In the meantime - like mydanilo, if you PM me, I'll give a link to current minor releases.
Re: [BETA] QuickBooks Merchant Service
Just a head's up. After the catch with error reporting, the entire module was updated to include the correct code in all error reporting. Also, all of the code and formatting clean up was done, so we may just about be at a 1.8 stable version to post. Unless someone finds something else amiss with the module - it appears that we are, finally, in pretty good shape! Once again, my thanks to the posters here for providing the prompt feedback to get this all done. As a production user myself, this has all been very worthwhile!
Mydanilo and securfocus - if you'd like to make sure 1.8 is good - I'd appreciate you both testing in your production environments to make sure I haven't missed something prior to uploading the addon site. PM me for link.
Re: [BETA] QuickBooks Merchant Service
That PM i sent you may not be relevant to anything you did...so just disregard it for right now, and let me test something else...
THanks cptook
Re: [BETA] QuickBooks Merchant Service
Installed 1.8 and will report back once I see orders posted. So far looks good but did not complete live transactions yet.