In this short how-to tutorial I’m going to discuss a little trick you can implement on your order form(s) to add variants support to them, (eg. product Color, Shape, Size…etc), without having to add multiple products as long as the different variants have the same price.
So let’s get started:
On your Funnel Step under Settings > Tracking Code :
Now Editing:
In order to change the way the variation (extra field) is displayed you have to only edit three simple lines on the code given above:
var option_name = ‘product_color’;
Being the name that will be shown for that given field at the backend (Clickfunnels will show it as Product Color removing the underscore '’ and capitalizing the words)_… Check the example at #5.
**var options = ['Red', 'Blue', 'Green'];**
Being the options your customers can pick from, separated by a comma, you may add as many as you want.
var label = ‘Pick A Color’;
Being the label text that will be shown above the new field.
Adding more fields:
In order to add more similar fields all you have to do is duplicate (copy/past) the code above as many times as you’d like within the same page, that will result in multiple fields, just make sure to edit the field labels, options, and names appropriately.
That’s true i guess… it will be overwritten.
But if you have some sort of Zapier webhook in place, and keep exporting orders as they come in it won’t cause any problems…
After all it’s not only the variant that will get replaced there are far more serious stuff that will (name and address).
Hello. Is there a way to use this script in the case of a customer purchasing more than one product ? Let’s say he buys 3 t-shirts and wants 3 different colors… Would it be possible ?
Is it possible to do the same on OTO Pages in Clickfunnels? My customers can now choose variants of my main product but not variants from my OTO (up- or downsells). Do you have a piece of code for that as well without having to include another order form on the OTO Pages?
All you have to do is add a dropbox (input element with selection options), and let your customers pick, give that box a custom type and name, and when they buy you’ll have that stored into their Clickfunnels profile.
So I have a phone case with multiple colors and its suited for multiple phone models. I would like it to appear like the picture you posted and you used both paypal v2 and fancify. But how do you set it up so you get that menu so people who visit my page can choose the correct variant?
Enter your variants, and their options, and save your changes.
In order to use variants, you need to have the Fancify App enabled…You may use any of the PayPal Apps we have all work the same for variants (but v2 supports multi checkouts & multi quantities)
Thank you so much Samantha!
I have one last question, in order to setup PayPal V2 do we need to do the exact same thing as the original PayPal plug in or are there any differences in the setup process?
hmm maybe you mean forcing a minimum quantity of “1” I think setting min order to “1” in the PayPal App funnel settings, will force your customers to buy at least one of each or none at all!
The other option is making the product selected by default! in that case it will be selected no matter what type it is, multi checkout, single checkout or multi quantity.