<?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: Shipping Price Based on Quantity and Particular Product</title>
		<link>https://legacy.forums.gravityhelp.com/topic/shipping-price-based-on-quantity-and-particular-product</link>
		<description>Gravity Support Forums Topic: Shipping Price Based on Quantity and Particular Product</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:54:37 +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/shipping-price-based-on-quantity-and-particular-product" rel="self" type="application/rss+xml" />

		<item>
			<title>Josiah on "Shipping Price Based on Quantity and Particular Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/shipping-price-based-on-quantity-and-particular-product#post-58413</link>
			<pubDate>Wed, 09 May 2012 15:03:12 +0000</pubDate>
			<dc:creator>Josiah</dc:creator>
			<guid isPermaLink="false">58413@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is the Shipping field going to be enabled for the new calculations any time soon?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Shipping Price Based on Quantity and Particular Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/shipping-price-based-on-quantity-and-particular-product#post-44955</link>
			<pubDate>Mon, 26 Dec 2011 20:22:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44955@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@bheckman - glad that will work for you.&#60;/p&#62;
&#60;p&#62;@bozzmedia, I'm not sure.  Nothing will self-destruct, but it might not work.  The most comprehensive how to was linked to in my previous post.  That's the best advice I have.  However, you can almost always work around the limitations with some creative thinking.  If not, you might need to consider a more robust shopping cart/commerce solution.  Gravity Forms product fields are very basic and might not fit every need.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Josiah on "Shipping Price Based on Quantity and Particular Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/shipping-price-based-on-quantity-and-particular-product#post-44881</link>
			<pubDate>Fri, 23 Dec 2011 09:17:26 +0000</pubDate>
			<dc:creator>Josiah</dc:creator>
			<guid isPermaLink="false">44881@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, Thanks so much. This should do the trick.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bozzmedia on "Shipping Price Based on Quantity and Particular Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/shipping-price-based-on-quantity-and-particular-product#post-44878</link>
			<pubDate>Fri, 23 Dec 2011 06:51:07 +0000</pubDate>
			<dc:creator>bozzmedia</dc:creator>
			<guid isPermaLink="false">44878@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am interested in this functionality as well.  Gravity forms only allows one Shipping field per form, but it would be easy to do this conditionally if I could add more than one and show a certain shipping field based on the contents of my product field.&#60;/p&#62;
&#60;p&#62;Is anyone familiar with how to override this limitation?  Will my form self destruct if I do?  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Shipping Price Based on Quantity and Particular Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/shipping-price-based-on-quantity-and-particular-product#post-44474</link>
			<pubDate>Tue, 20 Dec 2011 00:27:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44474@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is the most comprehensive explanation I know for modifying the pricing properly:&#60;br /&#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 is being used to add tax, but the pricing calculations can be anything you want, including complex shipping arrangements.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Josiah on "Shipping Price Based on Quantity and Particular Product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/shipping-price-based-on-quantity-and-particular-product#post-44443</link>
			<pubDate>Mon, 19 Dec 2011 19:46:26 +0000</pubDate>
			<dc:creator>Josiah</dc:creator>
			<guid isPermaLink="false">44443@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;    I have exhausted the forums and found many questions about this issue, but not any definitive answers. I have a Gravity Form set up with multiple products and would like to calculate shipping cost based on total quantity of the products ordered. Up until recently, all of our products were the same size and weight. However, now I have the need to base shipping on the total quantity of products &#60;u&#62;of a certain type&#60;/u&#62;. Obviously, the best solution here should easily allow for if statements to adjust for any number of quantity ranges and also if statements that adjust for any number or product types. I guess you would separately &#34;total&#34; the individual totals for each certain product type, apply the quantity filters, and then arrive at a new total price. Just not sure how to implement.&#60;/p&#62;
&#60;p&#62;     Also, based on the customer's preference I am looking at either having the customers only pay the shipping, or pay for the entire order including shipping through Paypal. Do you foresee this being difficult? These are my last two steps before taking the form live. I would appreciate any help you could offer. Thanks!&#60;/p&#62;
&#60;p&#62;P.S. It speaks volumes that modifying Gravity Forms just a bit is more worthwhile and less time consuming than attempting to get this kind of functionality out of a cart plugin. Great work!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
