updivision / estarter-ecommerce-for-laravel

The best way to start your custom e-commerce on Laravel. You get a ready to clone Laravel installation with a functional shop backend and a DIY frontend.
Other
417 stars 170 forks source link

New Product #8

Open hanynasyr opened 6 years ago

hanynasyr commented 6 years ago

An error in saving the new product. SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'start_date' cannot be null (SQL: insert intospecific_prices(discount_type,reduction,start_date,expiration_date,product_id) values (Amount, , , , 2))

paulduca commented 6 years ago

@hanynasyr I'm gonna take a look today and i'll come back with a fix.

paulduca commented 6 years ago

@hanynasyr it is partially fixed. Now, you will not get any error on save, but when you try to edit product, if you've set a specific price it doesn't populate input values, so, this issue will remain open untill we gonna fix it. Thank you!

hanynasyr commented 5 years ago

Any update on this bug?