AT
Asked
I would like to know how I can create variable products like in the demo?
...when I try to create it I get an error -->***500: Server Error Whoops, something went wrong on our servers.***
...when I try to create it I get an error -->***500: Server Error Whoops, something went wrong on our servers.***
- MSAnsweredHello,
I will fix this in next update.
If you need it urgent then you can edit the `modules/MPS/Observers/VariationStockObserver.php` and change the line no 15 `'quantity' => $stock->quantity,` to
```
'quantity' => $stock->quantity ?? 0,
```
Thank you - Login to Reply