Hi,
just struggling to work out why and what to search for to find how we can reinstate the 'view' action link for all orders, it's only appearing for some orders at present.
Solved! Go to Solution.
It seems for only pending orders it is not showing, did you get any error?
Or do you have any cron set to complete the order?
Please try by running once below commands:
php bin/magento setup:static-content:deploy php bin/magento c:f php bin/magneto indexer:reindex
or
temp solution meanwhile you will not fix this issue, just open any order details page which having already view link and in URL you can change order id for others order too. Open like this might you will get some error.
It seems for only pending orders it is not showing, did you get any error?
Or do you have any cron set to complete the order?
Please try by running once below commands:
php bin/magento setup:static-content:deploy php bin/magento c:f php bin/magneto indexer:reindex
or
temp solution meanwhile you will not fix this issue, just open any order details page which having already view link and in URL you can change order id for others order too. Open like this might you will get some error.
Hi 100% yes I cen view the order by modifying the link,
but reindexing / flush cache and redeploying static content have not helped.
I first noticed this a short while after moving from Magento 2.2 to 2.3 but assume that is unrelated.
Thankyou