JSP code snippet: SecureThreeDDisplay.jsp
This JSP code snippet displays waiting page when the server is processing a 3-D Secure request. It displays a password request page and asks the shopper to enter the password of the credit card if the credit card is enrolled for 3-D Secure service.
Usage
- This snippet is available...
- WC_INSTALL/samples/Snippets/web/Order/Secure3d/SecureThreeDDisplay.jsp
- WCDE_INSTALL\samples\Snippets\web\Order\Secure3d\SecureThreeDDisplay.jsp
- Copy the Snippets/Order/Secure3d/ directory to a directory under your store directory.
- To display this feature in the store, you need to either:
- Create a JSP file based on this code snippet
- Use the sample wrapper JSP file named SecureThreeDDisplay.jsp and customize it as described in the comments. The sample wrapper JSP is available under samples/JSPs/web/Order/Secure3d/ directory.
- To include this snippet in the wrapper JSP file, use the following statement:
<c:import url="Snippets/Order/Secure3d/SecureThreeDDisplay.jsp" />
The path in this statement is the relative path of the snippet file to the store directory.
Test
- Copy the sample wrapper JSP file to the store directory, from
samples/JSPs/web/Order/Secure3d/
to
WC_EAR/Stores.war/ storedir/
- Copy the appropriate snippet file from
samples/Snippets/web/Order/Secure3d/
to
WC_EAR/Stores.war/store_dir/Snippets/Order/Secure3d/
- Copy the required properties files from
samples/Snippets/properties/Order/Secure3d/
to
WC_EAR/Stores.war/WEB-INF/classes/ storedir/Snippets/Order/Secure3d/
Related information
Tutorial: Customizing the consumer direct sample store using snippets