Add warning on incomplete item details #281
Labels
frontend
A significant part of the issue is modifying templates or CSS
good first issue
validation and normalization
Get that data in shape!
Item only, similar to "product doesn't exist" warning but with no link, if((model || variant) && !brand) tell users "find the brand! NOW!
Or condition should be (model && !brand)...
Also check what happens if model && brand && !variant, it should fix itself or display a warning
The text was updated successfully, but these errors were encountered: