Display a wishlist and cart on your portal header.
Before you begin
You must activate the Portal Next Experience theme application. For more information, see Portal Next Experience Theme.
Role required: sp_admin or admin
Procedure
-
Navigate to .
-
On the Service Portal page, search and select Customer Support in the Title column.
-
On the Customer Support page, in the Main menu field, select the Preview this record icon ().
-
Select Open Record on the Instance with Menu pop-up window.
-
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
}
}
-
Select Update.