-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
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
Labels
No labels