Get Adminhtml quote session using Magento 2.

Magento Native supports multiple Sessions type for frontend and backend (adminhtml) system.

You can get admin Html(backend) quote session using Magento 2 by Magento\Backend\Model\Session\Quote class. Continue reading “Get Adminhtml quote session using Magento 2.”

Display Order Summary in Shipping Step of Checkout magento 2.

You can display Order Summary like Order total, subtotal, discount, and shipping charges on the first step (Shipping step) Of checkout page.

By Default, Order Summary in Shipping step is Disabled and it will be loaded through the abstract-total.js file of Checkout module. Continue reading “Display Order Summary in Shipping Step of Checkout magento 2.”

Get Customer Company extension attributes B2B magento 2.

In B2B, Magento 2 You can fetch a list of customer company extension attributes by customer ID.

The company module contains customer extension attributes that are mapped to the Customer module in the Magento core code. Continue reading “Get Customer Company extension attributes B2B magento 2.”