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