<?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: Add Discount code in percentage</title>
		<link>https://legacy.forums.gravityhelp.com/topic/add-discount-code-in-percentage</link>
		<description>Gravity Support Forums Topic: Add Discount code in percentage</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:29:08 +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/add-discount-code-in-percentage" rel="self" type="application/rss+xml" />

		<item>
			<title>bluantinoo on "Add Discount code in percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-discount-code-in-percentage#post-292628</link>
			<pubDate>Fri, 31 May 2013 10:54:59 +0000</pubDate>
			<dc:creator>bluantinoo</dc:creator>
			<guid isPermaLink="false">292628@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I hope David,&#60;br /&#62;
I've searched long time for this solution, and now it's really easy to implement. Many thanks for releasing the &#34;Calculation&#34; option, and also thanks to David from Gravity Wiz for his {subtotal} snippet!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Add Discount code in percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-discount-code-in-percentage#post-292625</link>
			<pubDate>Fri, 31 May 2013 10:52:32 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">292625@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for posting that. I'm sure it will help many people.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bluantinoo on "Add Discount code in percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-discount-code-in-percentage#post-292612</link>
			<pubDate>Fri, 31 May 2013 10:45:49 +0000</pubDate>
			<dc:creator>bluantinoo</dc:creator>
			<guid isPermaLink="false">292612@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello folks,&#60;br /&#62;
I just want to share a nice solution for a percentage discount with promo codes.&#60;/p&#62;
&#60;p&#62;Just use this snippet by GravityWiz: &#60;a href=&#34;http://gravitywiz.com/subtotal-merge-tag-for-calculations/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/subtotal-merge-tag-for-calculations/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've explained in details how to do it in this comment: &#60;a href=&#34;http://gravitywiz.com/subtotal-merge-tag-for-calculations/#comment-58378&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/subtotal-merge-tag-for-calculations/#comment-58378&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Quite easy actually :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Add Discount code in percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-discount-code-in-percentage#post-205881</link>
			<pubDate>Thu, 11 Apr 2013 15:09:48 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">205881@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It is done in the GF form builder. Add a product field, and change it to calculation. From there, just create a math equation that calculates all of your products and quantities and multiply it by the rate at which you want to discount (if you want someone to pay 20%, then you'll multiply the total by 0.8 and then make it a negative).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tim Bowen on "Add Discount code in percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-discount-code-in-percentage#post-205847</link>
			<pubDate>Thu, 11 Apr 2013 14:47:04 +0000</pubDate>
			<dc:creator>Tim Bowen</dc:creator>
			<guid isPermaLink="false">205847@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David. Is this something which would be done in the functions.php file or could it be done directly in the GF admin area?&#60;/p&#62;
&#60;p&#62;Anything else you can provide to point us in the right direction would be great and I'll be happy to post our code solution up here when it's complete.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Add Discount code in percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-discount-code-in-percentage#post-205845</link>
			<pubDate>Thu, 11 Apr 2013 14:44:43 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">205845@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The total field isn't something you can grab and manipulate. What you need to do is grab all of your fields in a Product Calculation field and add and multiply them together as you normally would (quantity x price) + (quantity x price) and then multiply it by a percentage and then make that a negative number. Then you have your percentage discount translated into a real negative cost which will be subtracted from the total.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tim Bowen on "Add Discount code in percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-discount-code-in-percentage#post-205843</link>
			<pubDate>Thu, 11 Apr 2013 14:41:38 +0000</pubDate>
			<dc:creator>Tim Bowen</dc:creator>
			<guid isPermaLink="false">205843@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This seems like it would be fairly straightforward by using the TOTAL field and then multiplying it by a percentage. Can someone offer a suggestion on how to do this with a custom function?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demoweb on "Add Discount code in percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-discount-code-in-percentage#post-205390</link>
			<pubDate>Thu, 11 Apr 2013 07:34:24 +0000</pubDate>
			<dc:creator>demoweb</dc:creator>
			<guid isPermaLink="false">205390@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello Chris Hajer,&#60;/p&#62;
&#60;p&#62;Thank-you for your valuable reply for me.Please have a look on this question.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/discount-options-and-add-option-of-50-to-total-price&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/discount-options-and-add-option-of-50-to-total-price&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;David Peralty provide some solutions for discount. As same i want in my website. So please let me know about this . can we manage some-thing. As u know what i want.&#60;/p&#62;
&#60;p&#62;i have number's of products in my website,with different-different Price's.And i want common Discount option from the total price. Please give me some solutions which i can do with gravity form If it is possible ..&#60;/p&#62;
&#60;p&#62;Thank you for your support and help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Add Discount code in percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-discount-code-in-percentage#post-201284</link>
			<pubDate>Mon, 08 Apr 2013 12:51:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">201284@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no easy way to do this in Gravity Forms.    There is a 3rd party coupon add-on: &#60;a href=&#34;https://github.com/curtismchale/Coupons-for-Gravity-Forms&#34; rel=&#34;nofollow&#34;&#62;https://github.com/curtismchale/Coupons-for-Gravity-Forms&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Or, as I mentioned previously, we are working on our own coupon add-on.  However, it's not available yet.  What you are trying to do is not yet built in to Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demoweb on "Add Discount code in percentage"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-discount-code-in-percentage#post-195349</link>
			<pubDate>Wed, 03 Apr 2013 08:50:18 +0000</pubDate>
			<dc:creator>demoweb</dc:creator>
			<guid isPermaLink="false">195349@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello Every one,&#60;/p&#62;
&#60;p&#62;I have done Add Discount code functionality through GF condition's. in this for u can see how can i solve this&#60;br /&#62;
 &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/add-discount-code&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/add-discount-code&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But now i want to add the negative price in (%) percentage..&#60;br /&#62;
Exmaple:- &#60;/p&#62;
&#60;p&#62;if admin will enter $-15 amount then i want to less $15% from the total amount .. &#60;/p&#62;
&#60;p&#62;Can u please tell me how can we solve this problem .. &#60;/p&#62;
&#60;p&#62;Thank you for your support and help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
