IBM Support

JR49390: CMVC 234621 - Dynamic Kit pricing is not displayed after a user logs out

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Consider the following scenario:
    
    1.) Log in as a registered user
    2.) Search/browse for a Dynamic Kit and click Configure
    3.) Product pricing information is displayed
    4.) Log out
    5.) Search/browse for the same Dynamic Kit and click Configure
    (as a guest shopper)
    6.) Product pricing information is missing
    

Local fix

  • Edit the LaunchConfigurator.jsp:
    
    Modify the following section:
    <c:if test="${userType ne 'G'}">
      <input type="hidden" name="WC_USERACTIVITY" value="<c:out
    value="${userActivity}"/>" />
    </c:if>
    
    
    to:
    <c:choose>
      <c:when test="${userType ne 'G'}">
       <input type="hidden" name="WC_USERACTIVITY" value="<c:out
    value="${userActivity}"/>" />
      </c:when>
      <c:otherwise>
       <input type="hidden" name="WC_USERACTIVITY" value="" />
      </c:otherwise>
      </c:choose>
    

Problem summary

  • USERS AFFECTED:
    WebSphere Commerce users on v7.0 integrating with Sterling
    Configurator
    
    PROBLEM ABSTRACT:
    Dynamic Kit pricing is not displayed after a user logs out
    
    BUSINESS IMPACT:
    Guest shoppers may not be able to properly view Dynamic Kit
    pricing
    
    RECOMMENDATION:
    

Problem conclusion

  • With this fix, a null WC_USERACTIVITY is passed to Sterling to
    invalidate the previously cached activity token in the
    LaunchConfigurator.jsp.
    
    
    -------------------------------------------------------------
    The latest available maintenance information can be obtained
    from the Recommended Fixes for WebSphere Commerce technote:
    http://www.ibm.com/support/docview.wss?rs=3046&uid=swg21261296
    

Temporary fix

Comments

APAR Information

  • APAR number

    JR49390

  • Reported component name

    WC BUS EDITION

  • Reported component ID

    5724I3800

  • Reported release

    700

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2014-02-20

  • Closed date

    2014-05-02

  • Last modified date

    2014-05-02

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WC BUS EDITION

  • Fixed component ID

    5724I3800

Applicable component levels

  • R700 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSYSYL","label":"WebSphere Commerce Enterprise"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.0","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
02 May 2014