Exemple #1
0
 public function summary()
 {
     $data['inventoryCheck'] = \GC::checkInventory();
     $this->partial('cart_summary_table', $data);
 }