Skip to content

Instantly share code, notes, and snippets.

@joebassi
joebassi / convertQuoteToOrder.php
Last active August 3, 2019 14:36 — forked from ProxiBlue/convertQuoteToOrder.php
Magento 1: Convert Quote to Order
<?php
/**
* Convert a quote to an order object
* Note Bundle items selections do not show
*
* @author Lucas van Staden
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*
*/