Exemple #1
0
 /**
  * Get SKUs from the database
  *
  * @param void
  * @return array of SKU IDs in the cart
  */
 public function getCartItems()
 {
     $items = parent::getCartItems();
     // Return SKUs only
     return $items->skus;
 }