Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
active_quote.php
Go to the documentation of this file.
1 <?php
7 $quote->setStoreId(1)
8  ->setIsActive(true)
9  ->setIsMultiShipping(false)
10  ->setReservedOrderId('test_order_1')
11  ->save();
$quote
Definition: active_quote.php:6