<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Total Error</title>
		<link>https://legacy.forums.gravityhelp.com/topic/total-error</link>
		<description>Gravity Support Forums Topic: Total Error</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:29:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/total-error" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Total Error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-error#post-59836</link>
			<pubDate>Tue, 22 May 2012 10:06:00 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59836@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>3dp on "Total Error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-error#post-59834</link>
			<pubDate>Tue, 22 May 2012 10:05:14 +0000</pubDate>
			<dc:creator>3dp</dc:creator>
			<guid isPermaLink="false">59834@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks to Rob's help, I was able to solve the problem.&#60;/p&#62;
&#60;p&#62;If you're getting calculation errors due to having product visibility based on user choices try using a regular number field for the quantity.  The Pricing Fields quantity seems to have some issues sorting out logic.  The regular number field for quantities works very well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Total Error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-error#post-59631</link>
			<pubDate>Mon, 21 May 2012 11:23:09 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59631@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you export this form and send the XML file to me to &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62; and reference this post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>3dp on "Total Error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-error#post-59474</link>
			<pubDate>Fri, 18 May 2012 17:43:47 +0000</pubDate>
			<dc:creator>3dp</dc:creator>
			<guid isPermaLink="false">59474@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes.  This is what I have for formulas:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Product: {Quantity:9} * 6.99&#60;/li&#62;
&#60;li&#62;Tax: {Quantity:9} * 6.99 * .04 &#60;/li&#62;
&#60;li&#62;Shipping: {Quantity:9} * 5.00&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;It's only in the TOTAL field that the calculation is wrong.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Total Error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-error#post-59468</link>
			<pubDate>Fri, 18 May 2012 17:26:54 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">59468@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So basically an extra * Quantity is being added to your formula?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>3dp on "Total Error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/total-error#post-59464</link>
			<pubDate>Fri, 18 May 2012 17:02:41 +0000</pubDate>
			<dc:creator>3dp</dc:creator>
			<guid isPermaLink="false">59464@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm getting a weird error at the total... it appears to be adding one field to the total twice.  If remove a different field, the error goes away.&#60;/p&#62;
&#60;p&#62;User selects Buyer Type 1, Buyer Type 2 or Buyer Type 3 (Radio Buttons)&#60;/p&#62;
&#60;p&#62;There is a product.&#60;br /&#62;
There is a product, but used for shipping (flat rate per item)&#60;br /&#62;
There is a product, but used for sales taxes (conditional based on state &#38;amp; buyer type. Must be buyer type 1 and in a particular state).&#60;/p&#62;
&#60;p&#62;If Buyer Type 1 is selected AND the correct state is selected, the Sales Tax calculation is run (and shows correctly).&#60;/p&#62;
&#60;p&#62;Shipping is calculated (quantity of product * a flat rate number).  This is correct.&#60;br /&#62;
WIth a quantity of 1, all calculations are correct.&#60;br /&#62;
With 2 or more quantity, things go wonky.  The product price is $6.99, flat rate shipping is $5.00 per item.  With no taxes, it's $11.99 for 1.&#60;/p&#62;
&#60;p&#62;For anything more than 1, the pattern is Product * Quantity * Quantity + Shipping * Quantity + Sales Tax.&#60;/p&#62;
&#60;p&#62;If Buyer Type 2 or 3 is selected, the total calculation is correct regardless of quantity.&#60;/p&#62;
&#60;p&#62;I've looked at the exported XML and I don't see anything strange.  I've tried opening the form in different browsers and the error still shows up.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
