-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Order Item Status to Enable Downloads is set to "Pending," but no download links are presented in "My Downloads" when logged in (fix provided) #21753
Comments
Hi @crankycyclops. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @crankycyclops do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @shikhamis11. Thank you for working on this issue.
|
✅ Confirmed by @shikhamis11 Issue Available: @shikhamis11, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
…nloadable\Model\Link\Purchased\Item::XML_PATH_ORDER_ITEM_STATUS is set to 'Pending' (magento#21753)
…nloadable\Model\Link\Purchased\Item::XML_PATH_ORDER_ITEM_STATUS is set to 'Pending' (magento#21753)
I didn't branch properly the first time I attempted to fix this issue, so I've forked a fresh copy of the repository and made a new set of pull requests. |
Hi @crankycyclops. Thank you for your report.
The fix will be available with the upcoming 2.3.2 release. |
…nloadable\Model\Link\Purchased\Item::XML_PATH_ORDER_ITEM_STATUS is set to 'Pending' (magento#21753)
…nloadable\Model\Link\Purchased\Item::XML_PATH_ORDER_ITEM_STATUS is set to 'Pending' (magento#21753)
Hi @crankycyclops. Thank you for your report.
The fix will be available with the upcoming 2.2.9 release. |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
If Stores -> Configuration -> Catalog -> Downloadable Product Options -> Order Item Status to Enable Downloads is set tp "Pending," the "My Downloads" page should contain a list of download links, not just names of the products.
Actual result (*)
Only the names of the pending products are displayed, and no download product links are displayed beside them.
I've provided a patch to core below that fixes the issue in case it's useful.
Proposed Solution
I've submitted a pull request which references this issue.
The text was updated successfully, but these errors were encountered: