WEEE-Open/tarallo

Add warning on incomplete item details

开放

#281 创建于 2023年3月31日

 (0 条评论) (0 个反应) (0 位负责人)PHP (12 个派生)auto 404
frontendgood first issuevalidation and normalization

仓库指标

星标
 (21 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南