Skip to content

[CE 2.1.0 RC3] Reorder issue - The options you selected are not available #5192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mhabou opened this issue Jun 23, 2016 · 7 comments
Closed
Labels
bug report Component: Sales Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed non-issue

Comments

@mhabou
Copy link

mhabou commented Jun 23, 2016

Steps to reproduce

  1. Install Magento CE 2.1.0 RC3
  2. Add Bundle Product to the cart
  3. invoice & ship
  4. reorder

Expected result

No problem

Actual result

1 exception(s):
Exception #0 (Magento\Framework\Exception\LocalizedException): The options you selected are not available.

Exception #0 (Magento\Framework\Exception\LocalizedException): The options you selected are not available.
#0 /var/www/html/vendor/magento/module-sales/Controller/Adminhtml/Order/Create/Reorder.php(27): Magento\Sales\Model\AdminOrder\Create->initFromOrder(Object(Magento\Sales\Model\Order))
#1 /var/www/html/var/generation/Magento/Sales/Controller/Adminhtml/Order/Create/Reorder/Interceptor.php(24): Magento\Sales\Controller\Adminhtml\Order\Create\Reorder->execute()
#2 /var/www/html/vendor/magento/framework/App/Action/Action.php(102): Magento\Sales\Controller\Adminhtml\Order\Create\Reorder\Interceptor->execute()
#3 /var/www/html/vendor/magento/module-backend/App/AbstractAction.php(226): Magento\Framework\App\Action\Action->dispatch(Object(Magento\Framework\App\Request\Http))
#4 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(74): Magento\Backend\App\AbstractAction->dispatch(Object(Magento\Framework\App\Request\Http))
#5 /var/www/html/vendor/magento/framework/Interception/Chain/Chain.php(70): Magento\Sales\Controller\Adminhtml\Order\Create\Reorder\Interceptor->___callParent('dispatch', Array)
#6 /var/www/html/vendor/magento/framework/Interception/Chain/Chain.php(63): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Sales\\C...', 'dispatch', Object(Magento\Sales\Controller\Adminhtml\Order\Create\Reorder\Interceptor), Array, 'adminAuthentica...')
#7 /var/www/html/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): Magento\Framework\Interception\Chain\Chain->Magento\Framework\Interception\Chain\{closure}(Object(Magento\Framework\App\Request\Http))
#8 /var/www/html/vendor/magento/framework/Interception/Chain/Chain.php(67): Magento\Backend\App\Action\Plugin\Authentication->aroundDispatch(Object(Magento\Sales\Controller\Adminhtml\Order\Create\Reorder\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http))
#9 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Sales\\C...', 'dispatch', Object(Magento\Sales\Controller\Adminhtml\Order\Create\Reorder\Interceptor), Array, 'adminMassaction...')
#10 /var/www/html/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): Magento\Sales\Controller\Adminhtml\Order\Create\Reorder\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#11 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(142): Magento\Backend\App\Action\Plugin\MassactionKey->aroundDispatch(Object(Magento\Sales\Controller\Adminhtml\Order\Create\Reorder\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http))
#12 /var/www/html/var/generation/Magento/Sales/Controller/Adminhtml/Order/Create/Reorder/Interceptor.php(39): Magento\Sales\Controller\Adminhtml\Order\Create\Reorder\Interceptor->___callPlugins('dispatch', Array, Array)
#13 /var/www/html/vendor/magento/framework/App/FrontController.php(55): Magento\Sales\Controller\Adminhtml\Order\Create\Reorder\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#14 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(74): Magento\Framework\App\FrontController->dispatch(Object(Magento\Framework\App\Request\Http))
#15 /var/www/html/vendor/magento/framework/Interception/Chain/Chain.php(70): Magento\Framework\App\FrontController\Interceptor->___callParent('dispatch', Array)
#16 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Framewo...', 'dispatch', Object(Magento\Framework\App\FrontController\Interceptor), Array, 'install')
#17 /var/www/html/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#18 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(142): Magento\Framework\Module\Plugin\DbStatusValidator->aroundDispatch(Object(Magento\Framework\App\FrontController\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http))
#19 /var/www/html/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): Magento\Framework\App\FrontController\Interceptor->___callPlugins('dispatch', Array, Array)
#20 /var/www/html/vendor/magento/framework/App/Http.php(135): Magento\Framework\App\FrontController\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#21 /var/www/html/vendor/magento/framework/App/Bootstrap.php(258): Magento\Framework\App\Http->launch()
#22 /var/www/html/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http))
#23 {main}

@andimov
Copy link
Contributor

andimov commented Jun 24, 2016

@Dayssam
The Bundle Product was created in 2.1.0-rc3 or was migrated from earlier versions?

@mhabou
Copy link
Author

mhabou commented Jun 24, 2016

@andimov

From fresh install , from the sample data

@YevSent YevSent assigned NadiyaS and unassigned andimov Jun 24, 2016
@veloraven
Copy link
Contributor

Was not able to reproduce on fresh install without sample data

@vkorotun vkorotun removed the CS label Aug 4, 2016
@NadiyaS NadiyaS removed their assignment Mar 22, 2017
@VasylShvorak
Copy link
Contributor

@Dayssam Is this issue still actual? We were not able to reproduce it on the ver. 2.1.7

@PascalBrouwers
Copy link
Contributor

Issue is still active. This happens when:

  • you order a bundle
  • change the bundle but keep the same products (bundle option id's get changed)
  • reorder

@PascalBrouwers
Copy link
Contributor

@Dayssam can you change the title and remove "CE 2.1.0 RC3" ?

@magento-engcom-team magento-engcom-team added bug report Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Progress: needs update Component: Sales labels Sep 11, 2017
@magento-engcom-team magento-engcom-team added Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed and removed Progress: needs update labels Sep 18, 2017
@magento-engcom-team
Copy link
Contributor

@Dayssam, thank you for your report.
This seems to be correct Magento behavior. Please refer to the Community Forums or the Magento Stack Exchange site for advice or general discussion about this.
Otherwise you may submit Pull Request with the suggested changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Sales Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed non-issue
Projects
None yet
Development

No branches or pull requests

9 participants