Product attribute settings
Product attributes define additional product information used for customer-facing presentation, marketing content, order quantity restrictions, cart details, and product selection text.
Use attributes to add product details that help customers understand what they are buying, compare product options, confirm compatibility, and understand delivery-related information.
Used by product type
Some attribute fields support formatted text or HTML. Before saving customer-facing text, use the editor toolbar and Show Preview toggle to check formatting, links, images, lists, and placeholders.
Basic product attributes
Basic product attributes define key product details and order quantity restrictions.

Before setting quantity restrictions, consider how they interact with pricing, product selections, promotions, and customer expectations in the cart.
Descriptions for marketing purposes
Descriptions for marketing purposes define customer-facing product descriptions that can appear in the shopping cart.

Keep product descriptions customer-facing. Avoid internal terminology, operational notes, or information that is only useful to internal teams.
Shopping cart attributes
Shopping cart attributes define additional customer-facing information that appears in the cart or delivery-related parts of the order flow.

Information pop-up HTML details
To add a reference to an image, use the following HTML and include your client account ID and image name:
View information pop-up HTML details
<img src=mycontent/client account ID/image name>
To reference an image, you must first upload it to Web Files in Commerce Assistant (CA). For more information, see Web files.
The following example shows how pop-up information in the cart can be formatted:
<table>
<tr>
<td><img src=/mycontent/123/GenericBoxshotSmall.png> </td>
<td>
<h1>Internet Security Basic Extended</h1>
<p>Anti-virus software for personal use. This product offers virus protection, anti-phishing tools, email protection, and identity theft protection. It removes worms and eliminates malware. Protect your Internet browsing, online banking, social networking, and more.</p><br />
</td>
</tr>
</table>
Product features HTML example
Use Product Features to help customers compare options. Do not repeat the full product description.
The following example shows how product features can be defined:
<ul>
<li>Advanced antivirus and malware protection</li>
<li>Email and phishing protection</li>
<li>Identity theft protection</li>
<li>Secure online banking and browsing</li>
</ul>
Selection text
Selection text lets you define customer-facing text for product options in the cart.
For example, if customers choose between subscription durations, use labels such as 6 months, 1 year, and 2 years. If customers choose between language versions, use labels such as English, German, and French.
Example of a cart with selection text
The following example shows Selection Text used to let customers choose the preferred language version of a product in the cart.

Selection text is managed in SCM under Configure > Selection Text. For full setup instructions, see Manage selection text.