How to display discount price amt in order confirmation page

hi,
I created a discount for site,who places any order will get a discount for that particular order ,How to display discount price amt in order confirmation page.suggest some points guys.

Try displaying it as following , just put the jsp code for the if() statement i have put below.
This block loops through order level adjustments and displays the discounts for the one's associated with order promotions.
<dsp:droplet name="ForEach">
<dsp:param name="array" bean="ShoppingCart.current.priceInfo.adjustments" />
<dsp:param name="elementName" value="pricingAdjustment" />     
<dsp:oparam name="output">
//displaying if discount was provided, associated with some order level promotion
if (pricingAdjustment.getPricingModel() != null && pricingAdjustment.getAdjustment() < 0) {
<dsp:valueof param="pricingAdjustment.totalAdjustment" />
</dsp:oparam>
</dsp:droplet>

Similar Messages

  • How to display the details of particular order when click on button in sapui5

    Hi Experts,
        How to display the details of particular order when click on button in sapui5?
    I Have a requirement that is i want display all the list of orders coming from backend as shown in image below
    then in that i have a button when i press the button  it need to display the details of particular order as shown in image below
    Please help me .
    Thanks & Regards
    chitti

    Does anyone know how to display the index of current desktop?
    Brute force - - I have written the number of the Desktop directly onto the wallpaper picture I am using for each Desktop  (easy to do with Preview).
    All Desktops are using different wallpaper photos, so they are easily recognized by the color scheme, and in the upper left corner is the number.
    Regards
    Léonie

  • How to display the JSP output in the same page....

    im new to JSP..... can anyone tell me how to display the output of a particular JSP page in the same page itself...... if anyone could send a small sample code it will be very useful for me....
    thanks in advance
    regds
    Krish......

    Hi Robert -
    When you say you are writing a template-based Renderer, do you mean that you are creating a custom look and feel and replacing the header Renderer? If so, I'd recommend instead simply creating your own template (not template-based Renderer), and reference your template directly from your uiXML pages where you want to insert the timestamp.
    You'll probably want to write a method data provider which calls System.currentTime(), convert the result to a date, and then use Java's date formatting capabilities (see java.text.format.DateFormat) to produce a user presentable String that you can return from your data provider.
    For more info (and samples) on templates and data binding, see the "Templates and Data Binding" section of the "Includes and Templating in ADF UIX" help topic:
    http://tinyurl.com/5b7bf
    Andy

  • How to display a user message on WEBI Home page ?

    Hi all,
    How to display a user message on WEBI Home page ?
    like when ever the data gets scheduled at etl side i want to display a message a message on info view home page "new data is uploading" is this is possible to do ?

    Unfortunately this is not possible to do "out of the box".  There aren't any pre-configured options that will let you do this.  You're only real option is to try and modify the infoview source code yourself to do this.
    Regards,
    Shawn

  • Order confirmation page - include copy of order

    Is it possible to include a copy of the customers order on the online order confirmation page?  It's a bit sparce at the moment, and a customer has commented that it looks dodgy.
    I've just tried using the tags from the order conf email but that didn't work.
    Thanks
    Ben.

    No easy solution. Why would anyone want to see what they’re buying before submitting credit card details? I kid, I kid
    The only solution is to use ajax, perhaps jQuery’s .load() function to pull in the content of the shopping cart onto that page, parse out only the stuff you need and render it on the page. This is made more difficult by the fact that BC renders the whole cart inside a single TR, and then TDs have these divs in then rendered by the tags, indistinguishable from each other, by IDs or classes.
    Good luck!
    _M

  • How to display delivery status on sales order line

    Hi,
    We're on R12.1.3
    We have a requirement to display delivery status on sales order lines in quick sales order form. Is there a standard configuration available to achieve this? if not available, what would be the best way of achieving this?
    I mean using, Forms personalization or Event based Alert etc?
    Thanks,
    Ram

    This is already available in the additional line information..though..
    If you still want that at line level to be displayed..maybe you need to customize the form...not sure how u can handle that logic
    Mahendra

  • How to get Actual Price in Purchase Order

    Hello experts,
    Could you suggest me what FM (or table) can be used to get value for Actual Price in Purchase Order (tcode ME23N) on tab Conditions?
    I not found it in KONV table because this record does not has Condition Type.
    Thanks in advance.

    Hi,
    You can check in material master. For Table Reference, use MBEW Table. For history Table : MBEWH
    Here Valuation Area is used for Plant.
    Regds,
    Anil

  • How to display retrieved data from DB on web page

    Dear all,
    how to display retrieved data from oracle database on web page,Does anyone can give me an simple example?
    thanks
    WJ

    Hi,
    I use JRun tags but you can use Oracle tags or just JDBC... First u need to install jdbs connection and set e connection by using JMC (For JRun) named nomad.
    U can also try the link below for JRun tags..
    http://wds.its.uiowa.edu/cache/docs/jrun/html/JRun_Custom_Tag_Library/contents.htm
    <%@ page import="java.sql.*,javax.sql.*,java.text.*,allaire.taglib.*" %>
    <%@ taglib uri="jruntags" prefix="jrun" %>
    <%@ page contentType="text/html; charset=ISO-8859-9" %>
    <html>
    <head>
    <title> Test Page </title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
    </head>
    <body>
    <BODY BGCOLOR="#FFFFFF" LEFTMARGIN=15 TOPMARGIN=20 >
    <jrun:sql datasrc="nomad" id="q1">
    select empno,
         ename
    from emp
    order by ename
    </jrun:sql>
    <center>
    <table border = 0 cellpadding = 3 cellspacing = 1>
         <th>EmployeeNo</th><th>Name</th>
    <jrun:param id="q1" type="QueryTable"/>
    <jrun:foreach group="<%= q1 %>">
                   <tr>
                   <td> <%= q1.get(1) %> </td>
                   <td> <%= q1.get(2) %> </td>
                   </tr>
    </jrun:foreach>
    </table>
    </center>
    </body>
    </html>
    ----------------------

  • How to tigger SISCSO01 Idoc for sales order confirmation

    Hello Experts,
    I have a requirement where in I need to send the sales order confirmation as an IDoc. I need to use SISCSO01 IDoc type for that.
    Can any please tell me how to configure SAP to trigger this IDoc when ever a sales order is confirmed.
    In which T-Code is this sales order confirmation is done? and how to trigger the IDoc?
    Thanks,
    Suma

    Hi Suma,
    We need to maintan BD64 and WE20 with the Idoc SISCSO01 type. This is will automatically trigger the Idoc when we create a sales order.
    You need to matain NACE for tiggering the IDoc. For that use BA00 in output types and configure program RSNASTED, from rotine as ALE_PROCESSING. In default values give transmission medium as ALE and parter function as SP.
    Then come back to NACE-Condtion records and maintain meduim as A and date as 4.
    Please reward if helpfull.
    Thanks,
    Srikanth

  • How to display XML file(as markup) in jsp page..?

    Hi All,
    * I have to display the XML file(as markup) in jsp page (Tree Format)....
    * My XML file is an java.io.file object , and how to view this XML file on my JSP page...........
    Thanks in Advance,
    JavaImran

    You mean you want to see the XML source?
    You need to replace the characters '<' and '&' with corresponding entities '&lt;' and '&amp;'. You can use replaceAll, but do the ampersands first.
    Then I suggest you probably want to put them in a <PRE> block.

  • How to display a single massage to all the page

    Hi
    I am developing a webportal with jsp. in this website there are two parts one is Admin and another one is End user part. what ever the Admin Publishes from the Admin Part that will be Updated to End user Part.
    Now I have 15 pages in the End User Part and at the Admin Part I have One page to Enter the News and Update it in the Database.
    I am using java bean to select the News from the Database.
    Now my Question is How to display the News to all the 15 is there any simple way to do this or I have to use this
    <jsp:useBean id=""portal" scope="request" class="data.portalBean"/>
    <jsp:setProperty name="port" property="*"/>
    and access the JavaBean method to select the News and display
    Please tell me if there is any simple way to do this
    Thank you for your help
    Cheers
    jofin

    Create an include page with jsp:useBean and so on and include that page in all 15 pages using jsp:include.

  • How to display header fields names in the next page in report6i

    how to display repeat header field names into the next page in report6i urgent plz......
    When i am runing report in 1st page only the header information is displaying in 2 page the header info is not displaying only records are displaying.So i want to display the header info in 2nd page also.
    Plz help out.

    Hello,
    Go to the report layout model and select those items/objects which are not getting display on next page and open the property pallet by pressing F4 key and set the property Print Object On to All Pages then it will display on all pages.
    -Ammad

  • Displaying the price breakdown on the checkout page

    Is it possible with Liquid to display the price breakdown from the shopping cart on the checkout page? I use this | json but didn't see that data available. I'm looking for any suggestions since our client is insisting that they have to show this breakdown before clients are asked to pay for the products.
    Thanks!
    Karim

    Ahh cool, Thought it was just terminology. In BC Checkout is the product summary page with checkout button
    Yeah you can Karim.
    Developer reference
    Because you can render this module I linked and run through liquid to loop through the items you can do a summary. Also do not forget as of this week you can now convert data types, do calculations on the prices etc yourself if and when you need it.
    Hope that helps.

  • How do you put websites in alphabetical order on pages for iPad?

    Trying to find a way to put websites into alphabetical order on pages for iPad. Any ideas?

    You will find some instructions for using Pages here: http://www.apple.com/support/ios/pages/
    But essentiall, you will need to create a table, place each URL in its own row, Tap the header to select the column, and select Sort (ascending).

  • How to display column headings only once in each page with repeated blocks

    Hi,
    I have a report with 1 block on one column. The block has a table in it and will repeat in one page.
    I need to display the column headers only in the beginning of each page. Can someone share your experience in implementing this ?
    Thanks for your help.

    >
    andyhchsu wrote:
    > Hi,
    > I mean in each block within section, I only need to display the table header once in each page.
    > However if I check table header, it will display repeatedly. Any way to get around this ? Thx.
    The trick I use to do that is turn off all the headers on the block (table and break) and put the header information in its own block above the section and set the new header block to repeat on each page.  You just have to remember to resize the columns in the header block if you make changes to the column sizes in your data block.

Maybe you are looking for

  • Mac Mini and Philips 32PF9966 LCD

    Hi all, I've posted this on another thread but no one's replied yet, hope I will get more attention here! I just got a mac mini C2D and hooked it via DVI to my philips 32pf9966 flat tv HDTV ready. The panel has a DVI socket so I used a DVI cable. The

  • How to hide the source code from the .class file

    Hi, By some jad tool we can recompile the .class files and get the java file corresponding to it. How to protect it? Anyone please help me.. Thanks & Regards, N.Ravasankar

  • Error deploying ALBPM portlets in WebLogic Portal

    Hi, I have a problem when I try to deploy ALBPM workspace portlets in WebLogic Portal <28/01/2009 18h11min47s BRST> <Error> <HTTP> <BEA-101214> <Included resource or file "/workspaceWeb/framework/skeletons/text/flowlayout.jsp" not found from requeste

  • Sliding Panel Content Not Hidden

    Hi All. This is my first post so apologies if I do something wrong. I'm setting up sliding panels to work on my site (I've used them before) and this time I can't get the panels that aren't displayed to hide. The panels slide, but all panels are visa

  • Apply check on transfered data?

    Hi I have following scenario:- Data file -contains Header,Detail,trailer Control file- contains the number of detail record in data file. Now i have to develop the interface that will transfer from file to table. The problem is, after i transfer the