close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

problem after successful Paypal

Thread began 4/02/2010 3:26 pm by rdicroce404569 | Last modified 4/06/2010 4:57 pm by Eric Mittman | 2178 views | 8 replies |

rdicroce404569

problem after successful Paypal

I'm sorry if this seems basic, but I am learning DW and ecart at the same time and...

I can successfully process cc transaction through my paypal pro account, money shows up on paypal and email receipt goes out perfectly but when you click checkout on confirm.php page it comes right back to that page after posting money on paypal with a bunch of these:
Warning: Division by zero in confirm.php on line 402

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at confirm.php on line 432

Warning: session_start() [function.session-start]: Cannot send session cache limiter -

Does this mean Paypal is returning back to the wrong page, should be checkout_success.php, if so where do I go to fix that? (without totally screwing up 3 days of work) Thanks any help appreciated.

Sign in to reply to this post

rdicroce404569

still needing help with this

I followed all the tutorial and guides step by step double checking every entry. Everything works except the last bit. After the final checkout step the cart goes to paypal processes the cc and credits my account, sends the email receipt but when it returns back to my site it loads the confirm.php page with a bunch of errors, it should go to checkout_success.php and show customer their receipt.

All connections are https and my certificate is not shared. Something is jacked with ecart, it is certainly not as easy as shown in the webassist demo video. I have not touched any of the code manually, I just followed the wizards step by step.

If anyone has any input it would be greatly appreciated as I need to get this working asap.

Thanks in advance.

Sign in to reply to this post

rdicroce404569

is this what qualifies as support now days

You buy a webassist subscription based on a video demo that you can add shopping cart to your site and customize. Then you follow step by step guides and cart doesn't work. So, then you click on support and it takes you to this forum where apparently no support person reads or cares to respond. If you are not going to support your product then you should be honest about that up front, as paying customers expect the product their buying to work and when it doesn't then the expect support to make it right or a full refund. But, if you buy the subscription it's non refundable, so you end up with a product that doesn't work, no support and you can't get your money back. This all seems very dishonest to me. And after reading and searching the forum for days I see a lot of dissatisfied customers who were sold products that don't function as advertised.

I expect help with my issue or my money back.

Sign in to reply to this post

Eric Mittman

I understand you are having a problem with your checkout and I would like to help you resolve it. The errors you are reporting with divide by 0 is not something that I have encountered myself on any eCart pages.

You can confirm that when you checkout with credit card that the transaction is occurring but instead of going to the checkout success page like you should you are getting this error on the confirm page rite? If so it seems that there might be a problem with one of the values that is being used on this page, probably around the line that the error is reporting.

To help you get this resolved I would like to see a copy of your confirm page that is causing this error. Please post back with this page in a zip archive minus the sensitive details like your PayPal login info and I will check it out to see if I can spot the problem quickly.

It also seems that you are unaware of the support hours and reply time policy, it is not that no one is here or cares, it is just that we work Mon-Fri 9-5 Pacific time. Your first post was made Friday afternoon and is being responded to on Monday morning, well within the stated support policy. This information can be found at the top of the forum under Hours and Policy.

Sign in to reply to this post

rdicroce404569

confirm page

Thanks for looking at code.

Attached Files
confirm.zip
Sign in to reply to this post

rdicroce404569

code posted yesterday, any thoughts on issue

thanks for looking into this

Sign in to reply to this post

Eric Mittman

I have looked at your page and I think I can see the problem. Currently in the UE code that is on lines 386-388 you have this:

php:
$BurstSize = undefined;

$BurstTime = undefined;
$WaitTime = undefined;



You should update these lines so that they are like this instead:

php:
$BurstSize = 200;

$BurstTime = 1;
$WaitTime = 1;



This should stop the error that you are getting when you get to this page. Please give this a try and let us know if it clears up the problem or if there are any other issues with this. I have logged this issue as a bug so that it can be fixed in a future update.

Sign in to reply to this post

rdicroce404569

that fixed it

Thanks, problem solved, I apologize for my earlier rant, I was frustrated and I vented inappropriately. I appreciate your solving this issue for me.

Sign in to reply to this post

Eric Mittman

No need to apologize, this is a bug in the software and we will work to resolve it, hopefully we can get a fix out for this soon for others.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...