I am working with Commerce Kickstart 2.0. I have created 9 content types and when I went to add the variations for each "product type" I noticed that none of them were showing up. My content types had a large amount of fields in them so I cloned each one of them from the previous created content type, and I think this may be what caused the issue. Is there a way for me to manually point each content type to another variation type or do I have to create all new content types from scratch?
Related Questions in DRUPAL
- Drupal access control to custom user profile page
- How to list all child pages of current parent page in drupal 7?
- MariaDB/MySQL all of a sudden crashed and won't restart
- Drupal location module shows only a portion of Gmap on node page
- How to add a select collection type select list to field collection
- Drupal7 modified user login no effect?
- Drupal AngularJS ajax simple ng-repeat update
- Drupal: Access A Field in hook_views_query_alter()
- Drupal Webform : set SCORE on each SELECT Options?
- Register new user as authenitcated user in drupal using xml-rpc
Related Questions in DRUPAL-7
- Drupal access control to custom user profile page
- How to list all child pages of current parent page in drupal 7?
- Drupal location module shows only a portion of Gmap on node page
- How to add a select collection type select list to field collection
- Drupal AngularJS ajax simple ng-repeat update
- PHPStorm Drush on Vagrant
- Drupal: Access A Field in hook_views_query_alter()
- Drupal domain access auto create content
- How to display sibling pages except current page in drupal 7?
- how to merge entity reference relationship field value
Related Questions in DRUPAL-MODULES
- Relating content in drupal
- How can I solve missing bundle property
- Drupal 7 user registration custom
- Static generator in Drupal 7 was error
- Drupal - Edit Views Selective Filters module to rename the option tag
- Extending drupal webform to export data remotely
- How to export webform data in mysql table?
- Drupal Feed Import module uninstall issue
- On using CSRF Token in Routing file of custom module throws error?
- Any gated content module in drupal 7
Related Questions in DRUPAL-COMMERCE
- How can I solve missing bundle property
- How to get order id after an order is saved using Drupal Commerce
- Drupal + Google sign in
- How to get Drupal 8 commerce store setting
- Drupal Commerce Kickstart Product list theming
- Remove Drupal Commerce Empty Products
- Bulk Inserting Products directly into Drupal's Database
- Adding a discount with the Drupal commerce module
- Drupal Commerce API installation failed - TypeError: strpos() expects parameter 1 to be string
- How to check the machine name of the product type?
Related Questions in DRUPAL-CONTENT-TYPES
- fields of content type show as sidebar menu in drupal
- Using different views for full nodes depending on contenttype
- Convert drupal 7 content type into code automatically. Content type generator code?
- How can I customize a specific node in Drupal 6 WHEN a custom template has already been applied to the node's content type?
- Use webform submission id in custom content type
- Drupal - How to hide data in "edit content"
- Drupal custom content type list view
- drupal: let users upload content type
- Content Types not linked to Product Variations
- Drupal 7 Does "New Node Creation" initiate/prepare the Fields for different Content Types?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I'm a bit of a newb to Commerce kickstart but I'm pretty sure that for the built in plumbing to work as expected, you need to begin adding a new product by starting with a new product variation type (a bit counter-inuitive). This should create a product and product view automatically. You can then assign attributes common to all variations to the 'Product' and those unique to the variations to the 'Product variation'.