I have show this type Order ID - Order Data - Order Status and I click on order id then redireck go to order details page in magento 2? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?choose order state and status - Magento 2order status and state - magento 2How to include a new order status in between pending and processing in magento 2.1Order state and status programmatically definedCreate new order status and make it visible on frontendRedirect to order listing after order status change from admin panel - Magento 2Custom payment method with redirect action then how to get order details in controller?how to solve this type of page to set IN magento 2?How can I get the data when I click the place order button on the checkout page of the magento 2?when i click on pdf invoice then shows empty page in magento 2

Hangman Game with C++

Do wooden building fires get hotter than 600°C?

What does it mean that physics no longer uses mechanical models to describe phenomena?

Maximum summed subsequences with non-adjacent items

What was the first language to use conditional keywords?

Why is the AVR GCC compiler using a full `CALL` even though I have set the `-mshort-calls` flag?

How do I find out the mythology and history of my Fortress?

How come Sam didn't become Lord of Horn Hill?

Can anything be seen from the center of the Boötes void? How dark would it be?

How can I reduce the gap between left and right of cdot with a macro?

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

AppleTVs create a chatty alternate WiFi network

How does the math work when buying airline miles?

Can a new player join a group only when a new campaign starts?

Trademark violation for app?

Do I really need to have a message in a novel to appeal to readers?

How to react to hostile behavior from a senior developer?

Is CEO the "profession" with the most psychopaths?

Generate an RGB colour grid

An adverb for when you're not exaggerating

What is the difference between globalisation and imperialism?

Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?

Do any jurisdictions seriously consider reclassifying social media websites as publishers?

Why should I vote and accept answers?



I have show this type Order ID - Order Data - Order Status and I click on order id then redireck go to order details page in magento 2?



Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?choose order state and status - Magento 2order status and state - magento 2How to include a new order status in between pending and processing in magento 2.1Order state and status programmatically definedCreate new order status and make it visible on frontendRedirect to order listing after order status change from admin panel - Magento 2Custom payment method with redirect action then how to get order details in controller?how to solve this type of page to set IN magento 2?How can I get the data when I click the place order button on the checkout page of the magento 2?when i click on pdf invoice then shows empty page in magento 2



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I have show this type Order ID - Order Data - Order Status and I click on order id then redirect go to order details page ? how to do this ? exmaple order id is 2 then I click on 2 then go to order details show ?how to create this in magento 2?










share|improve this question






















  • show your phtml code where you display those details?

    – Prathap Gunasekaran
    Apr 15 at 9:18











  • <?php $order = $this->helper('WdsCoreoverrideHelperData')->getCollection(); foreach($order as $items) echo "Entity Id :". $items->getEntityId(); echo "Order Status :". $items->getStatus(); echo "Subtotal:". $items->getSubtotal(); ?> this is my phtml file

    – sanni kalariya
    Apr 15 at 9:22

















1















I have show this type Order ID - Order Data - Order Status and I click on order id then redirect go to order details page ? how to do this ? exmaple order id is 2 then I click on 2 then go to order details show ?how to create this in magento 2?










share|improve this question






















  • show your phtml code where you display those details?

    – Prathap Gunasekaran
    Apr 15 at 9:18











  • <?php $order = $this->helper('WdsCoreoverrideHelperData')->getCollection(); foreach($order as $items) echo "Entity Id :". $items->getEntityId(); echo "Order Status :". $items->getStatus(); echo "Subtotal:". $items->getSubtotal(); ?> this is my phtml file

    – sanni kalariya
    Apr 15 at 9:22













1












1








1








I have show this type Order ID - Order Data - Order Status and I click on order id then redirect go to order details page ? how to do this ? exmaple order id is 2 then I click on 2 then go to order details show ?how to create this in magento 2?










share|improve this question














I have show this type Order ID - Order Data - Order Status and I click on order id then redirect go to order details page ? how to do this ? exmaple order id is 2 then I click on 2 then go to order details show ?how to create this in magento 2?







magento2 magento-2.1 magento2.3






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 15 at 9:14









sanni kalariyasanni kalariya

1019




1019












  • show your phtml code where you display those details?

    – Prathap Gunasekaran
    Apr 15 at 9:18











  • <?php $order = $this->helper('WdsCoreoverrideHelperData')->getCollection(); foreach($order as $items) echo "Entity Id :". $items->getEntityId(); echo "Order Status :". $items->getStatus(); echo "Subtotal:". $items->getSubtotal(); ?> this is my phtml file

    – sanni kalariya
    Apr 15 at 9:22

















  • show your phtml code where you display those details?

    – Prathap Gunasekaran
    Apr 15 at 9:18











  • <?php $order = $this->helper('WdsCoreoverrideHelperData')->getCollection(); foreach($order as $items) echo "Entity Id :". $items->getEntityId(); echo "Order Status :". $items->getStatus(); echo "Subtotal:". $items->getSubtotal(); ?> this is my phtml file

    – sanni kalariya
    Apr 15 at 9:22
















show your phtml code where you display those details?

– Prathap Gunasekaran
Apr 15 at 9:18





show your phtml code where you display those details?

– Prathap Gunasekaran
Apr 15 at 9:18













<?php $order = $this->helper('WdsCoreoverrideHelperData')->getCollection(); foreach($order as $items) echo "Entity Id :". $items->getEntityId(); echo "Order Status :". $items->getStatus(); echo "Subtotal:". $items->getSubtotal(); ?> this is my phtml file

– sanni kalariya
Apr 15 at 9:22





<?php $order = $this->helper('WdsCoreoverrideHelperData')->getCollection(); foreach($order as $items) echo "Entity Id :". $items->getEntityId(); echo "Order Status :". $items->getStatus(); echo "Subtotal:". $items->getSubtotal(); ?> this is my phtml file

– sanni kalariya
Apr 15 at 9:22










1 Answer
1






active

oldest

votes


















0














Add this to your phtml



<?php
$order = $this->helper('WdsCoreoverrideHelperData')->getCollection();
foreach($order as $items) ?>
<div><span>Order Id :</span><a href="<?php echo $block->getUrl('sales/order/history'); ?>"><?php echo $items->getEntityId(); ?></a>
<?php
echo "Order Status :". $items->getStatus();
echo "Subtotal:". $items->getSubtotal();



Hope it helps.






share|improve this answer

























  • Thanks very help full ..Order ID - Order Data - Order Status this forment I will display I have order Id I have order status so how to find order data and this al show left penel or right panel so how to do?

    – sanni kalariya
    Apr 15 at 9:48











  • Please explain bit more, I can't get it

    – Prathap Gunasekaran
    Apr 15 at 9:49











  • how to get order data on home page ?or left or right penel

    – sanni kalariya
    Apr 15 at 9:51











  • Order Data?? the above collection is order data and left or right panel in the sense

    – Prathap Gunasekaran
    Apr 15 at 9:52











  • means order details all in order data and I show all details left and right and home page

    – sanni kalariya
    Apr 15 at 9:53











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270086%2fi-have-show-this-type-order-id-order-data-order-status-and-i-click-on-order%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Add this to your phtml



<?php
$order = $this->helper('WdsCoreoverrideHelperData')->getCollection();
foreach($order as $items) ?>
<div><span>Order Id :</span><a href="<?php echo $block->getUrl('sales/order/history'); ?>"><?php echo $items->getEntityId(); ?></a>
<?php
echo "Order Status :". $items->getStatus();
echo "Subtotal:". $items->getSubtotal();



Hope it helps.






share|improve this answer

























  • Thanks very help full ..Order ID - Order Data - Order Status this forment I will display I have order Id I have order status so how to find order data and this al show left penel or right panel so how to do?

    – sanni kalariya
    Apr 15 at 9:48











  • Please explain bit more, I can't get it

    – Prathap Gunasekaran
    Apr 15 at 9:49











  • how to get order data on home page ?or left or right penel

    – sanni kalariya
    Apr 15 at 9:51











  • Order Data?? the above collection is order data and left or right panel in the sense

    – Prathap Gunasekaran
    Apr 15 at 9:52











  • means order details all in order data and I show all details left and right and home page

    – sanni kalariya
    Apr 15 at 9:53















0














Add this to your phtml



<?php
$order = $this->helper('WdsCoreoverrideHelperData')->getCollection();
foreach($order as $items) ?>
<div><span>Order Id :</span><a href="<?php echo $block->getUrl('sales/order/history'); ?>"><?php echo $items->getEntityId(); ?></a>
<?php
echo "Order Status :". $items->getStatus();
echo "Subtotal:". $items->getSubtotal();



Hope it helps.






share|improve this answer

























  • Thanks very help full ..Order ID - Order Data - Order Status this forment I will display I have order Id I have order status so how to find order data and this al show left penel or right panel so how to do?

    – sanni kalariya
    Apr 15 at 9:48











  • Please explain bit more, I can't get it

    – Prathap Gunasekaran
    Apr 15 at 9:49











  • how to get order data on home page ?or left or right penel

    – sanni kalariya
    Apr 15 at 9:51











  • Order Data?? the above collection is order data and left or right panel in the sense

    – Prathap Gunasekaran
    Apr 15 at 9:52











  • means order details all in order data and I show all details left and right and home page

    – sanni kalariya
    Apr 15 at 9:53













0












0








0







Add this to your phtml



<?php
$order = $this->helper('WdsCoreoverrideHelperData')->getCollection();
foreach($order as $items) ?>
<div><span>Order Id :</span><a href="<?php echo $block->getUrl('sales/order/history'); ?>"><?php echo $items->getEntityId(); ?></a>
<?php
echo "Order Status :". $items->getStatus();
echo "Subtotal:". $items->getSubtotal();



Hope it helps.






share|improve this answer















Add this to your phtml



<?php
$order = $this->helper('WdsCoreoverrideHelperData')->getCollection();
foreach($order as $items) ?>
<div><span>Order Id :</span><a href="<?php echo $block->getUrl('sales/order/history'); ?>"><?php echo $items->getEntityId(); ?></a>
<?php
echo "Order Status :". $items->getStatus();
echo "Subtotal:". $items->getSubtotal();



Hope it helps.







share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 15 at 9:43

























answered Apr 15 at 9:35









Prathap GunasekaranPrathap Gunasekaran

1,8921618




1,8921618












  • Thanks very help full ..Order ID - Order Data - Order Status this forment I will display I have order Id I have order status so how to find order data and this al show left penel or right panel so how to do?

    – sanni kalariya
    Apr 15 at 9:48











  • Please explain bit more, I can't get it

    – Prathap Gunasekaran
    Apr 15 at 9:49











  • how to get order data on home page ?or left or right penel

    – sanni kalariya
    Apr 15 at 9:51











  • Order Data?? the above collection is order data and left or right panel in the sense

    – Prathap Gunasekaran
    Apr 15 at 9:52











  • means order details all in order data and I show all details left and right and home page

    – sanni kalariya
    Apr 15 at 9:53

















  • Thanks very help full ..Order ID - Order Data - Order Status this forment I will display I have order Id I have order status so how to find order data and this al show left penel or right panel so how to do?

    – sanni kalariya
    Apr 15 at 9:48











  • Please explain bit more, I can't get it

    – Prathap Gunasekaran
    Apr 15 at 9:49











  • how to get order data on home page ?or left or right penel

    – sanni kalariya
    Apr 15 at 9:51











  • Order Data?? the above collection is order data and left or right panel in the sense

    – Prathap Gunasekaran
    Apr 15 at 9:52











  • means order details all in order data and I show all details left and right and home page

    – sanni kalariya
    Apr 15 at 9:53
















Thanks very help full ..Order ID - Order Data - Order Status this forment I will display I have order Id I have order status so how to find order data and this al show left penel or right panel so how to do?

– sanni kalariya
Apr 15 at 9:48





Thanks very help full ..Order ID - Order Data - Order Status this forment I will display I have order Id I have order status so how to find order data and this al show left penel or right panel so how to do?

– sanni kalariya
Apr 15 at 9:48













Please explain bit more, I can't get it

– Prathap Gunasekaran
Apr 15 at 9:49





Please explain bit more, I can't get it

– Prathap Gunasekaran
Apr 15 at 9:49













how to get order data on home page ?or left or right penel

– sanni kalariya
Apr 15 at 9:51





how to get order data on home page ?or left or right penel

– sanni kalariya
Apr 15 at 9:51













Order Data?? the above collection is order data and left or right panel in the sense

– Prathap Gunasekaran
Apr 15 at 9:52





Order Data?? the above collection is order data and left or right panel in the sense

– Prathap Gunasekaran
Apr 15 at 9:52













means order details all in order data and I show all details left and right and home page

– sanni kalariya
Apr 15 at 9:53





means order details all in order data and I show all details left and right and home page

– sanni kalariya
Apr 15 at 9:53

















draft saved

draft discarded
















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270086%2fi-have-show-this-type-order-id-order-data-order-status-and-i-click-on-order%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Sum ergo cogito? 1 nng

419 nièngy_Soadمي 19bal1.5o_g

Queiggey Chernihivv 9NnOo i Zw X QqKk LpB