How to implement Shopping cart functionality in weblogic portal 10.3

Hi,
Can someone help me out on how to implement Shopping cart functionality in weblogic portal 10.3?
Thanks,
Uttam

One piece of advise I can give is to NOT* use the Shopping Cart fuctnionality inherent in WLP (com.beasys.commerce.ebusiness.shoppingcart. The Online Commerce functionality in WebLogic Portal has been deprecated.
Brad

Similar Messages

  • How to implement team cart functionality

    Hi,
    Can anyone help me how to create a team cart ? are there any standard function modules that helps in creating it. And if possible please provide me with the required parameters to pass, if there are any such standard FMs.
    Thanks,
    Karthik Babu

    Hello,
    Check here also:
    http://help.sap.com/saphelp_srm701/helpdata/en/8e/1753cca4a6450784f3e2d1ecf6b09a/frameset.htm
    It has some additional information.
    Regards,
    Ricardo

  • How to implement Breadcrumb functionality in weblogic portal 10.3

    Hi,
    We need to implement the breadcrumb functionality in weblogic portal 10.3.
    Tried to look for it in Google. But couldn't get success.
    Can someone help on how to implement this.
    Thanks
    Uttam

    Please find the example code for Breadcrumbs
    <%
         ArrayList breadcrumbTitles = new ArrayList();
         ArrayList breadcrumbURLs = new ArrayList();
         BookPresentationContext book = BookPresentationContext.getBookPresentationContext(request);
    PagePresentationContext pageCtx = PagePresentationContext.getPagePresentationContext(request);
         if(pageCtx.getDefinitionLabel() != null )
              breadcrumbTitles.add(pageCtx.getTitle());
              breadcrumbURLs.add(PageURL.createPageURL(request, response, pageCtx.getDefinitionLabel()).toString());
         if (!(book.getDefaultPage().equals(pageCtx.getDefinitionLabel())))
              breadcrumbTitles.add(book.getTitle());
              breadcrumbURLs.add(PageURL.createPageURL(request, response, book.getDefaultPage()).toString());
         else
              breadcrumbTitles.add(book.getTitle());
              breadcrumbURLs.add(PageURL.createPageURL(request, response, pageCtx.getDefinitionLabel()).toString());           
              PagePresentationContext parentPage = book.getParentPagePresentationContext();           
              while (parentPage != null)
                   breadcrumbTitles.add(parentPage.getTitle());
                   if (parentPage instanceof BookPresentationContext)
                        BookPresentationContext parentBook = (BookPresentationContext)parentPage;
                        // condition for not showing my eagle page when user not logged in. instead show default home page
                        if (parentBook.getDefaultPage().equalsIgnoreCase(""))
                             breadcrumbURLs.add(PageURL.createPageURL(request, response, ""));
                        }else
                             breadcrumbURLs.add(PageURL.createPageURL(request, response, parentBook.getDefaultPage()).toString());
                   else
                        breadcrumbURLs.add(PageURL.createPageURL(request, response, parentPage.getDefinitionLabel()).toString());
                   parentPage = parentPage.getParentPagePresentationContext();
    %>
         <ul class="breadcrumbs">
    <%
                   // compare if current page is selected. then dont show hyper link
                   if (pageCtx.getTitle().toString().equalsIgnoreCase((String)breadcrumbTitles.get(i)))               
    %>
                             <%=breadcrumbTitles.get(i)%>  
    <%          
                        }else
    %>                    
                             <a href="<%=breadcrumbURLs.get(i)%> "><font color="#005596"><%=breadcrumbTitles.get(i)%></font></a></b><img src="<render:getSkinPath imageName="/spacer.gif" />" width="2" /><img align="bottom" src="<render:getSkinPath imageName="/arrow_right.gif" />" />
                             <%
    %>
         </ul>

  • Shopping Cart functionality

    Hi,
    I want to know,
    Does bea provides any shopping cart functionality in bea portal server?

    Yes. See
    http://e-docs.bea.com/workshop/docs81/doc/en/portal/buildportals/navCommerce.html
    or search in the Help inside of Workshop.
    The functionality is the same as in 7.0 (and 4.0), so that documentation
    will still mostly apply
    (http://e-docs.bea.com/wlp/docs70/dev/commerce.htm#998197).
    Use the com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartHome
    class to instantiate and manipulate a ShoppingCart with ProductItems
    from the product catalog.
    Greg
    Sudhakar wrote:
    Hi,
    I want to know,
    Does bea provides any shopping cart functionality in bea portal server?

  • Team concept in Team shopping cart functionality?

    Dear Experts,
    What does 'Team' Concept indicates in team shopping cart functionality in SRM 7.0?
    As per my understanding, if a purchaser creates a team shopping cart, it can be taken over by other members of the purchasing group to which the creator belongs?
    Is it correct? What are the other scenarios of team shopping cart? If a team shopping cart is used in a project scenario so that a member of the project group creates a shopping cart, the same shopping cart can be viewed and edited by other members of of the project. How we can implement such scenarios with team shopping cart?
    Your feedback is highly appreciated.
    Thanks and regards,
    Ranjan

    http://help.sap.com/saphelp_srm70/helpdata/EN/45/e55096554c0b00e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_srm70/helpdata/EN/8e/1753cca4a6450784f3e2d1ecf6b09a/frameset.htm
    https://wiki.sdn.sap.com/wiki/display/SRM/Team+purchasing
    all the above link explained well
    Muthu

  • How to Implement custom share functionality in SharePoint 2013 document Lib programmatically?

    Hi,
    I have created custom action for Share functionality in document library.
    On Share action i'm showing Model pop up with Share form with addition functionality.
    I am developing custom share functionality because there is some addition functionality related to this.
    How to Implement custom share functionality in SharePoint 2013  document Lib pro-grammatically?
    Regards,
    - Siddhehswar

    Hi Siddhehswar:
    I would suggest that you use the
    Ribbon. Because this is a flexible way for SharePoint. In my project experience, I always suggest my customers to use it. In the feature, if my customers have customization about permission then i can accomplish this as soon
    as possible. Simple put, I utilize this perfect mechanism to resolve our complex project requirement. Maybe we customize Upload/ Edit/ Modify/ Barcode/ Send mail etc... For example:
    We customize <Edit> Ribbon. As shown below.
    When user click <Edit Item>, the system will
    render customized pop up window.
    Will

  • How to install shopping cart in Adobe Muse Website?

    How to install shopping cart in Adobe Muse Website?

    Hi,
    Please refer to the following link Shopping Carts
    Regards,
    Aish

  • How to pass Shopping cart currency to PO currency in SRM 7.0

    Hi all,
    As Iam  very much new to SRM. Can any one help me how to pass shopping cart current to PO currency in SRM 7.0.
    I mean what ever currency value we will maintain in SC same should reflect in PO also. Please let me know which BADI is useful to solve this issue.
    Thanks in advance !!!
    Regards,
    Kalyani

    Hello,
    This is the standard indeed.
    Are you using Extended Classic Scenario, which means that PO is created in SRM?
    When the PO is created without a vendor assigned , the Currency should be defaulted from SC .                                                        
    When adding the vendor a warnning message is issued to inform the purchaser the vendor currency is different with the PO current currency.
    The purchaser could judge by himself if he should change the currency or not.                                                                               
    If the PO is created with the Vendor , the currency is determined from the vendor.
    Not sure if BBP_DOC_CHANGE_BADI would overwrite the PO vendor currency.
    Kind regards,
    Ricardo

  • How to implement a back functionally like the back of the browser

    Hi, I have a commandImageLink("go back") in a template jspx. How to implement the back functionally like the back of the browser with a managed bean method??. For know I m not using task flows.

    I think you can use a javascript method to go back to the previous browser page.
    http://javascript.about.com/library/blback.htm
    http://www.pageresource.com/jscript/jhist.htm
    http://www.w3schools.com/jsref/met_his_back.asp
    Perhaps you find something useful and related to backing beans here:
    http://adfdevelopers.blogspot.com/2009/04/some-handy-code-for-backing-beans-adf.html
    NA
    http://nickaiva.blogspot.com

  • How to pass Shopping cart currency to  PO  SRM 7.0

    Hi ,
    How to pass Shopping cart currency to Po(insted of vendor master currency). Please help if there is a BADI or work around for solving the issue.
    Thanks & Regards,
    Sai

    Hi Ricardo,
    We found the BADI name from the note which you have provided.But unfortunately we are not able to find the spot where to write the code.
    for example
    After shopping cart is approved (final level release) the po is being created ,So we want to find the code which creates a po in srm.So can you please help how to move on in this case.
    Thanks & Regards,
    Padmasai

  • How to Add Shopping Cart items to an existing PO

    hai friends
    how to Add Shopping Cart items to an existing PO
    Regards
    Emil

    Hi,
    go to the Manage PurchaseOrder
    (BBP_POC) transaction.
    Then, I enter the "Item data" tab and I go to add shopping cart item part and click on "Start Search".
    I select one item in a shopping cart appearing in the screen and press "Add to Purchase Order" button.
    BR,
    Disha.
    Do reward points for useful answers.

  • How to bring Shoping Cart Approval buttons in portal UWL

    Hi Forum,
    From portal universal work list we are pulling SRM shopping cart work items. But from portal once we click on the work item it directly opens the details view for that shopping cart work item. Here we donu2019t have any buttons for approve reject etc that we are able to see in SRM. When we click on Approve link in SRM it shows us a list of work items pending for action along with green color button for approve reject etc. We want to go to same screen whenever we click on any shopping cart work item from portal. Please provide solution for this.
    Thanks and Regards
    Sudhir

    Thank you for the answer,
    from portal UWL , when we click on shopping cart work item, is it possible to open SRM Approve screen where it shows all the SRM work item pending for that user?
    Thanks and Regards
    Sudhir

  • IMPLEMENTING SHOPPING CART UPDATE FUNCTIONALITY

    Hi,
    I'm able to create a shopping cart in held state using BBP_PD_SC_CREATE by passing 'X' to  IV_PARK. and a shopping cart in awaiting approval state by passing NULL to IV_PARK.
    And while updating a shopping cart, I'm using BBP_PD_SC_UPDATE fm, and as it has an import parameter IV_PARK  here , i'm doing the same. But here, when i update a HELD SC and order it, i mean, by PASSING IV_PARK as NULL, my shopping cart is still in HELD STATE.
    PLS help in implementing of taking over a held shopping cart and ordering it, so that the cart goes into AWAITING APPROVAL state.
    Thanks,
    Karthik Babu

    Hi,
    When you call BBP_PD_SC_UPDATE for a held SC, pass I_PARK = NULL, I_SAVE = X. With this the SC will move from HELD to AWAITING APPROVAL status and corresponding workflow will be trigerred.
    Regards,
    Prasanna

  • How to get Shopping cart number from TECH_INFO Guid approval offline

    Hi,
    When a user approves a shopping cart via e-mail (offline approval), then in transaction SOIN we can the mail which is like this:
    TECH_INFO_A=00F3D1395134D34D34D37DFBE75E81512DB5DB5FBE&submit_a=Approve by e-mail&TECH_INFO_R=444244093D34D34D34DF7EF9D7A0544B6D76D7&NOTM_OUT=&EOM=1
    How can I retrieve shopping cart number from these guids ?
    Thank you very much.
    Regards,
    Peggy

    Hello,
    E-mail data extraction is done by method EMAIL_DATA_EXTRACT from class /SAPSRM/CL_OFFLINEAPP_INBOUND.
    With the exporting parameter EV_WIID, call function BBP_PDH_WFL_OBJECT_WI_GET: you will get the Shopping Cart number.
    To have an idea of the whole mail data extraction process, check report /SAPSRM/OFFLINEAPPROVALGET
    Regards.
    Laurent.

  • Team Shopping Cart functionality in SRM7.0

    Hi,
    We are implementing SRM7.0 and we activated the Team Purchasing functionality. We have set the purchasing substitutes, for a requestor. We notice that Take Over function works only when the Shopping Cart is in Saved/Held status.
    By reading the SAP documentation on Team Purchasing we were excited, but this Take Over functiona does not work for Shopping Carts in Awaiting Approval. That means if the Shopping Cart is partially rejected , the workitem goes back to the requestor , and the substitute cannot take over the shopping cart (when the requestor is on vacation)
    Is there a way to Take Over SC from POWL by the substitute when the SC is still in awaiting approval?
    Also we noticed that when the SC is completely approved and PO is created in the backened , the SC caanot be taken Over by the substitute. This might be required when confirmation / Invoice needs to be done in SRM and the requestor is on vacation.
    Thanks
    Sukumar

    Hello Sukumar,
    I can shed a light on your last question:
    Also we noticed that when the SC is completely approved and PO is created in the backened , the SC caanot be taken Over by the substitute. This might be required when confirmation / Invoice needs to be done in SRM and the requestor is on vacation.
    For confirmations you don't require the SC to be taken over. Just marking the cart as 'make available for my purchasing substitutes' will suffice. Both the substitute and SC employee can post a confirmation for this cart after the PO has been created.
    Your first statement is correct: If the SC has status awaiting approval the substitute can not take over the SC anymore. I don't know if there is a setting somewhere, havn't found anything yet. If the shoppingcart is rejected (different status) the actions available depend on your workflow: It can either be rejected = rejected or rejected = accept reject / edit rejected items.
    Kind regards,
    Tim

Maybe you are looking for

  • Can't send Mail after Mac OS 10.4.3 Update

    Darn, I wish I hadn't run the latest update on a number of Mac G4s. I had no issues whatsoever with Mac Mail 2.0 using IMAP on our Exchange server until the latest update. Currently users are having sporadic issues with mail getting stuck in the outb

  • Installation of Oracle Developer on Win XP Hangs in Net Configuration

    Please ignore my previous post, it caused a problem. I guess I should not have included my log file in the message. :-) If this the incorrect forum, please tell me the proper forum. I downloaded and installed Oracle Developer. I installed it into its

  • BDLS problem

    Hello, i have created a BW 7 system copy - after finishing all post installations , i had to run the bdls for the source system since it was changed from the original copied BW system. now whenever i try to run bdls with the old and new logical syste

  • Jdeveloper applications on Linux

    - is it possible? I know Java applications can run on Linux and I hope that it is possible to run JDeveloper apps on Linux. Any experiences? Also: Does JDeveloper 3.0 run under Wine? null

  • Using the .html extension with CF

    How do I setup CF admin to interpret the .html extension as opposed to .cfm? Thanks!