Skip to content

order-status

Auto Added by WPeMatico

I have to get payment method from checkout session [closed]

I work on extension name ” Order Details”. $customer = $this->order->loadByIncrementId()->getCustomerId()->getPayment(); $payment = $customer->getPayment(); $method = $payment->getMethodInstance(); $methodTitle = $method->getTitle(); return $methodTitle; How I can access the Cash on Delivery method and render on checkout/success/page.

Custom Warehouse

By Default Magento using Total Stock warehouse. I want to use my warehouse for all my products . I am currently using my custom warehouse, But some times it shows the magento by default warehouse.