TypeError: Argument 1 passed to Drupal\commerce_bulk\BulkVariationsCreator::getProductVariation() must be an instance of Drupal\commerce_product\Entity\Product, instance of Drupal\commerce_bulk\Entity\BulkProductVariation given, called in .\modules\commerce_bulk\commerce_bulk.module on line 171 in Drupal\commerce_bulk\BulkVariationsCreator->getProductVariation() (line 105 of ..\modules\commerce_bulk\src\BulkVariationsCreator.php)
Comments
Comment #3
drugan commentedJust a quick fix to prevent error. Unfortunately, the actual functionality of the bulk variation creator is broken by introducing the Variations tab:
#2901939: Move the variations form to its own tab next to (Product) Edit
Needs work to restore the bulk creation functionality.
Comment #5
drugan commentedHow to restore the old style add / edit variations using IEF on a product add / edit form: