Zen Cart Logo
Forums / General Questions / Shopping cart won't empty after check out

Shopping cart won't empty after check out

Locked

Views: 2,533

Results 1 to 18 of 18
This thread is locked. New replies are disabled.
13 Oct 2010, 3:35 AM
#1
spleify avatar

spleify

New Zenner

Join Date:
Oct 2010
Posts:
86
Plugin Contributions:
0

Shopping cart won't empty after check out

I am doing some testing and make a purchase on my new site, but even after checking out and confirming payment, going to PayPal, confirming payment there and completing everything I go back to shopping cart and the items are still in there.

How can I fix this?

Thanks

13 Oct 2010, 4:22 AM
#2
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Shopping cart won't empty after check out

Which version of ZC are you using?

How was the installation performed?

If the site is live then please provide a link (you can paste the link without the 'dots' in the URL if you don't want spiders to find the site - eg www my site dot com).

13 Oct 2010, 5:16 AM
#3
spleify avatar

spleify

New Zenner

Join Date:
Oct 2010
Posts:
86
Plugin Contributions:
0

Re: Shopping cart won't empty after check out

frank18:

Which version of ZC are you using?

How was the installation performed?

If the site is live then please provide a link (you can paste the link without the 'dots' in the URL if you don't want spiders to find the site - eg www my site dot com).

I'm running 1.3.9f

here is a link

www paracordwraps com

Thanks for any help here. if someone wants to create an account and try and by something, just put a comment in the checkout page "test-please refund" and I will refund your money back through paypal right away. Just to see how it works.

Thanks

13 Oct 2010, 5:52 AM
#4
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Shopping cart won't empty after check out

Created an account and confirmed details. It gave me an "Internal Server Error - 500" (host issue?)

Hit the back button on my browser and all my details were there. Then went through checkout and paid by PayPal (order #8). The redirection back to your site has taken "ages" to respond.

Checked the cart and found it empty - no problem there.

Try to do an order yourself using a different computer, it should work just as well.

13 Oct 2010, 5:58 AM
#5
spleify avatar

spleify

New Zenner

Join Date:
Oct 2010
Posts:
86
Plugin Contributions:
0

Re: Shopping cart won't empty after check out

frank18:

Created an account and confirmed details. It gave me an "Internal Server Error - 500" (host issue?)

Hit the back button on my browser and all my details were there. Then went through checkout and paid by PayPal (order #8). The redirection back to your site has taken "ages" to respond.

Checked the cart and found it empty - no problem there.

Try to do an order yourself using a different computer, it should work just as well.

Thanks a million Frank! I refunded your money already too!

Yes it takes for ever to redirect back to my site after purchase, and then I get the 500 Error

I am not getting order confirmation emails either, can I change that so I get an email when someone makes a purchase.

Thanks again!!

13 Oct 2010, 6:01 AM
#6
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Shopping cart won't empty after check out

spleify:

Thanks a million Frank! I refunded your money already too!

Yes it takes for ever to redirect back to my site after purchase, and then I get the 500 Error

Thanks

I am not getting order confirmation emails either, can I change that so I get an email when someone makes a purchase.

Thanks again!!

Go to Admin > Configuration > E-Mail Options and make necessary changes.

13 Oct 2010, 6:14 AM
#7
spleify avatar

spleify

New Zenner

Join Date:
Oct 2010
Posts:
86
Plugin Contributions:
0

Re: Shopping cart won't empty after check out

frank18:

Go to Admin > Configuration > E-Mail Options and make necessary changes.

I did that and everything is turned on with accurate information, and I still am NOT getting anything.

I sent a test email directly from another account and it went through so I know the email is working, but nothing from my site.

13 Oct 2010, 8:01 AM
#8
spid3r1987 avatar

spid3r1987

Zen Follower

Join Date:
Jul 2009
Posts:
497
Plugin Contributions:
0

Re: Shopping cart won't empty after check out

spleify:

I did that and everything is turned on with accurate information, and I still am NOT getting anything.

I sent a test email directly from another account and it went through so I know the email is working, but nothing from my site.

one thing i have noticed in your source code is

"http://paracordwraps .com//"

it has a double / at the end
check your configure file, there should be no trailing / on the end
like so

define('HTTP_SERVER', 'http://localhost');
define('HTTPS_SERVER', 'https://localhost');
13 Oct 2010, 8:09 AM
#9
drbyte avatar

drbyte

Sensei

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

Re: Shopping cart won't empty after check out

spleify:

Yes it takes for ever to redirect back to my site after purchase, and then I get the 500 ErrorThat's important information that should have been mentioned at the beginning.

Also, which PayPal module are you using?

spleify:

I am not getting order confirmation emails eitherThat's because the 500 error is stopping the orders from completing. There's no email to send because no order is being completed.
spleify:

can I change that so I get an email when someone makes a purchase.Yes: fix the 500 error, and the emails will send.

"500 Internal Server Error" errors are triggered by the server, and NOT by Zen Cart. As such, Zen Cart never even knows they happened. Thus, you must rely on the webserver's error logs which record the specific cause of the error. If you don't know how to find that information, contact your hosting company since they're the ones who control how that's all set up and can access all server logs.

13 Oct 2010, 8:15 AM
#10
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Shopping cart won't empty after check out

frank18:

Created an account and confirmed details. It gave me an "Internal Server Error - 500" (host issue?)

Hit the back button on my browser and all my details were there. Then went through checkout and paid by PayPal (order #8). The redirection back to your site has taken "ages" to respond.

Checked the cart and found it empty - no problem there.

Try to do an order yourself using a different computer, it should work just as well.

I might add that I (as a customer) did not receive an order confirmation email either. See DrByte's post re 500 error. PayPal sent their emails as usual (order and refund).

13 Oct 2010, 9:08 AM
#11
spid3r1987 avatar

spid3r1987

Zen Follower

Join Date:
Jul 2009
Posts:
497
Plugin Contributions:
0

Re: Shopping cart won't empty after check out

also, i did not get an error 500 when signing up, but have not received an email which tells me i have an account etc....

13 Oct 2010, 1:35 PM
#12
spleify avatar

spleify

New Zenner

Join Date:
Oct 2010
Posts:
86
Plugin Contributions:
0

Re: Shopping cart won't empty after check out

Ok, I will contact Godaddy today and see what they have to say.

Thanks for the help folks.

13 Oct 2010, 1:37 PM
#13
spleify avatar

spleify

New Zenner

Join Date:
Oct 2010
Posts:
86
Plugin Contributions:
0

Re: Shopping cart won't empty after check out

DrByte:

Also, which PayPal module are you using?

I'm using the IPN

13 Oct 2010, 1:52 PM
#14
spleify avatar

spleify

New Zenner

Join Date:
Oct 2010
Posts:
86
Plugin Contributions:
0

Re: Shopping cart won't empty after check out

spid3r1987:

one thing i have noticed in your source code is

"http://paracordwraps .com//"

it has a double / at the end
check your configure file, there should be no trailing / on the end
like so

define('HTTP_SERVER', 'http://localhost');
define('HTTPS_SERVER', 'https://localhost');



I tried changing this in configure before after Kobra's advice, but it would not change so I think this might be something for Godaddy.
13 Oct 2010, 3:18 PM
#15
spleify avatar

spleify

New Zenner

Join Date:
Oct 2010
Posts:
86
Plugin Contributions:
0

Re: Shopping cart won't empty after check out

Ok, I have tried removing the second slash a number of times both in my FTP and from my hosting site and it will not let me. I continue to get this error;

Error

Cannot save configure_php

I contacted my hosting company and asked them about it, and they said it was normal and would not effect anything, but then in the same breath said what its doing is trying to access the site twice. Well that tells me that its not normal and could very well be contribiting to the slow loading issue.

Any suggestions?

13 Oct 2010, 3:47 PM
#16
drbyte avatar

drbyte

Sensei

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

Re: Shopping cart won't empty after check out

The configure.php file is marked read-only, and thus you can't edit it without making it writable first.

13 Oct 2010, 3:57 PM
#17
spleify avatar

spleify

New Zenner

Join Date:
Oct 2010
Posts:
86
Plugin Contributions:
0

Re: Shopping cart won't empty after check out

DrByte:

The configure.php file is marked read-only, and thus you can't edit it without making it writable first.

Ok, somone else mentioned that I need to change something from 444 to 644

Is that the same as what you are saying? And if so, where do I do to do this?

Thanks

13 Oct 2010, 3:59 PM
#18
drbyte avatar

drbyte

Sensei

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

Re: Shopping cart won't empty after check out

A quick search of the Tutorials/FAQs for "file permissions" brings up this article: https://www.zen-cart.com/tutorials/index.php?article=9