How to work with a product containing variable set with fixed component..?

Hi All,
i got a situation where i need to add the fixed component price that is associated with a product of variable set to the total price of product..
That is, Variable set with the fixed component (hidden SKU).. Now it is missing the hidden SKU price in total price which is to be included actually.. how to get through this..?
Thanks,
VishnuVardhan Bovilla

If I understand you currently you want to charge an additional component price for certain products.
Is the added price varies with different products or is it the same for all, are you also shipping an additional product or component with those products?
Without knowing the answers to above question a simple approach you might want to try is create a scenario to add a sku when certain products are added to cart.
Define a price for the hidden SKU, In you page hide the hidden sku from being displayed.

Similar Messages

  • How to collect JScrollPanes into a Container variable? (urgent...)

    Please help me in following problem:
    I can collect succesfully one JScrollPane into a Container variable allComponents and then show this Container in application window. However, I would like to collect several JScrollPanes into this same Container variable but it does not work. Should I use some kind of add command?
    I tried something like
    allComponents.add(jspane);
    but I got error code "variable allComponents might not have been initialized" allthough I have tried my best to initialize it.
    Thanks for your kind help!
    Snippets from my program:
    class SwingApplication implements ActionListener
    public Container createComponents()
    Container allComponents;
    jspane = new JScrollPane(panel);
    jspane2 = new JScrollPane(cards);
    allComponents = jspane; // THIS WORKS BUT I WOULD LIKE TO COLLECT BOTH jspane AND jspane2 WITH ADD COMMAND
    return allComponents;
    class DragImage
    { public static void main(String[] args)
    JFrame frame = new JFrame("SwingApplication");
    SwingApplication app = new SwingApplication();
    Container contents = app.createComponents();
    frame.getContentPane().add(contents, BorderLayout.CENTER);
    Message was edited by:
    wonderful123

    THanks for your interest!!
    Perhaps I give the whole source code
    The problem lies in the following place:
    allComponents = jspane;
    return allComponents;
    I would like to use some kind of command
    allComponents.add(jspane);
    but it does not seem to work. I get the error "variable allComponents might not be initialized".
    The program should print images in two rows. With my current knowledge i can only print one row of images.
    Thanks!
    import java.awt.*;
        import java.awt.event.*;
        import java.awt.datatransfer.*;
        import javax.swing.*;
    class SwingApplication implements ActionListener
                                            // extends JScrollPane
       private JScrollPane jspane;
       private JScrollPane jspane_n;
       private JPanel panel;
       private JLabel label;
       private Icon icon;
       private JPanel panel2;
       private JLabel label2;
       private Icon icon2;
       private JPanel panel_n;
       private JLabel label_n;
       private Icon icon_n;
       private JTextField testText;
       private int k;
        private static String labelPrefix = "Testing: ";
        private int numClicks = 0;
        final JLabel label_testing = new JLabel(labelPrefix + "nothing");
    JPanel cards; //a panel that uses CardLayout
        final String BUTTONPANEL = "JPanel with JButtons";
        final String TEXTPANEL = "JPanel with JTextField";
       public Container createComponents()
    Container allComponents;
         icon = new ImageIcon("kirjain_a.gif");
         label = new JLabel();
         label.setIcon(icon);
         icon2 = new ImageIcon("kirjain_b.gif");
         label2 = new JLabel();
         label2.setIcon(icon2);
         icon_n = new ImageIcon("numero_1.gif");
         label_n = new JLabel();
         label_n.setIcon(icon_n);
    label.setTransferHandler(new ImageSelection());              
    label2.setTransferHandler(new ImageSelection());
    label_n.setTransferHandler(new ImageSelection());
            MouseListener mouseListener = new MouseAdapter() {
              public void mousePressed(MouseEvent e) {
    JComponent sourceEvent = (JComponent)e.getSource();
    // Object sourceEvent = whatHappened.getSource();
    if (sourceEvent == label)
        { numClicks++;
            label_testing.setText(labelPrefix + numClicks);
    if (sourceEvent == label2)
    numClicks--;
            label_testing.setText(labelPrefix + numClicks);
                JComponent comp = (JComponent)e.getSource();
                TransferHandler handler = comp.getTransferHandler();
                handler.exportAsDrag(comp, e, TransferHandler.COPY);
           label.addMouseListener(mouseListener);
           label2.addMouseListener(mouseListener);  
           label_n.addMouseListener(mouseListener);  
         panel = new JPanel();
    // panel.setLayout(new GridLayout(1,3));
         panel.add(label);
         panel.add(label2);
         panel_n = new JPanel();
         panel_n.add(label_n);
    //Create the panel that contains the "cards".
            cards = new JPanel(new CardLayout());
            cards.add(panel_n, BUTTONPANEL);
            cards.add(panel_n, TEXTPANEL);
         panel.add(label_testing);
          jspane = new JScrollPane(panel);
          jspane_n = new JScrollPane(cards);
      //   jspane.setLayout(new GridLayout(3,2));      
      //   jspane.getViewport().add(panel);
      //   jspane_n.getViewport().add(cards);
      //    allComponents.add(panel, BorderLayout.PAGE_START);
      //    allComponents.add(cards, BorderLayout.CENTER);
      //     allComponents.add(jspane);
      //     allComponents.add(jspane_n);
         allComponents = jspane;
         return allComponents;
                                           //     label.addActionListener(this);
                                           //     k=0;
    public void actionPerformed(ActionEvent whatHappened)
      { Object sourceEvent = whatHappened.getSource();
        if (sourceEvent == label)
        { numClicks++;
            label_testing.setText(labelPrefix + numClicks);
    //    repaint();
    } // end class OwnPanel
    class CloserClass extends WindowAdapter
    { public void windowClosing(WindowEvent e)
       { System.exit(0);
    class DragImage
    { public static void main(String[] args)
           JFrame frame = new JFrame("SwingApplication");
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            SwingApplication app = new SwingApplication();
            Container contents = app.createComponents();
            frame.getContentPane().add(contents, BorderLayout.CENTER);
            //Display the window.
    //    addWindowListener(new CloserClass());
            frame.pack();
            frame.setVisible(true);
        } // end class DragImage

  • How to work on a differnt folder *not workspace* with eclipse

    Does anyone know how to creat a project on eclipse but not on the workspace?
    I have a folder inwhich I must have all files init and can't figure it out how to work on this folder without importing to the workspace.
    thanks

    try packaging them..
    or add the folder to classpath..

  • How to use costiron (IBM Product) to integrate Essbase with Oracle EBS

    Hi,
    Is anyone ever used CostIron (IBM Product/services) with Essbase/Hyperion.
    secondly as a best prctice how to load actuals from Oracle EBS into essbase.
    Ver: 9.3.1
    Thanks
    Kumar
    Edited by: Kumar 1 on Jan 25, 2011 4:21 AM

    Hi Kumar,
    CostIron might be a niche technology, so few people (if any) on this board might have worked with it.
    Regarding the load from actuals from Oracle EBS to Essbase, I have loaded full EBS data for a large multi national to Essbase.
    You would be best suited using ASO technology which can handle large volumes of data. We use FDM to make sure that data mapping was correct as we were handling large volumes of data. Maintained hierarchies in DRM as normally EBS abnd Reporting hierarchies are not similar and multiple EBS accounts will be mapped to single accounts in Hyperion Reporting solution.
    Cheers
    RS

  • How to release a collective production order in CO05N with MSPT?

    The issue was: I want to release a collective order by co05n, e.g. the structure of this collective production order 10000 like this:
    10000----20000
    30000---40000
                                 ---50000
    if order 50000 with material shortage, keep the customizing OPJK  release order=3, how to release this collective
    order. If it is not possible in standard, can the parallel order 40000 be released??
    Thank you, all.
    Edited by: Stephen Wang on Apr 15, 2010 3:12 PM

    Dear,
    In Transaction CO05N, you execute a collective release. For one of the orders, the availability check determines missing part although it has been set in Customizing of the availability check (OPJK) that a release can be executed for missing part per user decision. Therefore, a dialog box is processed on which options a.) 'Release order', b.) 'Missing parts list' and c.) 'Cancel' are displayed.
    If you first branch to the missing parts list and then press 'Cancel' on the dialog box there it self
    Else you can do this with these options,
    1)Use T Code COHVOMRELEASE here select order as you want and release accordingly.
    2) Use Transaction SE38 to create the variants for program PPIO_ENTRY and schedule it through SM36 or use standard variant as SAP&RELEASE if want in background.
    3) use BAPI BAPI_PRODORD_RELEASE
    Please try and come back.
    Regards,
    R.Brahmankar

  • How to work in RH9 when project is integrated with TFS and TFS server is down

    My RoboHelp 9 project is integrated with TFS/Visual Studio. The server went down yesterday and won't be back up until late today.
    If I open the project locally (rather than from Version Control), how do I eventually get the latest files (those that I've worked on locally) into Version Control?
    Thank you.

    Hi,
    I use the following method:
    1.       Open the project and disconnect from source control.
    2.       Modify any files you need. Be aware that when you add/rename/remove/move files, the RoboHelp control files are modified too. (.apj and .fpj)
    3.       When TFS is up, check out the files using team explorer. Do NOT overwrite local files. (Make a backup first.)
    4.       Using TFS, check in all modified files. Do NOT check in the XPJ file. If you do, the project will lose its connection with source control.
    5.       Thrash the local project.
    6.       Get the latest version from the server.
    Be aware that this requires that you know what you’re doing. Especially when control files are modified. When you only modify the content of existing topics and check the existing topic in, you should be fine.
    Greet,
    Willam

  • How can I output a message containing Variables in GUI?

    I want to display a message "What is the sum of x and y " in a GUI, where x and y are variable(integer type). I would like to know how can I write the coding before i put the message into a JPanel.
    I hope Someone can help me ! Thank You Very Much!

    String question = "What is the sum of " + x + " and " + y;
    JLabel label = new JLabel( question );

  • How to work on a project on multiple machines with reconforming everything?

    I often work on the same CS5.5 project between three different locations.
    Usually I carry the media files on a portable RAID, and the project files reside in a Dropbox folder in my documents. Even if I set up Premiere to keep media cache files next to the originals (though I prefer to have them on a seperate RAID0 drive) the whole project gets reconformed/reindexed when I open it in each new computer, which obviously takes time. Presumably this reconforming happens because the media cache database on each new computer doesn't recognise the .cfa and .pek and .ims files in the media cache folder as belonging to the existing project. Is there a way to "fool" the media cache database into using the existing .cfa and .pek and .ims files rather then generating new ones for each computer?
    Cheers
    Mark

    Mark,
    I migrate Projects with external FW-800's all of the time. To ease working on those Projects, I locate all of my Scratch Disk, Same as Project, and everytihng is always there, and ready for use. I do give up a bit of ultimate performance with this configuration, but never have any issues.
    One thing that I do for each external is to assign the same, unique drive letter to it in the OS of each computer. Have you done this? Does your RAID box come up with the same drive letter in each computer - always?
    Good luck, and with migration between computers, you might want to relocate the Scratch Disks. Please let us know if that helps.
    Hunt

  • I just got my iphone yesterday and have no idea how to work it since it doesn't come with an owners manuel. I was wondering if there were any way of saving the audio attachments from multimedia messages or text messages as ring tones??

    Is there any way to save audio attachments from multimedia messages or text messages as ringtones so I can set them to specific contacts on the iphone 3gs??

    You have to create iphone ringtones.
    There are many free ways to do this.  Google will find them.
    Click Support and the top of this page, then Manuals, then iphone user guide to find the manual, or look at your bookmarks on the iphone.

  • How its works the change product program?

    I want to now if apple woud recive my Iphone 4 and Ipad 2 for part of the newest ones?
    also if they resive them if they are broken?

    No. If you want a replacement for your broken devices, it would be the same model, color, capacity etc. It would not be a newer one.

  • Error with in page containing dvt:exportPivotTableData  with 11.1.1.2.0

    Hi all.
    I have a page containing a dvt:pivotTable, and a commandButton encapsulating a exportPivotTableData from data visualisation tool.
    When running application on Jdeveloper 11.1.1.2.0 integrated weblogic, the export works, open the data in an excel worksheet as wanted.
    On our production environnement, the following error appear in the web browser :
    OracleJSP error: oracle.jsp.parse.JspParseException:
    /gestionApplicative/rapports/masterConso.jspx: Line # 93, <af:commandButton text="Exporter vers Excel" id="exportDVT" icon="/gfx/icon_xls.gif" inlineStyle="margin-top:-5px;margin-bottom:5px;height:25px;">
    Error: http://xmlns.oracle.com/dss/adf/faces:exportPivotTableData is not a registered tag in the specified namespace.
    Thanks in advance.

    Hi,
    Katarina : how to check this perticular version ?
    All I can find is the weblogic version : WebLogic Server Version: 10.3.2.0
    The adf oracle domain version : 11.1.1.1.0
    Adf oracle domain webapp version : 11.1.1.1.0
    If those are not the good version, is there a simple way to upgrade ?
    Many thanks.
    Regards
    Fred

  • How to read container variable in UDF

    Hello expert,
    I have created a container variable(var_callerId) in an integrationprocess.
    In a mapping I want to read the container variable with an UDF.
    Can anyone send me the code for the UDF please ?
    I can't find the solution in any post message / blog.
    Thx for your help!
    Best regards,
    Juergen

    Hi navneet,
    thanks for your fast reply.
    Let me explain why I wanted to use container variables:
    (Perhaps there is a better way to fix the requirement)
    I've following IP
    Message Interface (input)
    <getData>
    <callerInfo>
    <callerID>SYSA</callerID>
    <SessionID>43545455545355</SessionID>
    <number>3434344334</number>
    </callerInfo>
    </getData>
    Then I have a mapping (<number>) to call a webservice.
    I get the data from the webservice.
    At last I will send the data back to the business System.
    But I need the both tags from the input interface (SessionID, callerID) again, to send it back.
    I tried a mapping  to map sessionID and callerID from the input interface  to the output interface, but it doesn't work.
    So I thought I can store the sessionID and callerID in a container variable and in a mapping I will get it back with an UDF.
    I think there should be a possiblility to get the stored value from the container variable inside the IP. But I don't find any solution.
    I don't understand your solution with the global container. How can I access to the container variable(IP).
    Thx for your help
    Best regards
    Juergen

  • I have a product code for my photoshop c6 under a different account that i cant remember. how can i use my software with the product code that i have with the new user i made?

    I have a product code for my photoshop c6 and i used a different account to register this software. how can i use this product that i have with my new account that i just made?
    please advise
    I dont have the serial number so yeah
    i have a product code

    Contact Adobe Customer Service directly by phone or web chat (they don't do email).  They don't do email.  If you can provide proof of purchase to their satisfaction, they may be able to help you.
    These are user forums, so you're not addressing Adobe here.  We can't help you with this type of issue.

  • How to maintaing E-Business suite with latest product levels and bug/securi

    Hi All,
    How to maintaing E-Business suite with latest product levels and bug/security fixes?
    backup strataegies for database and E-BS suite?
    what is mean by gather user requirements?
    Please some one explain briefly...........
    Thanks

    Please post your question in the appropriate forum.
    E-Business Suite
    http://forums.oracle.com/forums/category.jspa?categoryID=3
    Thanks,
    Hussein

  • Information how Ariba works with SAP

    Hi All,
    I searched in WEB but could not find enough information how Ariba helps to work with SAP.
    Can you please help me to understand how Ariba works in procurement, sales and financial accounting with SAP.
    Regards,
    Prakash

    Dear
    The followings are from SDK online help. FYI
    SAP Business One SDK enables partners and customer to extend and change the functionality of SAP Business One to create industry specific functionality, develop missing functionality, and interfaces with 3rd party tools.
    The SAP Business One SDK consists of:
    SAP Business One Data Interface API (DI API)
    A collection of COM objects called business objects. These objects describe various methods for updating, retrieving, and manipulating data in the SAP Business One database.
    SAP Business One User Interface API (UI API)
    A collection of DCOM objects that provide access to forms, controls within these forms, and menus. DCOM (distributed component object model) is a standard interface for object communication in distributed applications.
    DI Server
    A COM service running on a server that enables multiple clients to access and manipulate SAP Business One company database, using SOAP version 1.1 messages.
    DI Java Connector
    An interface to DI API objects from Java. With Java Connector, you can conveniently get or set properties and invoke methods of the DI API objects with Java-bean-style code.
    best regards,
    xiaodan an

Maybe you are looking for

  • Application error occurred during the request processing-notes 1507568

    Hi, We have a serious issue with my PI proto system. The issue is the Admin team has applied Notes 1507568 for 7.11 SP4. After that the system seems to be unavailable. I am  now not able to access any ESR,ID, RWB and SR. When i am trying to open that

  • Bootcamp Installation Shutdown Problem

    I'm having a problem when installing Windows. After it is done doing the setup, my computer automatically shuts down. The first time I tried it I got to the formatting the disk part, but after re-partitioning the drive and doing it again, I can only

  • MOS Scrollable Frame "pushing" background graphic

    Following on from my animated magazine cover, I am trying to overly a scrollable text frame which a user can pull the contents on the cover page, however it is pushing the background video as I scroll as if it is grouped with the background image. Th

  • HTML Web Service Tester

    Please help. I am looking for an html based web service tester. I need to input the SOAP 1.1 formatted xml in something like a text box and send it to the service without passing through a soap client. The return should simply display the xml from th

  • Turning on Virtualization in Compaq/HP Presario C500 with Dual Core processor

    Hoping someone can help me out. Running a Compaq Presario C500 laptop with the Dual Core processor. Intel's site says the processor supports virtualization. However, in the F.24 A Phoenix BIOS setup (pressing F10 on Startup), there's no option to tur