"None of the product types you have created so far are available for bulk creation. In order to be avalable for bulk creation, a product type must have at least one field that supports it, such as a list field. Go to the manage product types page to add fields to your product types."

Used Commerce Kickstart install profile to help configure the site; not sure what to change here; looks like it should work; I've examined Product at: admin/commerce/products/types and can't find anything to edit.

I am not new to Drupal; had previously used Ubercart.

Kind regards,

Comments

moochiku’s picture

I faced the same problem when I started working with BPC. Here are the steps I took to make it appear/work.

1) Flush all cache
2) Still no product types available for BPC ? ... Grab the latest dev.
3) update.php
4) If you are using taxonomy for product attributes, enabled the BPC taxonomy submodule.
5) make sure checkbox for use in BPC for all fields in product types are checked. (The checkbox does not appear on all fields though (in my case ... the stock field (with commerce stock))
4) I am able to have it appear on my BPC available product types

Additional observations.
1) BPC fails to find static fields if it is inside a fieldgroup. So no fieldgroup.
2) BPC are more predictable if you create the product types after enabling the module.

Buytra’s picture

Issue summary: View changes

I think the cause was: You have not add any attributes for any of your "product type" yet.
Fix way:
Check your product type, make sure at least one has a attributes setting, eg: colors,
then go admin/commerce/products/add-bulk/product try again! that will be ok.
Good luck!