Multiples of six products

I have a website which sells wine. I have red, white and rose.
I want customers to be able to buy any combination of these wines as long as they are in multiples of six. Is this possible?
Is it possible to have an error message in the cart which says "You must select a multiple of six products" if this has not been done?

Hi Clare,
You can add some simple JavaScript to your shopping cart that will check the quantity of the products inside the cart and then pop that message and hide the checkout button if the condition is not satisfied, that is if the number of products in the cart is other than a multiple of 6.
Cheers,
-mario

Similar Messages

  • Multiple Logon in Production

    All,
    I am trying to understand the actual risk of allowing users multiple logon in production systems. As of now I believe that should logon credentials be stolen then it's not possible to monitor illegal logons and also a possible data inconsistency.
    Please throw some light, have tried searching with the logon profile parameters in the forum and online, but nothing concrete found.
    Kind Regards,
    AJS

    Hi Avinash,
    Production system should not allow multiple logon.
    Please have a look at below for restrict multiple logins :-
    [Restrict multiple logins for a single user in Portal |/message/6942923#6942923 [original link is broken];
    [Limiting Number of Users Logged On |http://wiki.sdn.sap.com/wiki/display/EP/LimitingNumberofUsersLogged+On]
    Hope it helps
    Regards

  • Change minor chart axis scale markers to multiples of six

    I have a chart whose y-axis goes from 0 to 36.  For some reason, when I choose uniform marker spacing, I get markers at 0, 5, 10 , 15 , 20, 25, 30, 35 and 36.  This is, by the way, NOT uniform marker spacing.  Uniform spacing would be equal increments between spaces.  What I want is multiples of six:  0, 6, 12, 18, 24 and 36.  I have been through all the menus associated with this chart and there appears to be no way to make this simple change.
    Am I really forced to do this programmatically, even though it will never change?
    Solved!
    Go to Solution.

    Hi Wildcatherder,
    You should be able to set any axis markers you want by double-clicking on the marker and editing the number. Whatever value you specify in this manner will set the spacing on your chart. In your case, I would try changing the "5" marker to "6."   You can also choose "Arbitrary" marker spacing and assign whatever markers you want, uniform or otherwise.
    I've actually run into the same problem before, and the answer isn't readily apparent - thanks for asking here, hopefully someone else with this problem will be able to search for the solution more easily.
    Tom L.

  • Multiple Selection of Products in Sales Order

    Hi Experts,
    my requirement is to select mulitiple products from the product F4 help pop-up in sales order items assignment block. To achieve this I have made the following settings:
    1.added the following code in SearchHelpResult.htm view layout of PRD01QR/SearchHelpResult.
                          onRowSelection        = "<%= lv_select_event %>"
                          selectionMode         = "<%= RESULT->SELMODE_MULTI %>"
                          selectedRowIndex      = "<%= RESULT->SELECTED_INDEX %>"
                          selectedRowIndexTable = "<%= RESULT->SELECTION_TAB %>"
    after this settings, I am able to select multiple products.
    2.I have created a button (Choose) for the component PRD01QR to transfer the products to the items assignment block.
    please suggest me on how to transfer the multiple products from the Pop-up to the items assignment block (BT115IT_SLSO)and create line items using the events.
    thanks and regards,
    S Reddy

    Hi,
    Redefine the method EH_ONSELECT_ORDERED_PROD.
    As you can see, they are getting the current entity,reading the Product GUID and setting it.
    Here is sample code snippet...
      DATA:  lr_context_node    TYPE REF TO cl_bsp_wd_context_node,
                  lr_cw                   TYPE REF TO cl_bsp_wd_collection_wrapper,
                  lr_it                     TYPE REF TO if_bol_bo_col_iterator,
                 lr_current              TYPE REF TO if_bol_bo_property_access,
                 lr_prd                   TYPE REF TO if_bol_bo_property_access,
                 lr_product_guid      TYPE REF TO comt_product_guid,
                 lv_outbound_plug   TYPE seocmpname,
                 lv_index                type sy-index.
      TRY.
       Check outbound plug
          lv_outbound_plug = prodsearch_popup->get_fired_outbound_plug( ).
          CHECK lv_outbound_plug = 'RETURNRESULT'.
          lr_context_node = prodsearch_popup->get_context_node( iv_cnode_name = 'PRD' ).
          lr_current = lr_context_node->collection_wrapper->get_first( ).
         while lr_current is bound.
        set product guid
          lr_product_guid ?= lr_current->get_property( iv_attr_name = 'PRODUCT_GUID' ).
          lr_cw      = get_collection_wrapper( gc_context_node_admini ).
          lr_it      = lr_cw->get_iterator( ).
          lv_index = lv_index + 1.
          lr_prd    = lr_it->get_by_index( iv_index = lv_index ).
          lr_prd->set_property( iv_attr_name = 'PRODUCT' iv_value = lr_product_guid->* ).
         lr_current = lr_context_node->collection_wrapper->get_next( ).
        CATCH cx_sy_ref_is_initial cx_sy_move_cast_error.
          RETURN.
      ENDTRY.
    Basically you have to loop at the products and populate admini.
    Regards,
    Masood Imrani S.

  • Implement Process order if there are multiple processes in production of FP

    Hi Experts,
    I have another scenario in which for a production of final product i need to go through
    multiple processes.
    For Eg.
    I have a raw product suppose as rubber and i want to make an Tyre
    for which i have to do 3 procedures followed one by the other in sequence
    So can u please explain me how can i achieve the same.
    Thanking you
    Regards,
    Ashish P.
    Edited by: Ashish@123 on Nov 14, 2011 2:06 PM

    ") expected" means exactly what it says. You must be missing brackets there. Correct those and you will prpbably find that the "Illegal start of expressions" will go away too.
    Rachel

  • Workflow multiple versions in production

    Hi Experts,
    when i transport my work flow from development to production
    multiple versions are getting created.
    e.g
    in development i have version 0001
    and production also have version 001
    i did some changes in development in version 0001
    now i transported it to production
    then in production new version is getting created. version 0002
    I did check the SAP help which says
    If a workflow definition is transported into another system,
    only the active version is transported.
    If the workflow definition exists in the target system with the same
    version number,  it is overwritten by the transported version if it has
    no workflows running. Otherwise, the transported workflow definition
    is saved with a free version number. The transported workflow
    definition becomes the active workflow definition in the target system
    but i checked the production server and work flow is not running. still multiple versions are getting created.
    any clue experts
    Regards,
    Umesh Chaudhari.

    Hi Umesh,
    Yes in your scenario you would get a new version created as an instance has already been started using the older version.  This state of affairs used to worry me from a QA perspective as well, but I have seen it now in many sites - both ones where I have built the workflows and ones where I have not - and I can state pretty conclusively that from an operational perspective it is not an issue.
    You could generate a new version in your DEV system whenever you transport, but I would not advise this as in this case it is possible to get your versions out of synch and actually deprecate your changes.  This is not only poor but proved very difficult to analyse (for my small brain anyway) at the site where this was attempted.
    In this case I am firmly of the opinion that I will let the transport system manage the versions in my production system.
    Kind Regards
    Gareth

  • Multiple Lines in production

    Hi to All,
    I WOULD LIKE TO KNOW HOW TO  SET THE CAPACITY IF WE HAVE MULTIPLE WORKCENTRE AND MRP TO CONSIDER MULTIPLE WORKCENTRE WHILE PLANNING  ORDERS.
    FOR EXAMPLE WE HAVE THREE CELLS OF CRANK CASE LINE AND TWO CELL WE RUN THREE SHIFT AND ONE CELL TWO SHIFT AND ALSO OUTPUT PER CELL IS DIFFERENT . SIMILARLY WE HAVE TWO CONVEYOR LINE IN ENGINE ASSY AND WE PLAN TWO SHIFT WITH DIFFERENT OUTPUT PER SHIFT CONVEYOR WISE.
    RGS
    NITIN

    Dear Nitin,
    In standard SAP the system does not considers the capacity and irrespective of the same the system generates planned
    order's during MRP.Only by capacity leveling you can reschedule the production order's or adjust your production plan.
    If you want multiple capacite's to be considered during MRP and your planned order's date should be calculated on the same
    means,double click on the operation number in the routing and include the radio button for require splitting.
    Check the planned order's date calculation.
    Regards
    Mangalraj.S

  • Multiple DSA (Process Product Data ) in EDQ Process

    Hi,
    I am using multiple DSA in my EDQ process and when i run the web service to insert the data in different tables i get Processor not valid in real time.
    Please help
    Thanks,
    Mohammed Faraz

    Hi Mike,
    I am performing two different task in one EDQ Process.
    1. Matched source data must be inserted in different tables which is EDQP process.
    2  Partially Matched source data will add some additional information from the golden records and inserted in database tables.
    These two outputs i am getting merged and trying to insert in database. If i run my web service only by keeping one active Product Data Processor for any one of the above mentioned tasks its working but if more than one Product Data Processor is active then i get PROCESSOR NOT VALID IN REAL TIME error. Please help. Thanks for reply

  • Multiple output for Production Order

    Can we have multiple output(more than 2 different finished goods part number) for one Production Order?
    Or we can have the different way to handle this case.
    Please advise~
    Thanks.
    Allen

    A production order can be created only for a single product. But if you have multiple items produced from the same process or production line with the same set of activities then you can treat them as co-products or bi-products.
    The product with high value can be the main product for which the production order will be created and the all other outputs can become bi-products or co-products.
    This is one of the way. Hope this helps you.

  • ERP ECO IPC Display Multiple Prices in Product Catalog

    Hi,
    We are using ERP ECO 5.0 with IPC Pricing. Currently we have the 'netValue' configured for priceTypes, which is displayed correctly on the product catalog.
    We have a new requirement, where we need to display three different price conditions from the pricing procedures on the product catalog for each material. This includes PR00, YR00 (custom condition type) & subtotal 3.
    Is it possible to retrieve the above condition types and display on the product catalog? How should we go about doing this? Any pointers on this will be appreciated.
    Thanks,

    you have to write the IPC userexits.
    regards,
    Rajiv Mangam

  • Question on running multiple clients in production

    We have a question that hopefully someone might be able to clarify for us. We currently have a production SAP landscape consisting on 5 separate SAP clients running on five R/3 4.6c instances on RS6000/Informix and we are looking at alternatives around landscape optimization as part of a plan to upgrade to ECC6. One of the options we are weighing is to create a single SAP instance on 64 bit Windows 2003 Enterprise and SQL Server 2005, migrate the different clients onto the single system resulting in a single instance/multiclient configuration, and then to upgrade the consolidated server to ECC6. We have been researching the feasibility of this approach and it appears that it is a supported configuration (as per SAPNote 31557), however it is apparently not widely used and there are references to challenges with that approach. Wanted to see if anyone had experiences with this type of configuration and whether there are any specific showstopper issues that would make this unworkable as a solution.
    Below is a list of some of the questions we are looking to address:
    Can anyone cite a reference where a multi client single instance configuration was successful?
    Can anyone cite a reference where a multi client single instance configuration was unsuccessful and the reason why it did not work?
    Is there an upper boundary on the number of clients that can be supported in a productive multi-client instance?
    Are there any specific issues with the CTS system that need to be considered
    Are there any known issues with the ECC6 platform that need to be considered, especially with the potential deployment of a EP usage type and the J2EE stack?
    Any known issues with upgrades after moving to a multi-client environment?
    Were there any unexpected surprises (i.e. client independent objects that were not anticipated).
    How was the issue of overlapping number ranges in different clients addressed?
    Any feedback would be greatly appreciated.
    Rich P

    Hello Richard,
    You gave a very good question to ponder on
    Check this link, seems to be helpful.
    <b>Client & Multiclient Operation</b>
    http://help.sap.com/saphelp_nw2004s/helpdata/en/83/08443c4a089537e10000000a114084/frameset.htm
    I would get back to you, incase I find more valuable information.
    Regards,
    Ammey Kesarkar

  • One BW - One R/3 Development - Multiple R/3 Productive Systems

    Dear experts,
    we are at the moment having a classical 3-tier system environment.
    1) R/3 Development --> BW Development
    2) R/3 Consolidation --> BW Consolidation
    3) R/3 Production --> BW Production
    Due to increased system load on R/3 Production  it is planned to create an additional R/3 Production System which also needs to be connected to the existing BW Production system...BUT there will be no additional R/3 Development or Consolidation systems. The new Production system will be feeded parallel with transports fro mthe existing development system.
    Question:
    On BW side we will need to create Source system-dependent objects (Transfer Structures, InfoPackages, etc), etc. which are connected to the new R/3 system. But we cannot do that as we do not have a corresponding R/3 Development system connected to our BW development system.
    Anyone has an idea how to approach this issue?
    Thanks a lot!
    Regards.
    Joachim

    Hi Joachim,
    I have a rough idea. Can you go to RSA1 of your BW production machine, in menu tools->conversion of source system names. Add a new line, and assign r/3 consolidation machine as "Original Source System" the second R/3 prod machine as target source system. Save and try transporting again.
    I haven't such experience before and it's only my guess (your case is really special). Please validate it first
    If not work, a stupid way is changing this table after the first importing for r/3 prod machine1, then import again for machine2...
    Regards,
    Frank

  • User exit or functional module for multiple GR of Production order.

    Hi All,
           I have done a enhancement in CO11N so that batches can get created in production order  confirmation.
    Now When I go to MIGO to do GR I have option to enter the nulitple batches against the production order.
    But what I am looking for is there any exit or functional module which reads the production order and fecth batches which were created from CO11N.
    Regards.

    Hi,
    A few options:
    1. User Exit - MBCF0002
    2. BADi - MB_MIGO_BADI, MB_DOCUMENT_BADI
    3. A Z program by calling BAPI_GOODSMVT_CREATE
    Regards,
    Vivek

  • Multiple GL for product category in SRM 7.0

    Hi! I know with SRM 7.0, we can assign multiple GLs. However, on testing it out on a Shop transaction, I still don't see the list of GLs appearing for selection. Also, I can still assign any other GL and the system will allow the shopping cart to be saved. Does anyone know what is the system behaviour regarding this multiple GL assignment in the config?
    Cheers!
    SF

    Hello all,
    This is to correct my posting on Nov 16, 2009 8:20 AM. I have done further research and testing and finally got the multiple GL working. I have to remove the authorisation for object BBP_FUNCT on activity BE_FE_HELP to disable the serach help function. This way, the user will see the allowed list of GLs instead of a search help.
    Regards
    SF

  • Had problems - multiple registrations of product

    Right I'm not sure where else to put this so Adobe realise I'm not installing my completely legal copy of Photoshop Elements onto multiple computers.
    My PC has had mega issues and getting it to work involved reinstalling Windows completely several times. That also meant I had to uninstall and reinstall PE as well - and every time I had to re-register it.
    So if anybody from Adobe is reading this, I have NOT installed it into a lot of different machines, it's just been a long haul to get it to work again - which thankfully at the moment it does seem to be doing.
    Ros

    It doesn't matter in the least, since PSE doesn't have activation like full Photoshop. You can register it all day long if you want.

Maybe you are looking for

  • How do I find out which BADi is triggered in PS?

    Hello, I am new to SAP and this forum and probably have a really simple question. In transaction cj20n, PS, when I create a project and save it, how do I know which BADi is triggered when I save? Just wanted to say this forum is a great resource for

  • Garageband 4.1.2 not importing pojects to logic express 7.2

    hello i used to be able to import GB projects into logic express but now all I get is a message saying that I need to update logic express I presume the latest GB version doesn't support LE 7.2 Is there any fix for this? thankyou

  • Layout approaches

    I have been attempting to put several objects on a window using various layout managers, but have had little success in what the objects look like visually, especially when the window is resized. I have an object that, from top-to-bottom, is a JLabel

  • What's the deal when syncing to an iPhone? Unexpected results

    I'm new to Aperture, and have had odd issues when syncing selected Aperture albums through iTunes to my iPhone 3G. First, the photos appear in chronological order in Aperture 2, but are completely random when browsing the albums on my iPhone. Also, e

  • MIRO reversal problem

    Hi Friends, One of client has wrongly done a MIRO.  When they are doing customs duty MIRO, they wrongly choosen currency as USD instead of INR.  Neverthless the entry has been posted in USD as follows:  Customs clearing account Dr.  xxxxxx USD to Com