close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

1) order receipt not being sent 2) Ajax checkout form glitches on Windows' browsers

Thread began 11/10/2014 8:39 am by john42771 | Last modified 11/13/2014 1:52 pm by Jason Byrnes | 2020 views | 14 replies |

john42771

1) order receipt not being sent 2) Ajax checkout form glitches on Windows' browsers

Thank you for your help in advance.
Problems: 1) order receipt not being sent 2) Ajax checkout form glitches on Windows' browsers.

live page: https://www.lovetakeslearning.com/store/
-add a product to cart, -billing info glitches move (ajax) page to credit card info before all required fields are filled out

I have attached the entire checkout page with its' includes.
My guess is that the issues are both on the confirm7.php page.
- - - - - - - - - - - - - - - - - -
Copied in this ticket for easy access(confirm7.php): -now removed
- - - - - - - - - - - - - - - - - -

Attached Files
checkout.php
checkout7.php
checkout_success7.php
confirm7.php
confirm7_cart.php
Sign in to reply to this post

Jason ByrnesWebAssist

edit this code:

$RecipArray[$CurIndex ][] = "".(WA_getSavedFormValue('[FORMREF]','First_Name')) ." ".(WA_getSavedFormValue('[FORMREF]','Last_Name')) ."|WA|".(WA_getSavedFormValue('[FORMREF]','Email_Address')) ."";




to:

$RecipArray[$CurIndex ][] = "".(WA_getSavedFormValue('CheckoutWizard_NewFromBlank_Default','First_Name')) ." ".(WA_getSavedFormValue('CheckoutWizard_NewFromBlank_Default','Last_Name')) ."|WA|".(WA_getSavedFormValue('CheckoutWizard_NewFromBlank_Default','Email_Address')) ."";




for the ajax issue, I'll need to troubleshoot directly, see the private message section.


NOTE: Please don't paste the page code into your message, attaching the php file is much better.

Sign in to reply to this post

john42771

Thank you Jason,

Concerning the email issue - after substituting your code for what was there, there remained no email receipt sent to customer.
This fix didn't work for me. What else can I try?

Sign in to reply to this post

Jason ByrnesWebAssist

on the success page add the following code to dump the session information, in the page body:

<?php @session_start(); var_dump($_SESSION); ?>

this will include the status of passing the email to the SMTP Server, does the status say success? if so:

Who is your host?

Depending on your host, you may need to set certain options in Universal Email.

Some hosts will work if you leave the SMTP Server setting on the Email Server Tab blank, others will require that you enter the SMTP server address.

Some will work using the standard Mail protocol, other will require that you use the Pear Mail for SMTP, some using Pear mail will require authentication.

Some hosts may require that the from address being used be a valid email address for your domain. Some may require that the option to include the from Email address be passed as an extra parameter.

To be successful with Universal Email, you will need to know the requirements of your host for sending an email using a PHP script.

Also, double check your Spam folder, it is possible that the email is being trapped as spam.

Sign in to reply to this post

john42771

No email sent:
Email receipt sending was working just fine before changing from the PowersStore checkout to an eCart wizard checkout, so I really don't think that special hosting options is the problem. The checkout process was successful, just no email sent.

I added the var_dump to the page - do you want to see the results?

Sign in to reply to this post

john42771

Problems: 1) order receipt not being sent 2) Ajax checkout form glitches on Windows' browsers.

Sign in to reply to this post

Jason ByrnesWebAssist

I have been looking at it both yesterday and today.

I updated the confirm cart page to fix the ajax issue.

I'll need a little more time to troubleshoot the email issue.

Sign in to reply to this post

john42771

Thank you so very much!

Sign in to reply to this post

Jason ByrnesWebAssist

Ok, I updated the confirm7.php page to fix the emails, they are sending now.

Sign in to reply to this post

john42771

Your hard work and devotion under pressure is greatly appreciated.
Thank you Jason.

Sign in to reply to this post
loading

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...