Function __global->find_products_in_cart

Definitions

sources/shopping.php

  • Find products in cart.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • Product details in cart
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find products in cart.
 *
 * @return array Product details in cart
 */

function find_products_in_cart() : array