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

		<item>
			<title>David Smith on "Complex pricing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/complex-pricing#post-37618</link>
			<pubDate>Tue, 11 Oct 2011 17:32:14 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">37618@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm sure you can do this with the Gravity Forms; however, some of it would require a little custom code. Here's a walk-through with an example of adding a custom fee (tax) to a field. Some of the features you want could be added in a similar fashion.&#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;</description>
		</item>
		<item>
			<title>cathyscritters on "Complex pricing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/complex-pricing#post-37540</link>
			<pubDate>Tue, 11 Oct 2011 10:05:01 +0000</pubDate>
			<dc:creator>cathyscritters</dc:creator>
			<guid isPermaLink="false">37540@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Imagine this:&#60;/p&#62;
&#60;p&#62;We have a list of products.&#60;/p&#62;
&#60;p&#62;Each product can have an add-on.&#60;/p&#62;
&#60;p&#62;Each product can have a duration (starts at 1-1/2 hours, goes up in 1/2-hour increments).&#60;/p&#62;
&#60;p&#62;The price is a function of the base product, the number of add-ons, and the duration.  Yow!  Can I do this with Gravity forms?&#60;/p&#62;
&#60;p&#62;Here's a quick example of the kinds of values I'd like to get (prices simplified to show concept):&#60;/p&#62;
&#60;p&#62;Basic petting zoo, 1-1/2 hours (shortest duration):  $200&#60;br /&#62;
Petting zoo + 1 pony, 1-1/2 hours:  $260 (adding ponies adds $60 per pony for the first 1-1/2 hours)&#60;/p&#62;
&#60;p&#62;Basic petting zoo, 2 hours: $250&#60;br /&#62;
Petting zoo + 1 pony, 2 hours: $270 (adding ponies *and* time is more complicated)&#60;/p&#62;
&#60;p&#62;The formula is:&#60;br /&#62;
B = base price, 1-1/2 hour party&#60;br /&#62;
N = number of ponies&#60;br /&#62;
T = Extra time, in half-hour increments&#60;/p&#62;
&#60;p&#62;Price = B + N*$60 + T*$50 + T*N*$10&#60;/p&#62;
&#60;p&#62;I.e., each pony adds $10 per half hour of additional time.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
