Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Show Page Sections

download

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

  1. You must import the product attribute model from the E-Commerce library into the product attribute value service.


  2. In the @Table decorator, you must set the Dynamic flag to True.


    The following objects have the dynamic flag set to true, by default.
    1. ProductAttributeValue
    2. OrderAttributeValue
    3. QuoteAttributeValue
    4. AssetAttributeValue