This forum is now Read-Only. The Magento Community Forum is scheduled to close permanently on December 31, 2025. Please save any necessary information before this date. Join us on Slack for continued engagement!
I created an observer in event "sales_order_place_before".I have a multistore and I want to remove all products of the quote and add products of other store view. I don´t know how to change of store
store view shares products, so you don't have to remove and add again when swithcing stores, you can simply set store id to quote and Mage::app()->setCurrentStore()