How can I find current shipping address at checkout?
I have tried getting shipping address with both MagentoCheckoutModelSession and MagentoCheckoutModelCart, accessing the Quote object, yet it’s returning the default shipping address instead. Pulling that data from my block class like so: $statecode = $block->getCart()->getQuote()->getShippingAddress()->getRegionCode(); Switching addresses does not change… Read More »How can I find current shipping address at checkout?