Commerce Kickstart 2.x get the Commerce Bulk Product Creation not work.

I have to disable the module "Commerce Kickstart Product UI" to get the add bulk link to show.

I just wonder why the contrib module of a Kickstart changed the behavior of the original Commerce modules.

And is it necessary to add over 20 additional contrib modules to build a Kickstart? A user should build their store base on the Kickstart or he should remove the Kickstart and all the contrib modules to build a store just base on the modules listing on http://drupal.org?

Comments

bojanz’s picture

Title: Commerce Kickstart 2.x get the Commerce Bulk Product Creation not work. » "Bulk add products" link is missng

If the bulk add link doesn't show then that's a bug and it will be examined.

I just wonder why the contrib module of a Kickstart changed the behavior of the original Commerce modules.

To ensure better UX and user friendliness.

And is it necessary to add over 20 additional contrib modules to build a Kickstart?

Yes, if you want every cool feature Kickstart has to offer. Kickstart v2 beta1 will allow you to install a stripped down version, and select the individual features you might want during install, so that should help people who are starting from scratch and don't want all the demo store stuff.

vasike’s picture

it seems the issue is with commerce_kickstart_product_ui_menu_local_tasks_alter hook function, which unset all actions links, before create the new link for "Add product".
patch to solve this, commited it here : https://code.drupalcommerce.org/#/c/171/

vasike’s picture

Status: Active » Needs review

needs review

bojanz’s picture

Status: Needs review » Fixed

Merged, thanks.

vasike’s picture

Assigned: Unassigned » bojanz
Status: Fixed » Needs work

not fixed, yet. i found something similar in Commerce Kickstart Lite Product UI module.
i tried to make a commit, and i think i did it wrongly to 7.x.-2.x.
Bojan can you check please, i don't want to break something. thanks a lot.

vasike’s picture

Status: Needs work » Needs review

it seems the commit it's there: https://code.drupalcommerce.org/#/c/174

bojanz’s picture

Status: Needs review » Fixed

Merged that one as well.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

YesCT’s picture

I'm using the Feb 22 2013 2.4 version from the tar ball, and I cannot find the link after enabling the bulk product creation module. Where is it in the kickstart custom admin menus?

YesCT’s picture

ah, I added a new product variation type (admin/commerce/config/product-variation-types), the checkbox for use during bulk add was selected by default.
After making it, then under admin/commerce/products there is a big blue button that says: + Bulk add products :)