<?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 : taxes - too many digits</title>
  <link>http://forum.salescart.com/forum/</link>
  <description><![CDATA[This is an XML content feed of; SalesCart Forums : SalesCart Standard / PRO / SQL : taxes - too many digits]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:38:49 +0000</pubDate>
  <lastBuildDate>Thu, 16 Sep 2004 17:31:05 +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=116</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[taxes - too many digits : Actually, I think the code would...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=116&amp;PID=718&amp;title=taxes-too-many-digits#718</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=99">NJTackle</a><br /><strong>Subject:</strong> 116<br /><strong>Posted:</strong> September/16/04 at 5:31pm<br /><br />Actually, I think the code would be in the format simliar to:<br /><br /><table width="99%"><tr><td><pre class="BBcode">&lt;%=FormatCurrency(Products1.Fields.Item ("Price").Value)%&gt;</pre></td></tr></table><br /><br />Thanks Will!<span style="font-size:10px"><br /><br />Edited by NJTackle</span>]]>
   </description>
   <pubDate>Thu, 16 Sep 2004 17:31:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=116&amp;PID=718&amp;title=taxes-too-many-digits#718</guid>
  </item> 
  <item>
   <title><![CDATA[taxes - too many digits :   NJTackle wrote:  jimgub wrote:In...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=116&amp;PID=717&amp;title=taxes-too-many-digits#717</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> 116<br /><strong>Posted:</strong> September/16/04 at 5:09pm<br /><br /> <table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by NJTackle" alt="Originally posted by NJTackle" style="vertical-align: text-bottom;" /> <strong>NJTackle wrote:</strong><br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jimgub" alt="Originally posted by jimgub" style="vertical-align: text-bottom;" /> <strong>jimgub wrote:</strong><br /><br />In reviewing a PO in the Order mgmt tool, the sales tax and Grand totals display more than 2 decimal point digits.</td></tr></table> <br /><br />I also have the same problem.  Since I'll be using this as the customer receipt, I would be nice to have the tax and subtotal only show 2 decimal places.<br /><br />There must be an easy fix!?!?!?  :-)<br /><br />EDIT:  Looking over the code it seems the variables for tax and grand total are not converted to Currency before display.  Sound right Will?</td></tr></table> <br /><br />That's correct. Please submit this a bug/feature request and we'll have it fixed. <br /><br />The simple code fix for this is to change the code. It should look something like this:<br /><br /><table width="99%"><tr><td><pre class="BBcode">&lt;%=MyCurrency(Products1.Fields.Item("Price").Value)%&gt;</pre></td></tr></table>]]>
   </description>
   <pubDate>Thu, 16 Sep 2004 17:09:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=116&amp;PID=717&amp;title=taxes-too-many-digits#717</guid>
  </item> 
  <item>
   <title><![CDATA[taxes - too many digits :   jimgub wrote:In reviewing a...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=116&amp;PID=709&amp;title=taxes-too-many-digits#709</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=99">NJTackle</a><br /><strong>Subject:</strong> 116<br /><strong>Posted:</strong> September/14/04 at 7:47pm<br /><br /> <table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jimgub" alt="Originally posted by jimgub" style="vertical-align: text-bottom;" /> <strong>jimgub wrote:</strong><br /><br />In reviewing a PO in the Order mgmt tool, the sales tax and Grand totals display more than 2 decimal point digits.</td></tr></table> <br /><br />I also have the same problem.  Since I'll be using this as the customer receipt, I would be nice to have the tax and subtotal only show 2 decimal places.<br /><br />There must be an easy fix!?!?!?  :-)<br /><br />EDIT:  Looking over the code it seems the variables for tax and grand total are not converted to Currency before display.  Sound right Will?<span style="font-size:10px"><br /><br />Edited by NJTackle</span>]]>
   </description>
   <pubDate>Tue, 14 Sep 2004 19:47:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=116&amp;PID=709&amp;title=taxes-too-many-digits#709</guid>
  </item> 
  <item>
   <title><![CDATA[taxes - too many digits : in reply to my own message, I...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=116&amp;PID=436&amp;title=taxes-too-many-digits#436</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=67">jimgub</a><br /><strong>Subject:</strong> 116<br /><strong>Posted:</strong> June/04/04 at 7:15am<br /><br />in reply to my own message, I have confirmed why the grand total appeared off (a whole order discount was applied to order, but we have no way of knowing that from report)... but the shipping charge applied was still wrong...<br /><br />my question remains about too many digits..<br /><br />thx again<br />Jim<br />]]>
   </description>
   <pubDate>Fri, 04 Jun 2004 07:15:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=116&amp;PID=436&amp;title=taxes-too-many-digits#436</guid>
  </item> 
  <item>
   <title><![CDATA[taxes - too many digits : In reviewing a PO in the Order...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=116&amp;PID=434&amp;title=taxes-too-many-digits#434</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=67">jimgub</a><br /><strong>Subject:</strong> 116<br /><strong>Posted:</strong> June/04/04 at 6:47am<br /><br />In reviewing a PO in the Order mgmt tool, the sales tax and Grand totals display more than 2 decimal point digits.. <br /><br />also, in one particular instance the shipping charge applied to an order with two items incorrectly charged for shipping for only one item (shipping based on quantity) and the grandtotal listed for the order was way off..  are these related problems (the wrong shipping charge being applied and the grand total being off...)?<br /><br />thx<br />Jim]]>
   </description>
   <pubDate>Fri, 04 Jun 2004 06:47:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=116&amp;PID=434&amp;title=taxes-too-many-digits#434</guid>
  </item> 
 </channel>
</rss>