Symptoms

The link "Control Panel:" on the last screen after order placement (or "My Account" store link) leads to wrong URL:

http://CP_URL/bss-www/act/system/login/_login

instead of OA URL:

https://CP_URL/servlet/Turbine/frm/single/action/PLoginHandler/referer/

Cause

The issue is caused by the bug with id #PBA-65162 ("Link to CP in Store opens legacy CCP").

Resolution

Apply workaround:

  1. Make sure correct store is chosen for editing
  2. Add javascript layout template if it does not exist: Home> Products> Online Store > Layout Templates Add Standard Layout button, choose javascript
  3. Edit the layout template, change

    {if $LOGIN_PANEL eq "POA"} // login to POA
    

    to

    {if $LOGIN_PANEL eq "Operations Automation"} // login to POA 
    
  4. Synchronize the store for changes to be applied.

Internal content