Zen Cart Logo
Forums / Managing Customers and Orders / My store Does not Generate orders or remove Items from Inventory

My store Does not Generate orders or remove Items from Inventory

Locked

Views: 3,491

Results 1 to 16 of 16
This thread is locked. New replies are disabled.
21 Dec 2008, 3:50 PM
#1
agentx avatar

agentx

New Zenner

Join Date:
Nov 2007
Location:
Virginia
Posts:
57
Plugin Contributions:
0

My store Does not Generate orders or remove Items from Inventory

I am using Authorize.net and Zen Cart Version 1.3.7.1 with
Database Patch Level: 1.3.7.1

I am able to get credit cards to process and be approve , but zen cart does not generate orders and it does not remove products from inventory. I still get error message there is an address problem from## zen cart

In my configuration under stock, "Check Stock Level", "subtract stock", and "allow checkout" are all set to "true".

21 Dec 2008, 11:03 PM
#2
agentx avatar

agentx

New Zenner

Join Date:
Nov 2007
Location:
Virginia
Posts:
57
Plugin Contributions:
0

Re: My store Does not Generate orders or remove Items from Inventory

I ran some more test and here is what is happening (or not)

"(TESTMODE) This transaction has been approved." - Your credit card could not be authorized for this reason. Please correct any information and try again or contact us for further assistance.
Billing Address:

Your billing address is shown to the left. The billing address should match the address on your credit card statement. You can change the billing address by clicking the Change Address button.

Your Total

This is the Error message######

In live mode it will charge your credit card and send you an e mail.## BUT the customer order does not show up in zen cart admin home page. also it will not empty cart and control inventory...## if you process an order and do payment by check every thing works fine... but by credit card we have the problem.######

21 Dec 2008, 11:08 PM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: My store Does not Generate orders or remove Items from Inventory

It's not removing inventory because it's not storing the order. And it's not storing the order because it's either getting an invalid response from your payment gateway or something in your site's customizations has broken its ability to complete the order+payment process.

Can you replicate the problem on a clean install of v1.3.8a?

26 Dec 2008, 4:15 AM
#4
agentx avatar

agentx

New Zenner

Join Date:
Nov 2007
Location:
Virginia
Posts:
57
Plugin Contributions:
0

Re: My store Does not Generate orders or remove Items from Inventory

I have not ried that yet. If I do a fresh install in another folder can I was worried that authorize.net would not allow me to connect the credit car that that test installation beacuse it would not be the same URL.

Would that matter?

I'm game to try it.

26 Dec 2008, 5:43 AM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: My store Does not Generate orders or remove Items from Inventory

I don't see why authorize.net would block it, unless you've got something programmed into your authorize.net account settings to specifically allow transactions only from one URL ... and if you did have such restrictions set, then it would be logical that you could amend those restrictions to include another URL.

26 Dec 2008, 2:45 PM
#6
agentx avatar

agentx

New Zenner

Join Date:
Nov 2007
Location:
Virginia
Posts:
57
Plugin Contributions:
0

Re: My store Does not Generate orders or remove Items from Inventory

I agree with you. I'm in a bit of a fix on this one... the result of trying to be too helpful... :-)

I do not have any experience with zencart. I set up the site as a favor for my sister. Although my first choice was to get her to have the credit card portion running and tested BEFORE I did any custom work she was ademant about "getting on line" so I set it all up, loaded her products, etc. then, rather than give me the info her business partner went in and set up authorize.net. That is who's they won't allow use another URL. Does not make a lot of sense to me either.

Right now if someone orders something it will charge the credit card no problem, get the authorization, etc. It just won't drop the order from inventory or create the order inthe system. If they have an order that someone enters to pay by check it does everything find.

They supposedly called authoize.net who sad it's not their program but an issue with zencart.

I think I found a way I can install zencart into a seperate folder on the server with the URL usingt he latest version if I had to. The only problem would be how to get the data from the mySQL database into the one I created... assuming they can get authorize.net to run properly on the test.

What experience I've had with zencart is that while for me it's a massive pain to change the templates with the right headers, etc. for a store (mostly do to limited documentation), the rest of it (with the modules are pretty simple.

I'll try again with the authorize.net but if you have any thoughts on how to migrate the mysql database to a fresh install let me know.

26 Dec 2008, 3:35 PM
#7
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: My store Does not Generate orders or remove Items from Inventory

Which authorize.net module are you using? AIM is way more reliable and secure than SIM. And the 1.3.8 version of the authnet modules is far improved.
Have you enabled Debug Logging in the authorize.net module? What's in the logs?
You could even try enabling general debug logging using the utility in step 2a of this FAQ: https://www.zen-cart.com/tutorials/index.php?article=82 ... and see what shows up in the logs when you do a test transaction.

26 Dec 2008, 4:59 PM
#8
agentx avatar

agentx

New Zenner

Join Date:
Nov 2007
Location:
Virginia
Posts:
57
Plugin Contributions:
0

Re: My store Does not Generate orders or remove Items from Inventory

He used AIM.

I just created a new cart using a fresh install on the server for him to try setting up authorize.net on. Told him to just load a few items and test it so we can see if it works before going through the customization pice.

When I did the fresh install I used the same database as the old one, but the items don't come up although they continue to come up in the old one.

I figure I'll address that after we see if authorize.net runs.
I'll let you know. Thanks for the help.

26 Dec 2008, 6:46 PM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: My store Does not Generate orders or remove Items from Inventory

agentx:

When I did the fresh install I used the same database as the old one, but the items don't come up although they continue to come up in the old one.
That's fine ONLY if you used different db-prefixes in each store. Your data won't be easily ported between the two setups that way, though.
It's always best to use separate databases for separate stores, especially since the installer wipes out any data in matching table names. Consider yourself lucky that the data is still intact in the main store.

And consider doing database backups on a regular basis too: https://www.zen-cart.com/tutorials/index.php?article=103

26 Dec 2008, 7:15 PM
#10
agentx avatar

agentx

New Zenner

Join Date:
Nov 2007
Location:
Virginia
Posts:
57
Plugin Contributions:
0

Re: My store Does not Generate orders or remove Items from Inventory

Well, good news and bad news.

I did the fresh install and authorize.net now works fine both charging and changing the inventory.

Now the trick becomes the database.

When I installed the fresh version I entered the database name of the MySQL database I was using for the old version that still shows the products in the old store. What is strange is that the products do not come up in the free install even though I entered the same database name during the install and it went to the end without any errors.

Any ideas on how to migrate the database?

26 Dec 2008, 11:12 PM
#11
silverlight avatar

silverlight

New Zenner

Join Date:
Jun 2008
Location:
New York
Posts:
4
Plugin Contributions:
0

Re: My store Does not Generate orders or remove Items from Inventory

Agentx, I just logged on here to see if I could solve the same issue. An order was placed through PayPal but I had no idea what was ordered and the system did not show a new order in Admin. I did get the money though. I'm not sure what to do.

27 Dec 2008, 12:44 AM
#12
agentx avatar

agentx

New Zenner

Join Date:
Nov 2007
Location:
Virginia
Posts:
57
Plugin Contributions:
0

Re: My store Does not Generate orders or remove Items from Inventory

I'm far from an expert on this but When I put on the latest version of Zencart it soled the problem. Seems there was a glitch in the old version of Zencart with Authorize.net. Not sure if that applies to Paypal though. I have not tried to set up paypal.

I eventually gave up trying to save the database and re-use it with the new install. I did not have a lot of items in it so I just started from scratch loading the items back in.

I'm still trying to gett he hang of some basic stuff in zencart like putting something in that links like items (for example tells a customer there is a matching handbag for an umbrella) and calculating combination item discounts but I'm hoping someone comes up on the net with some advice on that.

If you want to know what I did no the fresh install let me know and I'll post the step I took. Hopefully if it works with credit cards it will work with paypal for me.

27 Dec 2008, 1:15 AM
#13
agentx avatar

agentx

New Zenner

Join Date:
Nov 2007
Location:
Virginia
Posts:
57
Plugin Contributions:
0

Re: My store Does not Generate orders or remove Items from Inventory

Also, just found this about paypal. Not sure if it helps....

http://www.zen-cart.com/forum/announcement.php?f=33&a=10

27 Dec 2008, 2:58 AM
#14
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: My store Does not Generate orders or remove Items from Inventory

silverlight:

Agentx, I just logged on here to see if I could solve the same issue. An order was placed through PayPal but I had no idea what was ordered and the system did not show a new order in Admin. I did get the money though. I'm not sure what to do.

silverlight, the issues AgentX has been having are entirely unrelated to PayPal.
Your PayPal issues will be related to PayPal's server not communicating with your server. That's a topic discussed ad nauseum elsewhere.
FAQ on troubleshooting PayPal problems: http://www.zen-cart.com/wiki/index.php/PayPal

Any discussion about PayPal matters should be done in the appropriate section of the forum, and not hijacking another thread about another topic.

27 Dec 2008, 4:59 PM
#15
silverlight avatar

silverlight

New Zenner

Join Date:
Jun 2008
Location:
New York
Posts:
4
Plugin Contributions:
0

Re: My store Does not Generate orders or remove Items from Inventory

Well, that is really interesting about GoDaddy, I don't know how I would have know that, so thank you. I changed the setting and we'll see how it goes.

Thanks!

29 Dec 2008, 6:48 PM
#16
c3media avatar

c3media

New Zenner

Join Date:
Nov 2008
Posts:
2
Plugin Contributions:
0

Re: My store Does not Generate orders or remove Items from Inventory

agentx:

Also, just found this about paypal. Not sure if it helps....

http://www.zen-cart.com/forum/announcement.php?f=33&a=10

I was having the same issue and this announcement solved my problem. Thank you.