You can easily use a contour form if it has its own form. Then just dont nest the forms - then everything will be okay. But you could also just register that info using order properties using Tea Commerce.
Since I need dynamic properties, which is reasy to use with Contour I would like to be able to insert the form on an article and save data from the form when adding the article to the cart.
If you use Contour and want that to full out the form and then add the product - then you need to use the Javascript API of TC and not the HTML API. Then use jQuery to fetch the info from your confour form and use that to add the information to add an order line.
Because Tea Commerce use Umbraco nodes as products Umbraco sets the limitations - so what you can do in Umbraco you can do with Tea Commerce. Order line properties is just a collection of key/values so here you can just add all the different info you need.
Using TeaCommerce with Contour forms?
Hello,
I have a customer that sells events.
Every one who will participate needs to register, and add info regarding visit length, food allergies etc.
Today we use a Contour form for this, and handle the transaction manually.
We are looking into to using TeaCommerce in a combination. Would it be possible to use a Contour form inside the cart in TeaCommerce?
//Kalle
You can easily use a contour form if it has its own form. Then just dont nest the forms - then everything will be okay. But you could also just register that info using order properties using Tea Commerce.
Kind regards
Anders
Since I need dynamic properties, which is reasy to use with Contour I would like to be able to insert the form on an article and save data from the form when adding the article to the cart.
Any ideas?
//Kalle
If you use Contour and want that to full out the form and then add the product - then you need to use the Javascript API of TC and not the HTML API. Then use jQuery to fetch the info from your confour form and use that to add the information to add an order line.
Kind regards
Anders
Or is there another solution to add dynamic properties to TeaCommerce, like Contour works?
//Kalle
Because Tea Commerce use Umbraco nodes as products Umbraco sets the limitations - so what you can do in Umbraco you can do with Tea Commerce. Order line properties is just a collection of key/values so here you can just add all the different info you need.
Kind regards
Anders
is working on a reply...