- Issue created by @marijan gudelj
- Merge request !7Issue #3168191 by agolubic: Implement support for referencing product... → (Open) created by marijan gudelj
- 🇬🇧United Kingdom the_g_bomb
After a quick glance, I can see that this MR also includes the changes offered at, 📌 Automated Drupal 10 compatibility fixes Needs review , so I will test this over that patch.
- 🇬🇧United Kingdom the_g_bomb
Patch does not apply to the 8.x-1.x-dev branch, it looks like the PR has been raised against master.
Also:
:29: trailing whitespace.
7. Use 'Order item title formatter' for Commerce Order Item Title field on commerce_order_item_table view to get full descriptive
warning: 1 line adds whitespace errors. - 🇬🇧United Kingdom the_g_bomb
I have rerolled and created a new MR as I had to fixed a couple of things to get the module to work.
This now require a few hurdles to jump through to get it installed. Not sure if all these steps are strictly required but I did this:
composer require mglaman/composer-drupal-lenient composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/commerce_product_bundles"]' composer config --json --merge extra.patches.drupal/commerce_product_bundles '{"Issue #3419195: Drupal 10 support": "https://git.drupalcode.org/project/commerce_product_bundles/-/merge_requests/8.diff"}' composer require drupal/commerce_currencies_price composer require drupal/commerce_currency_resolver composer require "drupal/commerce:3.0.2 as 2.19" composer require "drupal/commerce_cart:3.0.2 as 2.19" composer require "drupal/commerce_product:3.0.2 as 2.19" composer require "drupal/select2:2.0.0 as 1.6" composer require "drupal/core:11.1.7 as 10.5.x-dev" composer require "drupal/commerce_product_bundles:1.x-dev@dev"
Hopefully when the patch is merged the dependency issues will go away.
- 🇬🇧United Kingdom the_g_bomb
When adding a new bundle variation, the products do not pull through to be selected: