Hello, I'm working on a module and I want to extend the product class in order to add an extra attribute to the class. I want this attribute to be available on product list page, category page, product page etc.
Basically I want to add a boolean attribute if the product is preorder or not...