<?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: Cart66 product options/variations and Gravity Forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/cart66-product-optionsvariations-and-gravity-forms</link>
		<description>Gravity Support Forums Topic: Cart66 product options/variations and Gravity Forms</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:15:35 +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/cart66-product-optionsvariations-and-gravity-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Cart66 product options/variations and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cart66-product-optionsvariations-and-gravity-forms#post-45272</link>
			<pubDate>Mon, 02 Jan 2012 12:02:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">45272@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't see a form on that page.&#60;/p&#62;
&#60;p&#62;Also, the modifications posted by ukkiwi are unsupported by Gravity Forms or Cart66, and integration with Cart66 should be take be taken up in their &#60;a href=&#34;http://cart66.com/support/&#34; rel=&#34;nofollow&#34;&#62;support forums&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>islandplanet on "Cart66 product options/variations and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cart66-product-optionsvariations-and-gravity-forms#post-45259</link>
			<pubDate>Sun, 01 Jan 2012 17:37:14 +0000</pubDate>
			<dc:creator>islandplanet</dc:creator>
			<guid isPermaLink="false">45259@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the thread, I've learned a lot. However, following the directions of ukkiwi, I'm still not getting what I want. That is, multiple variations of the same product WITH THE PRICE LISTED BESIDE THE CHOICE. Check &#60;a href=&#34;http://trr.box9.ca/google-1-us&#34; rel=&#34;nofollow&#34;&#62;http://trr.box9.ca/google-1-us&#60;/a&#62;. When you add your choice to the cart, the price appears, but I need customers to compare the price of 100 vs 250 vs 500. Also, the total field does not update when a selection is made.&#60;/p&#62;
&#60;p&#62;Any ideas/help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nekstrebor on "Cart66 product options/variations and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cart66-product-optionsvariations-and-gravity-forms#post-40232</link>
			<pubDate>Mon, 07 Nov 2011 05:10:52 +0000</pubDate>
			<dc:creator>nekstrebor</dc:creator>
			<guid isPermaLink="false">40232@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks so much ukkiwi. great post
&#60;/p&#62;</description>
		</item>
		<item>
			<title>highpointls on "Cart66 product options/variations and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cart66-product-optionsvariations-and-gravity-forms#post-34640</link>
			<pubDate>Tue, 06 Sep 2011 19:07:50 +0000</pubDate>
			<dc:creator>highpointls</dc:creator>
			<guid isPermaLink="false">34640@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ukkiwi,&#60;br /&#62;
You are a lifesaver! Just patched the code with your suggestion above and it works perfectly. Thanks for taking the time to post your solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ukkiwi on "Cart66 product options/variations and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cart66-product-optionsvariations-and-gravity-forms#post-32463</link>
			<pubDate>Sat, 13 Aug 2011 21:36:23 +0000</pubDate>
			<dc:creator>ukkiwi</dc:creator>
			<guid isPermaLink="false">32463@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok think I understand. Here are the steps for a test form that should do everything you want (assuming you have made the code changed I detailed above depending on the version Cart66 you are running) for a Gravity Form product you want to offer options on ...&#60;/p&#62;
&#60;p&#62;Create a new Gravity form and add the following three fields from the 'Pricing' Section:&#60;br /&#62;
- Quantity&#60;br /&#62;
- Product&#60;br /&#62;
- Total&#60;/p&#62;
&#60;p&#62;Now, edit the 'Product' field and select/enter the following:&#60;br /&#62;
- 'Field Type' = 'Drop Down'&#60;br /&#62;
- tick 'Enable Values'&#60;br /&#62;
- Edit the 'Choices' to look like this:&#60;br /&#62;
        Label &#124; Value &#124; Price&#60;br /&#62;
        Choice 1 &#124; +$10 First Choice &#124; $10.00&#60;br /&#62;
        Choice 2 &#124; +$15 First Choice &#124; $15.00&#60;br /&#62;
        Choice 3 &#124; +$20 First Choice &#124; $20.00&#60;br /&#62;
- Save!&#60;br /&#62;
Your form should now update the total correctly.&#60;/p&#62;
&#60;p&#62;Now create a Cart66 Product that uses this Gravity Form. Configure your product as follows :&#60;br /&#62;
- 'Price' of $0.00&#60;br /&#62;
- 'Attach Gravity Form' (select your form)&#60;br /&#62;
- 'Quantity Field' (select you quantity field on your form)&#60;br /&#62;
- save!&#60;/p&#62;
&#60;p&#62;This should see both the Gravity form entry and the cart totals all align nicely. Hope this helps.&#60;br /&#62;
Brad
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tilecouncil on "Cart66 product options/variations and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cart66-product-optionsvariations-and-gravity-forms#post-32427</link>
			<pubDate>Fri, 12 Aug 2011 16:14:10 +0000</pubDate>
			<dc:creator>tilecouncil</dc:creator>
			<guid isPermaLink="false">32427@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So... will Cart 66 not pick up the Total field?  I think I'm having these problems too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ukkiwi on "Cart66 product options/variations and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cart66-product-optionsvariations-and-gravity-forms#post-32364</link>
			<pubDate>Fri, 12 Aug 2011 05:03:16 +0000</pubDate>
			<dc:creator>ukkiwi</dc:creator>
			<guid isPermaLink="false">32364@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi There, Not sure about what you are trying to do. Are you using a 'Total' field on your form (even though its linked to a product in Cart66)? Are you talking about when you look at the form entry or the Order itself? Or is it the reciept?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matrix on "Cart66 product options/variations and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cart66-product-optionsvariations-and-gravity-forms#post-32005</link>
			<pubDate>Mon, 08 Aug 2011 12:32:13 +0000</pubDate>
			<dc:creator>matrix</dc:creator>
			<guid isPermaLink="false">32005@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I figured out my second question just by adding more text to the &#34;value&#34; field, like &#34;+$20 red shirt&#34; seems to work.&#60;/p&#62;
&#60;p&#62;Not sure about my first question yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matrix on "Cart66 product options/variations and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cart66-product-optionsvariations-and-gravity-forms#post-32001</link>
			<pubDate>Mon, 08 Aug 2011 12:23:14 +0000</pubDate>
			<dc:creator>matrix</dc:creator>
			<guid isPermaLink="false">32001@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oops, I have two more problems. The form quantity now works with that bit of code, but I have separate questions. &#60;/p&#62;
&#60;p&#62;It was suggested above to make a &#34;Product&#34; under &#34;Pricing Fields&#34; with a $0.00 amount and quantity disabled. It seems this is necessary to show all info submitted to the email received (and in cart). The problem is that it says always says $0 at the bottom of the submitted form which is kind of confusing. I would hide this for admin to see only, but it isn't an option under advanced. &#60;/p&#62;
&#60;p&#62;Second, and probably more importantly, if I have an option in the form...say, Option with choices A, B, C, at certain price points, when I get the email (or in the cart) it only shows Option with price, but not what choice was selected.&#60;/p&#62;
&#60;p&#62;Thanks for all the help guys, I am so close.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matrix on "Cart66 product options/variations and Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cart66-product-optionsvariations-and-gravity-forms#post-31975</link>
			<pubDate>Sun, 07 Aug 2011 19:00:34 +0000</pubDate>
			<dc:creator>matrix</dc:creator>
			<guid isPermaLink="false">31975@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks guys.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
