iStore - EBS (MOSC)

MOSC Banner

How can I use the shopping cart details in any JSP?

Hi Experts,

I have a question on how can i use the shopping cart in one JSP right now we are loading the libraries regarding the shopping cart in this case in the JSP ibeCScpEnterPromo.jsp.

Libraries

<%@page import="oracle.apps.ibe.shoppingcart.quote.*" %>

<%@page import="oracle.apps.ibe.shoppingcart.util.*" %>

but when I try to call the shopping cart to see the total the JSP file is not compiling.

ShoppingCart shopCart = (ShoppingCart) pageContext.getAttribute("shopCart", PageContext.REQUEST_SCOPE);

could someone please let me know how can I call the shopping cart from this JSP?

Thanks in advance!

Hector Garcia Serna

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center