I need help with configuring the post-order 'Back to Catalog' and 'Continue Shopping' landing pages

Hola Ola
Giga Guru

Hello all, 

I'm experiencing an issue with where my page/view returns to, when I complete/submit a catalog request from the ITIL view. 

 

When I click on Self-Service - Service Catalog from my filter navigator, I am taken to the full list view of my service catalog (shown below):

 

100.png

 

However, upon submitting a completed service catalog request, when I click on either the 'Back to Catalog' or 'Continue Shopping' buttons, I get taken/directed to a page that doesn't show me all of my catalog items. 

 

200.png

__________________

300.png

 

Could someone please help direct me to where I could make the needed configuration adjustment(s)?

 

Thank you.  

2 REPLIES 2

Community Alums
Not applicable

Hi @Hola Ola ,

modify the UI Page -

<a class="request_catalog_button" href="catalog_home.do?sysparm_view=catalog_default">

Hello Sandeep, 

 

Thank you for your response. I made the change as suggested but it is still not giving me the view that I want. Unless I'm making the change in the wrong place?

400.png

 

here's the HTML that I have:

 <g2:sc_button img="" classes="request_catalog_button" id="back_button" label="Back to Catalog" title="Back to Catalog" href="$[jvar_back_to_catalog_url]"/>
                    </div>
                    <div class="checkoutLeft" style="margin-left: 8px; margin-right: 8px;">
                        <g2:sc_button img="" classes="request_catalog_button" id="continue_button" onclick="$[continueShoppingAction]" label="Continue Shopping" title="Continue Shopping"/>
                    </div>