Function __global->copy_shopping_cart_to_order

Definitions

sources/shopping.php

  • Convert a shopping cart into an order.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • Order ID
  • Type: AUTO_LINK
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Convert a shopping cart into an order.
 *
 * @return AUTO_LINK Order ID
 */

function copy_shopping_cart_to_order() : int