Magneto 2 : How to get quote id in order create page admin?
Magento 2 i want qoute id in order crete page admin, but i got null in quote id. I’m Using MagentoCheckoutModelSession $this->checkoutSession->getQuote()->getId();
Auto Added by WPeMatico
Magento 2 i want qoute id in order crete page admin, but i got null in quote id. I’m Using MagentoCheckoutModelSession $this->checkoutSession->getQuote()->getId();
I’m using getRegion() and setRegion() but in my quote isn’t saving values from setRegion(). How can I solve this problem?
I have an issue with magento 2 pricing. I am applying a discount on row total and updating the item price. The problem is that the total is calculated from item price and not from the row total. Does anybody… Read More »Quote row total problem