def has_variation_info()

in catalog/models/products.py [0:0]


    def has_variation_info(self):
        # check the product instance has variations
        return self.color or self.gender or self.material or self.pattern or self.size or self.additional_variant_attribute