Adding Custom Attributes to a Product You can add custom attributes on any product in the product details page through the product attribute model that contains all the product attributes. To add a custom attribute to a product You must import the product attribute model from the E-Commerce library into the product attribute value service. In the @Table decorator, you must set the Dynamic flag to True. The following objects have the dynamic flag set to true, by default. ProductAttributeValue OrderAttributeValue QuoteAttributeValue AssetAttributeValue
To add a custom attribute to a product You must import the product attribute model from the E-Commerce library into the product attribute value service. In the @Table decorator, you must set the Dynamic flag to True. The following objects have the dynamic flag set to true, by default. ProductAttributeValue OrderAttributeValue QuoteAttributeValue AssetAttributeValue