Copy properties files to the Secure3d directory under the store class directory

The following properties files are used by the JSP snippets and wrapper JSP files:

  1. WCMPIUser.properties
    
    
    The WCMPIUser.properties file provides store-specific configuration information.
  2. WCMPIUserMessages.properties
    
    
    The WCMPIUserMessages.properties file provides JSP template text and messages display information.
  3. WCMPIUserMessages_locale.properties
    
    
    The WCMPIUserMessages_locale.properties file contains translatable message text.


To use the properties files in your production environment, copy the files:

Copy the properties files from:

WC_installdir_or_WCDE_installdir\samples\Snippets\properties\Order\Secure3d\
   *.properties

To:

(AIX)(Linux)(Solaris)

WC_eardir/Stores.war/WEB-INF/classes/store/Snippets/Order/Secure3d

(Windows)

WC_eardir\Stores.war\WEB-INF\classes\store\Snippets\Order\Secure3d

WC_eardir/Stores.war/WEB-INF/classes/store/Snippets/Order/Secure3d

If you wish to use the properties files in your WebSphere Commerce development environment, copy the files to the location shown:

workspacedir\Stores\WebContent\WEB-INF\classes\store\Snippets\Order\Secure3d Related tasks

Customizing the WCMPI.properties file Related reference

Merchant Plug-in related files