开发者

Getting order by order id in Magento

开发者 https://www.devze.com 2023-04-10 13:34 出处:网络
I have custom controller that knows order id, is it possible to g开发者_JS百科et order by order id in custom controller?This is how I solved this:

I have custom controller that knows order id, is it possible to g开发者_JS百科et order by order id in custom controller?


This is how I solved this:

    $orderId = $_GET['orderId'];
    $order = Mage::getModel('sales/order');
    $order->load($orderId);
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号