close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Emails not being sent with ecart6

Thread began 1/16/2014 11:34 am by Jedi | Last modified 1/22/2014 9:12 am by Jason Byrnes | 1775 views | 11 replies |

Jedi

Emails not being sent with ecart6

I have Data Bridge 1.1.5 and I just downloaded ecart6 and I have updated some existing details, checkout, confirm pages using the checkout wizard. The orders are processed and placed and customer is redirected as they should be. The issue is that the emails are not being sent, and when I attempt to open universal email I noticed that the toolbar opens for mail, attachments, etc does not open. The pop us is just grey.

Sign in to reply to this post

Jason ByrnesWebAssist

we;ll have updated version of eCart and Data Bridge latter today that should address the UE inspection issue.

to troubleshoot the emails not being sent, add the following code to the confirm and checkout success pages at line 1:

<?php
@session_start();
error_reporting(E_ALL);
ini_set('display_errors','on');
?>


and this code in the body of the success page:

<?php var_dump($_SESSION); ?>

this will write the session contents to the page, it should include the status of sending the email, post this info back in the private section.

Sign in to reply to this post

Jedi

Thanks Jason,
I put the code on the pages and attached is the response. Also, I uninstalled the databridge 1.1.5 and ecart6.0 and installed the latest versions databridge 1.1.6 and ecart 6.1 and this did not fix the UE issue of nothing showing up in the POP up UE tool bar. I am using Dreamweaver CS5.5

Attached Files
ncearray.docx
Sign in to reply to this post

Jason ByrnesWebAssist

at line 290:

if ((($_SERVER["REQUEST_METHOD"] == "POST") && (isset($_SERVER["HTTP_REFERER"]) && strpos(urldecode($_SERVER["HTTP_REFERER"]), urldecode($_SERVER["SERVER_NAME"].$_SERVER["PHP_SELF"])) > 0) && isset($_POST))) {

change the trigger for the email to use the payment submit button:

if (isset($_POST["Payment_submit"]) || isset($_POST["Payment_submit_x"])) // Trigger
{

to match what is used by the other behaviors on the page.

Sign in to reply to this post

Jedi

Thanks Jason, I will try that and let you know.
BTW I still am not getting the UE email pop up tool bar to allow me to edit any of the server settings etc.

Sign in to reply to this post

Jason ByrnesWebAssist

I had another report a similar problem, they fixed it by activating each extension individually before trying to access the Universal Email behavior.

Sign in to reply to this post

Jedi

Hi Jason,
Still no good. I deleted both databridge and ecart 6 individually and then installed them individually. I deleted the dreamweaver data file as well. I then installed them individually and I still cannot work with the UE tool bars.
Also, I still cannot get the email to send after applying your directions above on the trigger. i did notice that the error code is now showing invalid email address but after checking the waue_confirm2.php file all of the addresses I have listed are valid.

Sign in to reply to this post

Jason ByrnesWebAssist

for editing the server behavior, We updated the WA installer for Data Bridge to correct this.

Uninstall Data Bridge in the extension manager, then Re install it, the WA Installer will run when you start up dreamweaver and open a php page, the updated installer files should correct this issue.


for the email sending, I'll need to troubleshoot with you:

Please provide a Skype username or a US phone number and a good time to contact you when you will be in front of your computer and we will have an engineer contact you to resolve this issue over the phone.

We are available Monday - Friday from 9am - 4pm EST (except major U.S. holidays).

Sign in to reply to this post

Jedi

Thanks Jason, that fixed the UE issue.

Sign in to reply to this post

Jason ByrnesWebAssist

we fixed this in a connect meeting, we found that the trigger was not valid, and the variables being used for the to address weren't right.

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