Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Back to Catalog and Continue Shopping buttons not working on "com.glideapp.servicecatalog_checkout_view" UI Page - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • Back to Catalog and Continue Shopping buttons not working on "com.glideapp.servicecatalog_checkout_view" UI Page
KB0552007

Back to Catalog and Continue Shopping buttons not working on "com.glideapp.servicecatalog_checkout_view" UI Page


1355 Views Last updated : Apr 7, 2024 public Copy Permalink
KB Summary by Now Assist

Description

Back to Catalog and Continue Shopping buttons are not working on the "com.glideapp.servicecatalog_checkout_view" UI page.

Steps to Reproduce 

  1. Navigate to "com.glideapp.servicecatalog_checkout_view" UI page and enable the Back to Catalog and Continue Shopping buttons:
    1. Search for this line: <j2:if test="$[!GlideTransaction.get().isVirtual()]">
    2. Replace it with the following: <j2:if test="$[!GlideTransaction.get().isVirtual() || SNC.CatalogCMS.isCMSSite()]">
  2. Navigate to My Orders iFrame (which is called from the order_status content page):
    /nav_to.do?uri=content_block_iframe.do?sys_id=6fc9b0d90a00072214859a52531e3e58
  3. Replace the URL:
    From: sc_req_item_list.do?sysparm_query=request.requested_for=javascript:gs.getUserID()^active=true^EQ&sysparm_view=ess
    To: sc_request_list.do?sysparm_query=requested_for=javascript:gs.getUserID()^active=true^EQ&sysparm_view=ess
  4. Navigate to CMS (for example, https://<instance>.service-now.com/ess).
  5. Go to Account Settings > Open Orders. Select any request.
  6. Note that nothing happens when attempting to click the Back to Catalog or Continue Shopping buttons:



  7. Note that the Warning log shows this error:
    java.lang.NullPointerException
    Caused by error in Script Include: 'GlideappCatalogURLGenerator' at line 96
    93: return SNC.CatalogURLGenerator.getBrowsingContextCategorySysID();
    94: }
    95: GlideappCatalogURLGenerator.getContinueShoppingUrl = function(catalogID, catalogView) {
    ==> 96: return SNC.CatalogURLGenerator.getContinueShoppingUrl(catalogID, catalogView);
    97: }

Workaround

This issue is caused by a customization that is not supported by ServiceNow.


Related Problem: PRB631629

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.