<?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: Calculated Pricing</title>
		<link>https://legacy.forums.gravityhelp.com/topic/calculated-pricing</link>
		<description>Gravity Support Forums Topic: Calculated Pricing</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:47:26 +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/calculated-pricing" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Calculated Pricing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculated-pricing#post-54979</link>
			<pubDate>Wed, 11 Apr 2012 17:41:17 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">54979@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Our new GF v1.6.4 Beta 1 was released today with calculations - see if that works for what you are trying to do:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/gravity-forms-v1-6-4-beta-1-released/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/gravity-forms-v1-6-4-beta-1-released/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jschulbe on "Calculated Pricing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculated-pricing#post-50015</link>
			<pubDate>Mon, 20 Feb 2012 16:00:08 +0000</pubDate>
			<dc:creator>jschulbe</dc:creator>
			<guid isPermaLink="false">50015@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;br /&#62;
This is a good start, hopefully i get this to work within the week. &#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Jamie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Calculated Pricing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculated-pricing#post-49711</link>
			<pubDate>Fri, 17 Feb 2012 15:56:25 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">49711@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi jschulbe,&#60;/p&#62;
&#60;p&#62;Unfortunately, there is no pretty way to handle this, but a good way to get started is this walk through:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_Forms_Pricing:_Adding_Tax&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gravity_Forms_Pricing:_Adding_Tax&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This will demonstrate how you can modify the order total both on the front end and the back-end. With a little more effort, you could use this same method to add on whatever additional fees you need to based on the width and height of the product.&#60;/p&#62;
&#60;p&#62;On the front end, you'd want to retrieve the values of the height and width field via jquery.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
var width = jQuery(&#38;#39;#input_1_2&#38;quot;).val();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can then do your calculation and add the amount to the form total.&#60;/p&#62;
&#60;p&#62;On the back-end you will need to to retrieve the width and height values from the $entry object which is passed from the gform_product_info hook (refer to the Tax example above). Again, you can do your calculations to get the amount to add. On this step though you can add it to the product total rather than just the form total.&#60;/p&#62;
&#60;p&#62;I hope this makes sense. It is a fairly involved process.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jschulbe on "Calculated Pricing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculated-pricing#post-49683</link>
			<pubDate>Fri, 17 Feb 2012 09:27:30 +0000</pubDate>
			<dc:creator>jschulbe</dc:creator>
			<guid isPermaLink="false">49683@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl,&#60;br /&#62;
Thank you for forwarding this to your developers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Calculated Pricing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculated-pricing#post-49655</link>
			<pubDate>Thu, 16 Feb 2012 21:44:37 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">49655@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have forwarded this forum post to one of our developers who will take a look and provide you some guidance.  I'll touch base with him and see if he can do so tomorrow.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jschulbe on "Calculated Pricing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculated-pricing#post-49386</link>
			<pubDate>Tue, 14 Feb 2012 10:47:53 +0000</pubDate>
			<dc:creator>jschulbe</dc:creator>
			<guid isPermaLink="false">49386@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
What I am trying to achieve is calculated pricing based on square area for both rectangular shapes and a circle.  The person would choose what shape they want then they would get a text box for Length and Width or a Diameter to type in the chosen dimensions they need.&#60;/p&#62;
&#60;p&#62;Everything we do is a custom dimensions and our entire price is based off of square area.&#60;/p&#62;
&#60;p&#62;So for a Rectangle&#60;/p&#62;
&#60;p&#62;L * W = Area&#60;br /&#62;
Area * Price per square mm = Total Price &#60;/p&#62;
&#60;p&#62;For A Circle&#60;/p&#62;
&#60;p&#62;d/2 = r&#60;br /&#62;
Pi * r *r = area&#60;br /&#62;
Area * Price per square mm = Total Price&#60;/p&#62;
&#60;p&#62;Then Lastly the person can choose the quantity of the product they want and the price will adjust accordingly. &#60;/p&#62;
&#60;p&#62;I know this feature is being added into the core plugin in the future but I cannot wait until that is done.  If someone has done this with GF could you please point me in the right direction in how to accomplish this. &#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Jamie
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
