Function __global->get_base_shipping_cost

Definitions

sources/ecommerce_shipping.php

  • Get the base shipping cost for the shopping cart.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: float

Returns

  • Base shipping cost
  • Type: float
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the base shipping cost for the shopping cart.
 *
 * @return float Base shipping cost
 */

function get_base_shipping_cost() : float