Skip to content

Using Model relations , adding a new item it should use its options to override whats coming from the DB  #292

@lukepolo

Description

@lukepolo

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions