-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Uploaded custom option file/images not download from order screen #6558
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
Comments
Hi @magentodevleper thank for report We've created internal ticket MAGETWO-59345 to address this issue. |
In if ($optionId) {
/** @var $productOption \Magento\Catalog\Model\Product\Option */
$productOption = $this->_objectManager->create('Magento\Catalog\Model\Product\Option')->load($optionId);
}
if (!$productOption || !$productOption->getId() || $productOption->getType() != 'file') {
return $resultForward->forward('noroute');
} |
@magentodevleper, thank you for your report. |
I've this issue in version 2.2.5. Paales solution does work, but I wish this issue could be fixed permanently. |
@magento-engcom-team Please point out where in 2.2 this fix is present? It seems to still be an issue for some. |
I'm reopening this issue again, because this is still present in 2.2.X and 2.3.0 according to my research in ticket #20277, so this issue was closed while it was not resolved. |
Is this issue fixed yet? I have tried the solution which was given by @paales but still, I am getting 404 while trying to download the image. |
Preconditions
Steps to reproduce
Expected result
Actual result
Could you please help me on this. How to resolve this issue?
The text was updated successfully, but these errors were encountered: