Configure a wishlist and cart for your portal header
Display a wishlist and cart on your portal header.
Before you begin
Role required: sp_admin
Procedure
Modify JSON.
Navigate to All > Service Portal > Portal.
On the Service Portal page, search and select
Customer Supportin the Title column.On the Customer Support page, in the Main menu field, select the Preview this record icon (
Image omitted: preview-record.png
Preview this record\).
Preview this record\).
4. Select **Open Record** on the Instance with Menu pop-up window.
5. On the Portal revamp demo menu page, in the **Additional options, JSON format** field, modify the JSON as shown.
```
{
"enable_cart": {
"displayValue" : "true",
"value": false
},
"enable_wishlist": {
"displayValue" : "true",
"value": false
}
}
```
6. Select **Update**.
Enable wish list.
Navigate to Service Catalog > Maintain Catalogs.
Open Customer Service record.
Select Enable Wish List check-box.
Select Update.