B2Bitcoin / beBOP

Marvelous p2p bitcoin-based online sales platform
https://be-bop.io
GNU Affero General Public License v3.0
15 stars 3 forks source link

🐛 Product variation improvement 2 #1489

Open Tirodem opened 1 week ago

Tirodem commented 1 week ago

1/ When creating a variation with value but no name : image Save goes on error : image On product form, we need to block save and raise front alert if with have a variation with value but empty name.

2/ When creating a variation with numeric name and numeric value : image Here's the result : image (Having Text/Numeric works, having Numeric/Text works) It's an exotic case but we need to make it work, it should be processed as a text chain.

coyotte508 commented 1 week ago

can add a dynamic required={...} on the inputs