|
Home > Archive > WebSphere Commerce suite > February 2006 > Login/Logout bug using Sales Catalog
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Login/Logout bug using Sales Catalog
|
|
|
| Hi,
I'm using WC Express 5.6.1.
I've created and introduced a Sales Catalog to the store. The catalogId is passed around fine except when a customer Logs in or Logs out. The catalogId is reset to the master catalog (catalogId=10001).
Has anyone encountered this, or a fix or workaround?
Cheers,
Peter O'Neill
| |
| Robert Brown 2006-02-21, 8:48 pm |
| Are you saying the catalogId is lost during the execution of the Logon
or Logoff command before it hits the JSP on success? Perhaps your
<FORM> does not pass the catalogId in the URL parameter for the final
redirection. In a single store, single language, single catalog
environment, I'll add these variables to parameters.jspf for all pages
to use.
R
> Hi,
> I'm using WC Express 5.6.1.
>
> I've created and introduced a Sales Catalog to the store. The catalogId is passed around fine except when a customer Logs in or Logs out. The catalogId is reset to the master catalog (catalogId=10001).
>
> Has anyone encountered this, or a fix or workaround?
>
> Cheers,
> Peter O'Neill
| |
|
| I just noticed the following comment in the LoginSetup.jsp page, which explains why the catalogId is being set to the master catalog. I don't have an emarketing spot called PersonalisedCatalog, neither do I have an Ad copy configured. I have set the perso
nalisedCatalog parameter to false and this has fixed the problem.
***
* This section below is used to determine which catalog will be displayed.
* The selection of the catalog is based on the web activity setup for the e-Marketing Spot called "PersonalizedCatalog".
* We make use of the urlLink field in the Ad copy to save the catalog identifier.
* By default, the master catalog is selected if there is no Ad copy or
* if the catalog identifier in the urlLink field does not match the identifiers of the sale catalogs.
*
* In this case, marketing managers can use the Accelerator to specify which sale catalog to show
* based on the condition defined in the web activity.
*
* This logic is executed only if the calling action passes the parameter "personalizedCatalog" with the value set to "true".
* Currently, the actions that pass this parameter is Logon, Logoff and UserRegistrationUpdate.
***
|
|
|
|
|