Edit the Service Portal "Continue Shopping" Button

troyrobson
Tera Contributor

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!

1 ACCEPTED SOLUTION

Domenic Horner
Tera Expert

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:


find_real_file.png



This widget is generated by "sc-shopping-cart" with the ng-template `small_shopping_cart.html`


OOB Widget: /sp_widget.do?sys_id=f3336978dbaca2007f3bf5131f9619ec



find_real_file.png


find_real_file.png


The other place where these buttons are present is on the Cart-View page, this is using the second template, `large_shopping_cart.html`


find_real_file.png


find_real_file.png


View solution in original post

3 REPLIES 3

Domenic Horner
Tera Expert

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:


find_real_file.png



This widget is generated by "sc-shopping-cart" with the ng-template `small_shopping_cart.html`


OOB Widget: /sp_widget.do?sys_id=f3336978dbaca2007f3bf5131f9619ec



find_real_file.png


find_real_file.png


The other place where these buttons are present is on the Cart-View page, this is using the second template, `large_shopping_cart.html`


find_real_file.png


find_real_file.png


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.


Thank you so much. Saved lot of time.