Thanks again! I should have figured that out myself![]()
Thanks again! I should have figured that out myself![]()
[FONT="Georgia"]Samuel Turnmire[/FONT]
[FONT="Century Gothic"]co-Founder[/FONT]
[FONT="Book Antiqua"]geekFoundry[/FONT]
I'm working on getting a new version of the VM module ready for release. Lots of documentation updates, including a new FAQ. A few minor code fixes, including an order status update fix which is the most notable change. I'm including an updated curl_version.php script for troubleshooting cURL vesrion issues. Also included will be a new uid_gid.php script which will assist with log directory ownership and permissions troubleshooting and possible suggestions.
Since I've been working on the Order Status stuff, I was thinking it might be useful to add an Order Processing Category for those orders that would normally remain in the "Pending" state, but had some issue with the Credit Card Processing. What I'm thinking about is a second order category status for "failed" VM transactions. It would give the Store Owner an idea of those orders that were still Pending, but the customer attempted to check out and had something other than a successful result. (ie. Declined, Connection issues, etc.). Something along the lines of a "CC Payment Pending" state.
I don't think any of the other payment modules are doing this currently, but wanted to get some ideas to see if it might be worthwhile including in a future VM module version, other than the upcoming 1.3 release. Any thoughts from the experienced Zen crowd?
Thanks,
Todd
RE: RTW819;
Basically you're saying it would show merchants the transactions that declined? VM files these in the Error log but going off just that doesn't tell you what order was associated with it. I could see this becoming quite cumbersome if were talking a high volume market.
Would it be possible to make it optional in the Admin section you think?
[FONT="Georgia"]Samuel Turnmire[/FONT]
[FONT="Century Gothic"]co-Founder[/FONT]
[FONT="Book Antiqua"]geekFoundry[/FONT]
Well, I was thinking, it would show the merchants any orders where there had been an attempt to pay through VM which weren't successful. Whether it be due to the charge being declined, or for any other reason where the payment might not have been successful, including errors, etc.
It would, of course, be an optional admin-defined state, but would basically indicate that a payment had been attempted through Virtual Merchant, and it was not successful. This way, the order state is differentiated from one where the order was just "Pending", it would show they attempted to "Check Out" with VM, but had a problem.
Thoughts?
You would need some sort of transaction logging to do that since the order is not created if it is not completed.Well, I was thinking, it would show the merchants any orders where there had been an attempt to pay through VM which weren't successful. Whether it be due to the charge being declined, or for any other reason where the payment might not have been successful, including errors, etc.
It would, of course, be an optional admin-defined state, but would basically indicate that a payment had been attempted through Virtual Merchant, and it was not successful. This way, the order state is differentiated from one where the order was just "Pending", it would show they attempted to "Check Out" with VM, but had a problem.
Thoughts?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Has there been any more work on this? I'm beginning integration of Virtual Merchant with a customers site and ZenCart looks like it would work great...... Unless it still doesn't work.
Oh grunest, it works GREAT!!
Would you be willing to work on a similar module for magento? is really needed!
http://www.magentocommerce.com/boards/viewthread/4730/
Thanks
Working Great! Except when a Transaction is approved I get an ugly Approved : #####. It is messing up the layout of my theme. I found the chunk of code which displays it. I am pretty sucky when it comes to php.
Can someone tell me what I should remove to prevent this little green approval banner on top?