Skip to content

Problem on storing new data #18

@ljfreelancer88

Description

@ljfreelancer88

Hi, I've added a new input(notes) on my "add to cart" but it seems not storing using add() method.

$cart = new Cart();

$cart->add([
     ...
    'notes' => 'Notes goes here'
]);

When I print_r($cart->items());, the "notes" has no value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions