<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>SalesCart Forums : Not getting  Sales Order  C&#111;nfirmati&#111;n!!!</title>
  <link>http://forum.salescart.com/forum/</link>
  <description><![CDATA[This is an XML content feed of; SalesCart Forums : SalesCart Standard / PRO / SQL : Not getting  Sales Order  C&#111;nfirmati&#111;n!!!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 26 Apr 2026 12:55:23 +0000</pubDate>
  <lastBuildDate>Sat, 18 Dec 2004 20:27:52 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.salescart.com/forum/RSS_post_feed.asp?TID=259</WebWizForums:feedURL>
  <image>
   <title><![CDATA[SalesCart Forums]]></title>
   <url>http://forum.salescart.com/forum/forum_images/web_wiz_forums.png</url>
   <link>http://forum.salescart.com/forum/</link>
  </image>
  <item>
   <title><![CDATA[Not getting  Sales Order  C&#111;nfirmati&#111;n!!! : Any additional issues should be...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=259&amp;PID=944&amp;title=not-getting-sales-order-confirmation#944</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=4">Techno Geek</a><br /><strong>Subject:</strong> 259<br /><strong>Posted:</strong> December/18/04 at 8:27pm<br /><br />Any additional issues should be directed to your host since it's not SalesCart related.]]>
   </description>
   <pubDate>Sat, 18 Dec 2004 20:27:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=259&amp;PID=944&amp;title=not-getting-sales-order-confirmation#944</guid>
  </item> 
  <item>
   <title><![CDATA[Not getting  Sales Order  C&#111;nfirmati&#111;n!!! : You should first start troubleshooting...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=259&amp;PID=943&amp;title=not-getting-sales-order-confirmation#943</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=4">Techno Geek</a><br /><strong>Subject:</strong> 259<br /><strong>Posted:</strong> December/18/04 at 8:27pm<br /><br />You should first start troubleshooting your SMTP services (not mail server) on the webserver by uploading a CDONTS test script. Try the following code:<br /><br /><table width="99%"><tr><td><pre class="BBcode">&lt;table width="500"&gt;<br /><br />&lt;%<br />If request.form("action")="Test" then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on error resume next<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set Mail = CreateObject("CDONTS.Newmail")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if err.number = 0 then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mail.From = request.form("UserName")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mail.To = request.form("UserEmail")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mail.Subject = "Your mail works!"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mail.Body = "CDO for NT is available on your server"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mail.Send<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Mail = Nothing<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&gt;<br />&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&lt;td align="center"&gt;<br />  &lt;b&gt;Test Completed&lt;/b&gt;<br />  &lt;p&gt;Your email should arrive shortly<br />  &lt;% else %&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td align="center"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;b&gt;Test Completed&lt;/b&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;Your webserver does not support CDONTS.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% end if %&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br /><br />&lt;% Else %&gt;<br />&lt;tr&gt;<br />  &lt;td align="center"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;font face="times new roman"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;h2&gt;&lt;i&gt;CDO for NT Test&lt;/i&gt;&lt;/h2&gt;&lt;/font&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;font face="Arial"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;form action="email.asp" method="POST"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;If your server supports CDO for NTS you will receive e-mail<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;br&gt;confirmation within a few minutes of submitting the form.<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;pre&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Your Name:&nbsp;&nbsp;&nbsp;&lt;input type="TEXT" name="UserName" size="25"&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Your E-Mail:  &lt;input type="TEXT" name="UserEmail" size="25"&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/pre&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;&lt;center&gt;&lt;input type="SUBMIT" name="action" value="Test"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;input type="RESET" value="Clear Form"&gt;&lt;/center&gt;&lt;/form&gt;&lt;/font&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;<br />  &lt;/tr&gt;<br />&lt;% End If %&gt;<br />&lt;/table&gt;<br /></pre></td></tr></table><br /><br />If this script doesn't work, then your SMTP services is not working. This means your shopping cart is okay but your SMTP services is not okay.<br /><br />Email server is not the same as SMTP services that is running on your IIS web server. FYI.]]>
   </description>
   <pubDate>Sat, 18 Dec 2004 20:27:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=259&amp;PID=943&amp;title=not-getting-sales-order-confirmation#943</guid>
  </item> 
  <item>
   <title><![CDATA[Not getting  Sales Order  C&#111;nfirmati&#111;n!!! : Hi,  I have tested sending and...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=259&amp;PID=942&amp;title=not-getting-sales-order-confirmation#942</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=61">ghtyl</a><br /><strong>Subject:</strong> 259<br /><strong>Posted:</strong> December/18/04 at 5:39pm<br /><br />Hi,<br /><br />I have tested sending and receiving emails on our mail server, the emails can be received and sent without problem. Still don't understand why we are not receiveing Sales confirmation order generated from Sales Cart. <br />Currently, I have to go to Shipping Plugin , Shippming Management to check order details. And it doesn' contain some details such as Message etc.<br /><br />Sales Cart, I really appreciate it if you can give me a hint how to troubleshoot the problem!!??<br /><br />Thanks!<br />Celine<br /><br />]]>
   </description>
   <pubDate>Sat, 18 Dec 2004 17:39:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=259&amp;PID=942&amp;title=not-getting-sales-order-confirmation#942</guid>
  </item> 
  <item>
   <title><![CDATA[Not getting  Sales Order  C&#111;nfirmati&#111;n!!! : Hi,   We are suddenly not receiving...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=259&amp;PID=922&amp;title=not-getting-sales-order-confirmation#922</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=61">ghtyl</a><br /><strong>Subject:</strong> 259<br /><strong>Posted:</strong> December/14/04 at 11:53am<br /><br />Hi, <br /><br />We are suddenly not receiving the Sales Order Confirmation Email. Usually, we will receive 3 emails. One is Merchant Receipt , and Order Details Confirmation with all the order details. Third is confirmation from Authorize Net. Now, we only received the first and third email without the Order Details Confirmation. We only know the information about customers, the amount of the orders without any information regarding details. <br /><br />It is very urgent for us .<br /><br />I'd appreciate your advice what might be the problem and how can I even start to troubleshoot?<br /><br /><br /><br />Thanks a lot!<br />Celine<br />]]>
   </description>
   <pubDate>Tue, 14 Dec 2004 11:53:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=259&amp;PID=922&amp;title=not-getting-sales-order-confirmation#922</guid>
  </item> 
 </channel>
</rss>