I want to fetch the product details that are added to cart, on page load in checkout page.
As we know in checkout page there is generally six Steps to place order, where each step's information is in
<div class="panel-body"></div>
which remains empty until we reached to that step. so, product details is under the last step(6th) to be fetched. But i want to fetch the products details which i will show on right side in
<div classs="col-md-4"> </div>