Skip to content

regular_price invalid param #26

@riksnelders

Description

@riksnelders

Error thrown when using regular_price.
Also price is not updating, while stock_quantity is updating.

Any ideas? Maybe the dependencies for this package?

 $data = [
                    'price' => $product->artikelsoort == "verhuur" ? $product->verhuurprijs : $product->verkoopprijs,
                    'regular_price' => $product->artikelsoort == "verhuur" ? $product->verhuurprijs : $product->verkoopprijs,
                    'stock_quantity' => $stock->voorraad,
                    'in_stock'=>  $stock->voorraad > 0 ? true : false
                ];

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