laracart
laracart copied to clipboard
Using Model relations , adding a new item it should use its options to override whats coming from the DB
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.