Two questions that I could not find a good answer:
1. Is it possible to hide predefined properties on a product, eg the thumbnail image? I saw an answer in this forum from 2011 where the answer was that it was possible with a hack, today maybe this is possible without a hack?
2. Is it possible to change the default value in the predefined properties on a product, eg the checkbox "Display on website".
I solved it by adding a task to the pipeline for SaveProduct. In the task I checked if the products Id was equal to zero then I added my default values to the products properties.
Predefined properties on product
Two questions that I could not find a good answer:
1. Is it possible to hide predefined properties on a product, eg the thumbnail image? I saw an answer in this forum from 2011 where the answer was that it was possible with a hack, today maybe this is possible without a hack?
2. Is it possible to change the default value in the predefined properties on a product, eg the checkbox "Display on website".
1) you cannot hide predefined properties likke the thumbnail image. Unless you do some javascript ninja hacks :)
2) It's not possible unless you create the product in code yourself.
Regarding my question number 2:
I solved it by adding a task to the pipeline for SaveProduct. In the task I checked if the products Id was equal to zero then I added my default values to the products properties.
is working on a reply...