For example ``` LaraCart::add( 'itemID', 'Testing Item', $qty, $price, $options, $taxable ); ``` should search the DB, then options should override any of the set defaults from the DB.