WEEE-Open/tarallo

Add warning on incomplete item details

Aberta

#281 aberto em 31 de mar. de 2023

 (0 comentário) (0 reação) (0 responsável)PHP (12 forks)auto 404
frontendgood first issuevalidation and normalization

Métricas do repositório

Stars
 (21 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador