concretecms-community-store / community_store

An open, free and community developed eCommerce system for Concrete CMS
https://concretecms-community-store.github.io/community_store/
MIT License
106 stars 66 forks source link

Disable/hide produt size, weight, barcode, wholesale, cost #855

Closed mlocati closed 4 months ago

mlocati commented 4 months ago

When we manage products, we are presented a ton of fields, but we may not actually use all of them.

For example, someone may not want to use/manage product sizes: it'd be nice if there's a way to hide them.

What about adding these options to Settings > User Interface > Product Options?

Also, we already have these two options:

But we still have display them in product variants even if these options are checked: here's a screenshot of a website where the two options above are checked:

immagine

I'd hide there too the wholesale/cost price.

If it's ok, I can of course submit a pull request that implements the suggestions above.

mlocati commented 4 months ago

If it's ok, I can of course submit a pull request that implements the suggestions above.

See #856