3 min read • Updated 4 minutes ago
Build a product configurator with ConvertCalculator
Use ConvertCalculator to build powerful product configurators and connect to Foxy for payments.
Overview
ConvertCalculator is a powerful form builder that makes it easy for anyone to build simple to complex forms and calculators.
In this article, we'll show you how to connect your ConvertCalculator form to Foxy for secure payments. When customers fill out your form, they will be redirected to Foxy's secure checkout to pay, allowing you to take advantage of our 100+ payment method integrations, shipping, taxes, coupons, and more.
Build Calculator Form
Your calculator form can have any field types, elements, and/or formulas. Any field that has a value when submitted, will be passed to the Foxy cart session. Each element's Title will be used as the product option name in the cart.
Collect Pre-checkout Information (optional)
By adding a field for name, email address, phone number, etc. you can collect customer information when your calculator form is submitted, even if the customer doesn't complete checkout. This works similar to cart abandonment functionality and can be useful in some cases.
Add Code Snippet
Configure Code Snippet
There are a few parameters you'll need to configure before publishing your calculator form.
Subdomain (required)
In the code snippet, replace SUBDOMAIN with your Foxy subdomain (this can be obtained in the Foxy admin, Settings > General).
Product Name (Required)
Replace PRODUCT NAME with the product name you want shown when added to cart (ie: Photography Package).
Skip Cart (optional)
If you want to skip the cart and take customers directly to the Foxy checkout after submitting your calculator form, set the skipCart value to true
. Otherwise, set value to false
to take customers to the cart.
Empty Cart (optional)
If you want to empty the cart before adding configured product to cart, set the emptyCart value to true
. Otherwise, set value to false
to allow customers to add multiple products to cart.
Embed Calculator Form
Once your calculator has been set up, it's time to embed it into your website.
Test Calculator Form
To test your calculator form, simply go to the page where you have it embedded (or test using the link ConvertCalculator generates for you). Fill out the calculator form and submit. You should be redirected to the Foxy cart (or checkout, depending on skipCart settings) with configured product in cart.