I have a question before I attempt to mess with this. Will this module update the inventory count in Zen with that in the QBMS system as well?
Printable View
I have a question before I attempt to mess with this. Will this module update the inventory count in Zen with that in the QBMS system as well?
Did you uninstall the v1 module before uploading the v1.5?
If you did not, Write down all of your Settings, Uninstall qmbs (via the uninstall button in the admin panel) and then Reinstall it (via the install button in the admin panel)
Let me know if this works
Thanks
QBMS has no inventory, Quick book Merchant Service (QBMS) is merely a Credit Card processing Gateway. Like Paypal or Authorize.net or countless others
Quick Books carries the inventory, and no it does not do any sync with Quick Books, I am planing a Separate Quick Books Integration in the future but I have not even started on it yet
Thanks, I think that did it! It all looks good now.
I'm doing the testing in the ptc environment with one of the free QBMS accounts. Is there a way to login to there and see if they received it properly, or do I just need to make a new application logon, number, and connection ticket using my client's existing account and try a transaction that way?
This is my Biggest Complaint with Quick Books MS, I have not been able to detrime if they have a web based adimn section to see all of the orders recieved, My Client is suppose to be calling to find out but I have not heard back from them,
Right now I made some Modifications to the code that outputs the Authorization code and Transaction ID in to the "cc_owner" and "cc_number" fields of the order database, to allow for back end tracking, these were not put in the 1.5 release because they are "hacked" in right now.
The module only records the orders after getting a "OK" response back from QBMS so that is how you know they received it ok, if it does not get a response back or "Not OK" response it out puts an error message (there are 2 in the lang file, one for system and one for declined)
The Hardest thing right now is the reconciliation between Quick Books and the web site, which I plan on solving at some point but it will be awhile.
I installed the module. When I go to the ADMIN Payment module page I get this ERROR:
Fatal error: Class qbms: Cannot inherit from undefined class base in /home/*****/public_html/shop/includes/modules/payment/qbms.php on line 12
I installed the module and tested it using the Quickbooks MS test server. Ran test transactions and that seemed to go OK.
When I transferred everything over to the production server with a production server connection ticket, etc. the credit card order seemed to go through according to the checkout pages. However, there was no sign of the transaction in the Manage Merchant Service pages form Quickbooks, or by going directly to the web URL for the QBMS account. Where do I go from here?
Clive. :frusty:
There will be none, QBMS does not record Transactions to be viable like that, this is a major issues I have with quick books merchant services
it is not like other Gateways... QBMS is made for use INSIDE quickbooks, doing anything outside of quickbooks make it a pain in the ######...
You have to use the QB SDK to create a sales reciept it you want to record the transaction...
Your Transactions are being processed, you will see the money deposited in 2-4 days
It seems that the charge is authorized and captured as soon as the customer places the order with this module. Is there any chance that this could be modified to authorize only on placing the order and then captured on shipping?
I was looking at the thread for the original OSCommerce version to see if this was in the latest version (which I think was released after the port to Zen Cart) to see if its been added there, but documentation is sparse.