Question: How Can I Create Variable Products

How Can I Create Variable Products

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.***

AT

Alex Tolentino

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.***
  • MS

    Mian Saleem

    Answered
    Hello,

    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