Typical problem with Commerce Kickstart
First of all I must say that I am impressed with Commerce Kickstart 7.14.
I have a curious problem at hand. I want to display products as such:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[ Product Image ]
[ Title ]
[Description]
[Price]
After this line, I want to add a custom form for customer to enter information. The below form will vary with each product type/variation. For instance:
[Field 1]
[Field 2]
[Field 3]
[Customer Address] -> from profile if logged in
[x] some check boxes
[x] radio buttons, etc
--------------------------------------------------
[Add to cart]
What will be the best approach to do it via Drupal Commerce kickstart?
Should I use kickstart distribution or manually use Drupal commerce and other contribs from scratch? As I noticed there are no options to add "New Product Types" in kickstart anymore.?
Please suggest.
Thanks a lot. :)