<?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="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Daily Sales</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : Daily Sales]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 10:19:57 +0000</pubDate>
  <lastBuildDate>Fri, 12 Mar 2010 12:41:20 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=3503</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Daily Sales : You are my hero for the day! That...]]></title>
   <link>https://forum.productcart.com/daily-sales_topic3503_post13369.html#13369</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=21">amgqmp1</a><br /><strong>Subject:</strong> 3503<br /><strong>Posted:</strong> 12-March-2010 at 12:41pm<br /><br />You are my hero for the day!&nbsp; That worked out beautifully, and I'll learn from that code to add it to the home page too.<br><br>Thank you! <img src="https://forum.productcart.com/smileys/smiley1.gif" border="0" alt="Smile" /><br>]]>
   </description>
   <pubDate>Fri, 12 Mar 2010 12:41:20 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/daily-sales_topic3503_post13369.html#13369</guid>
  </item> 
  <item>
   <title><![CDATA[Daily Sales : I don&amp;#039;t think it can be found...]]></title>
   <link>https://forum.productcart.com/daily-sales_topic3503_post13366.html#13366</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=89">whizzinpc</a><br /><strong>Subject:</strong> 3503<br /><strong>Posted:</strong> 12-March-2010 at 11:37am<br /><br />I don't think it can be found anywhere unless you run a report. We added it manually. I just modified the code. invoicing.asp look for the following section.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;% While Not rs.eof<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pTotal=rs("total")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pIdOrder=rs("idOrder")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pIdOrder=scpre + int(pIdOrder) %&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;%response.write "Order #: "&pIdOrder&" - Total: "&scCurSign & money(pTotal)%&gt; - &lt;a class="resultslink" href="Orddetails.asp?id=&lt;%=rs("idorder")%&gt;" onFocus="if(this.blur)this.blur()"&gt;View details &gt;&gt;&lt;/a&gt;&lt;/li&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;%rs.MoveNext%&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%Wend%&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;<br />&lt;% end if <br />Set rs=Nothing %&gt;<br /><br /><br />and change it to:<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;% While Not rs.eof<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pTotal=rs("total")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pIdOrder=rs("idOrder")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pIdOrder=scpre + int(pIdOrder)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pTotalDay = pTotalDay + pTotal %&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;%response.write "Order #: "&pIdOrder&" - Total: "&scCurSign & money(pTotal)%&gt; - &lt;a class="resultslink" href="Orddetails.asp?id=&lt;%=rs("idorder")%&gt;" onFocus="if(this.blur)this.blur()"&gt;View details &gt;&gt;&lt;/a&gt;&lt;/li&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;%rs.MoveNext%&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%Wend%&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;Today's total: &lt;% Response.write scCurSign & money(pTotalDay)%&gt;&lt;br&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/p&gt;<br />&lt;% end if <br />Set rs=Nothing %&gt;<br /><br />It basically adds the daily total to this page just below the list of all orders for the day. You get to the page from Orders&gt;Locate an Order.<span style="font-size:10px"><br /><br />Edited by whizzinpc - 12-March-2010 at 11:38am</span>]]>
   </description>
   <pubDate>Fri, 12 Mar 2010 11:37:41 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/daily-sales_topic3503_post13366.html#13366</guid>
  </item> 
  <item>
   <title><![CDATA[Daily Sales : I have been running a PC 2.76...]]></title>
   <link>https://forum.productcart.com/daily-sales_topic3503_post13356.html#13356</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=21">amgqmp1</a><br /><strong>Subject:</strong> 3503<br /><strong>Posted:</strong> 11-March-2010 at 4:10pm<br /><br />I have been running a PC 2.76 shop for many years, and recently upgraded all the way to 4.<br>One feature that I'm missing is the ability to quickly see our current daily sales.&nbsp; Just viewing the sales reports section in 2.76 would provide that data.<br><br>Has it been relocated?&nbsp; If yes, where?&nbsp; If no, any easy hack to bring it back? <img src="https://forum.productcart.com/smileys/smiley2.gif" border="0" alt="Wink" /><br>]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 16:10:24 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/daily-sales_topic3503_post13356.html#13356</guid>
  </item> 
 </channel>
</rss>