You can now enhance your end-of-order upsell experience by including overview images for each suggested item. This update helps better showcase these items to customers as they move through checkout, potentially increasing attachment and upsell rates.
Key Capabilities
With this change, there are also additional customizations available for End of Order Upsell Items.
- Visual Enhancement:
- Add item images to upsells for a more compelling and shoppable presentation.
- Flexible Display Options:
- Show upsells in a dialog box after the primary action (e.g., checkout button), or
- Display them beneath the itemized cart list.
- Template Customization:
- Choose how each item appears using configurable display templates.
- Additional Settings:
- Show or hide item descriptions
- Apply custom CSS classes or inline styles
All configurations are managed through the UI Config in the Onosys Admin and can match your brand's look and feel.
How to Enable Images for End-of-Order Items
- Log into the Onosys Admin Portal.
- Navigate to:
Settings → UI Config - Use Ctrl+F (or Cmd+F on Mac) and search for
"endOfOrderItems". - Update or add the following configuration block, ensuring
"showImage": trueis set
"endOfOrderItems": {
"display": "dialogAfterPrimaryAction",
"item": {
"display_template": "sideBySide",
"showDescription": false,
"showImage": true,
"classes": null,
"inlineStyles": null
}
}Note: This feature is configurable and requires support from your Onosys Client Success Manager (CSM). Reach out if you’d like help implementing or customizing it.