- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 05:07 PM
In Service Portal, how do I edit where the "Continue Shopping" and "View the Catalog" buttons take the user? Both of these buttons are on the sc_cart page; "Continue Shopping" displays if you have items in the cart, "View the Catalog" displays if the cart is empty. By default, they take the user to the sc_home page. I would like to direct the user to a specific sc_category.
I'm not able to find anything in the page designer, page editor, or by looking at the widgets and widget instances. There's plenty of info out on the SN wiki on how to do it for CMS, but I have not found anything for Service Portal.
Thanks in advance!
Solved! Go to Solution.
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 06:04 PM
Hey Troy,
There are a couple places where these buttons appear on the SP. The first is in the header menu when you have an item in your cart:
This widget is generated by "sc-shopping-cart" with the ng-template `small_shopping_cart.html`
OOB Widget: /sp_widget.do?sys_id=f3336978dbaca2007f3bf5131f9619ec
The other place where these buttons are present is on the Cart-View page, this is using the second template, `large_shopping_cart.html`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 06:04 PM
Hey Troy,
There are a couple places where these buttons appear on the SP. The first is in the header menu when you have an item in your cart:
This widget is generated by "sc-shopping-cart" with the ng-template `small_shopping_cart.html`
OOB Widget: /sp_widget.do?sys_id=f3336978dbaca2007f3bf5131f9619ec
The other place where these buttons are present is on the Cart-View page, this is using the second template, `large_shopping_cart.html`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2017 08:38 AM
Thank you, Domenic. This is exactly what I was looking for. Both the "View the Catalog" and "Continue Shopping" buttons are referenced in the template, `large_shopping_cart.html.' By editing the <a href I was able to direct the user to a specific sc_category.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2022 02:26 PM
Thank you so much. Saved lot of time.