The upsell feature gives store admins the ability to cross-sell or recommend additional products to their customers.
Setup
1 - First, list the IDs of the products you would like to upsell (this must be done for each product) on the Manage Products page in the admin site. You can also specify a discount for upsell products if desired. This discount will only be applied if the product is added to the cart through the upsell windown on another product page. Adding that product directly to the cart from its own product page will not apply the discount.
2 - Configure these AppConfigs as desired for your site:
AppConfig Name | Description |
UpsellProductsGridColWidth | This controls how many upsell products to display per row. |
ShowUpsellProductsOnCartPage | If this is set to true, upsell products will also be displayed on the shopping cart page (based on the products already in the cart). |
UpsellProductsLimitNumberOnCart | If ShowUpsellProductsOnCartPage is set to true, this determines how many upsell products to display. |
Display
Upsell products configured this way will display at the bottom of product detail pages and the shopping cart:
Restrictions
Upsell products must meet the following criteria or they will not display:
- Cannot have sizes
- Cannot have colors
- Cannot require a text option
- Cannot be kits
- Cannot be packs
- Must be published
- Cannot be deleted
- Cannot already be in the shopping cart