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 button missing in /ess - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • Back to Catalog and Continue Shopping button missing in /ess
KB0552043

Back to Catalog and Continue Shopping button missing in /ess


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

Description

When a catalog item is ordered, the users are re-directed to the com.glideapp.servicecatalog_checkout_view and the Continue Shopping, Home, and Back to Catalog buttons do not appear.

Steps to Reproduce

  1. Log in to the /ess portal.
  2. Navigate to Software > Access.
  3. Click the Order now button.
    Note that there is no Back to Catalog or Continue Shopping button. If you repeat the same process from the Service Catalog module, the buttons appear.

Workaround

This behaviour is by design. A workaround consists in the following steps:

  1. Navigate to the UI Page com.glideapp.servicecatalog_checkout_view.
  2. On the HTML field, locate this line of code, right before the <table> tag,:
    <j2:if test="$[!GlideTransaction.get().isVirtual()]">
  3. Add in an OR condition '|| SNC.CatalogCMS.isCMSSite()', so now that line appears as below:
    <j2:if test="$[!GlideTransaction.get().isVirtual() || SNC.CatalogCMS.isCMSSite()]">

Related Problem: PRB650505

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.