Ammending table in shopping cart area

hello
putting together this site http://ceramic-planet2.businesscatalyst.com
When you get to the shopping cart to view your order the discount quanity cell with the update button is squashed and i have tried to strech it with css in all.css line 1230
.discount {
    border: 1px solid #ECECEC;
    float: left;
    margin: 0 5px 0 0;
    min-height: 131px;
    padding-bottom: 15px;
    width: 268px;
however when i make the line longer all the table lines above extend as well off the page.
how do I fix this please as its very annoying.
Dave

I played around with your html and it seems that if you remove the colspan from your subtotal row. And then I had to had an extra <td> </td> as you have one less column in that row. Then I had to move the content in the sub total row around a bit to match up with the proper columns. But it all straightened out.

Similar Messages

  • SRM table where shopping cart approvers are kept

    Hello,
    in which table are approvers for a shopping cart stored? I need to technically change an approver for a particular shopping cart such that when the user logs in, he sees the new approver and the new approver has the shopping cart to approve in his list.
    thx

    Hi
    Your question is not clear, but I can suggest you one thing you can substitute the approver technically in SRM GUI / Or in SRM portal. 
    Regards,
    Krish

  • Addition of a inputfield as column to item level table in shopping cart

    Dear Experts
    i added a new inputfield to item level table as columen of Shopping cart and binded a variable from context. that column is displayed in the table but it is displayed in Disabled mode im not able to give input to the column(as it is a inputfield).
    I checked the table column property it is enabled and i aslo configure on the SPRO, nothing is woring for me.
    Please giude me to make the table column enabled so that i can give input..
    Regards
    Arun.K.P

    Hi  Arun ,
    you need to maintain the Meta data entries ,
    Navigate path
    spro->sap implementation guide->Supplier Relationship Management->SRM server->cross application basic settings-> extension and field control->create table extension and supply with data->control table extension and there field action-> configure control of fields of table extension .
    Thanks & Regards
    Pradeep Kumar Dondeti

  • Approval Preview to be defaulted to Table for Shopping cart

    Hi All,
    The Approval preview needs to be defaulted as table instead of graphic in BBPSC01 (Extended Form).
    We are using SRM 4.0 - SAPKIBKS13.
    Your inputs will help in resolving this issue.Business wants this be done on priority.
    Regards
    K Gp

    Hi K Gp,
    The following note help you achieving the desired result:
    Note 1028482 - Approval preview: Tabular display instead of applet
    Thanks,
    Pradeep

  • Tables to link Shopping Cart to Workflow

    I have a request to report on total dollars for shoppng carts that are sent to a particular inbox and total dollars for shopping carts that were rejected in that inbox.  I've written dozens of Quickviewer queries to report on shopping cart data however I've never linked the shopping cart to workflow items.
    Can this be done without writing an ABAP program to extract the workflow data?

    Hi Nancy,
    You may want to form joins between the following Shopping cart tables and workflow tables.
    Shopping cart tables
    CRMD_ORDERADM_H
    CRMD_ORDERADM_I
    Workflow tables
    SWWWIHEAD
    SWW_CONTOB (The field Object key in this table will have shopping cart number)
    SWWUSERWI
    SWW_CONT(Workflow container table which will store whether workitem is approved or rejected)
    Hope this helps.
    Please reward points if hint is foud useful.
    Thanks
    Venkat

  • Shopping Cart table fields

    Hi,
    Can anyone tell me where which table holds Shopping Cart information? I need to find out details like 'Completed By, and 'Completed Date'.
    John

    Hi John,
    please check the transaction BBP_PD. Here you can find the tables of the SC.
    You can see the changes 'completed by' either if you scroll down in the BBP_PD to the 'Versions' part. Here you can see the when and by whom the SC was changed.
    Other possibility is to check the fields:
    CRMD_ORDERADM_H-CHANGED_AT               
    CRMD_ORDERADM_H-CHANGED_BY               
    Regards,
    Peter

  • Function module to read Shopping cart

    Folks,
    The answer I am looking for is not BBP_PD_SC_GETDETAIL.
    Here is the situation: During the approval process, the approver needs to be able to change few fields. So, i used the secur_badi to give him a "Change shopping cart" button. But, when he hits the change, all the fields on the shopping cart are available for change. So, this guy could monkey around and change some of the fields he is not suppose to change and I need to catch this in the check badi.
    So, I started using the BADI "BBP_DOC_CHECK_BADI" and used FM 'BBP_PD_SC_GETDETAIL' to get the shopping cart details. But, this gives me only the PRESENT values on the screen ... and I need to compare it with the shopping cart values in the database. Is there any function module that could help me here?
    The idea is to compare field by field and throw an error if he chnages the fields he is not supposed to chnage. (ugly ha!)
    Thanks
    Sri

    Hi Sri,
    You are right, calling BBP_PD_SC_GETDETAIL during the user session will retrieve the data in user session memory, and not the physical one stored in the database.
    So you have 2 solutions:
    - check each field value against physical value in DB: direct SQL access in SRM tables (CRMD_ORDERADM..., BBP_PD...)
    - change the PBO modules "modify_screen" of each SC screen to close wanted fields if sy-tcode = SC aproval TCODE. this would be eased if a BADI was available for SC screens (like BBP_UI_CONTROL_BADI).
    I prefer the 2nd one.
    Rgds
    Christophe

  • Retrieve approvers id of srm shopping carts, in ECC

    Hi everybody!
    I'm currently working on an SRM 5.0 in classic scenario and ECC6.0.
    We will have to create some specific reports and in that way I'm trying to retrieve in ECC, in a table or a function module, ID's of all approvers of my shopping carts in SRM.
    I really do not know where those data may be stored?.
    Please help!Thanks a lot!
    regards,
    morgane

    Hello Morgan
    In standard, approvers from Purchasing document approval workflow in SRM (in your case Shopping Cart) are not transmitted to R/3 backend.
    If it's mandatory for you to have those data in R/3 Backend, you could do this by storing approvers ID in CUF for SC header, then pass on those CUF to standard fields (or CUF) in corresponding R/3 purchasing document.
    Regards.
    Laurent.

  • Addition of New column to Vendor Overview on Shopping cart Source of supply

    Hi All,
    I have a requirement where I need to display Contract description,price in Vendor overview table of Shopping cart Source of Supply.
    Currently I can see the  Name ,Vendor , Contract  Item,  Pur.Info Record, In Vendor List  , but I also have to show the Contract Description and Price..
    Can anyone suggest how to handle this.
    Thanks in Advance.
    Neelima

    Hi Neelima,
    Please investigate the use of customer fields for meeting this requirement.
    Regards
    Azad

  • How to re-start the workflow for Shopping carts in WAITING status

    Hi
    We are using 1-step approval work flow, and we get some strange issue. We can add approver in the workflow, but after we click order button and back to check status again, sometimes there will be "Ad-hoc agent not found" issue. Do you know how to solve?
    And one workaround for user is to re-add the approval, and sometimes the shopping cart back to normal. But sometimes, after we add the approver, the shopping cart are in waiting status:
    Workflow Item:
    Workitem-ID 000000714642
    Task WS10000276
    Text One-Step Approval: Value limit: Shopping Cart
    1000114698
    Status WAITING
    Statustext Waiting
    Date 13.06.2008
    Time 10:41:22
    So may I ask how to re-trigger the workflow?

    Hi,
    Thx for that. I need to trigger the Approval workflow to go the the approval manager.
    Can u give me the document on this? thx,  kerry.liu [at] ap.effem.com.
    Thx very much
    Kerry

  • Custom fields from Shopping cart not getting transferred

    We have added a few custom fields in both Shopping cart and PO screens.
    Somehow when a cart is getting converted to a PO, the values maintained in the shopping cart are not flowing in to the PO.
    Please advice as to what needs to be done to take care of this issue.
    Thanks.
    Anuradha SenGupta.

    Hello Anuradha,
    Please go thru the link .
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20b36c12-685f-2c10-4fb4-ba2e0b969c27?QuickLink=index&overridelayout=true
    Also in your badi BBP_CREATE_BE_PO_NEW, try to implement the code in the similar way which I did for creating PR in Backend.
    DATA : ls_req_item TYPE bapi_te_requisition_item.
      LOOP AT is_sc_document-item INTO wa_sc_item.
        wa_extension-structure        = 'BAPI_TE_REQUISITION_ITEM'.
        ls_req_item-preq_item         = wa_sc_item-number_int.
        ls_req_item-z_req_type_db     = wa_sc_item-z_req_type_db.
        wa_extension-valuepart1       = ls_req_item.
        APPEND wa_extension TO cs_rq_document-it_extensionin.
        CLEAR wa_extension.
        ls_req_item-preq_item         = wa_sc_item-number_int.
        ls_req_item-z_asset_sub_cat   = wa_sc_item-z_asset_sub_cat.
        wa_extension-valuepart1       = ls_req_item.
        wa_extension-valuepart2       = ls_req_item.
        APPEND wa_extension TO cs_rq_document-it_extensionin.
        CLEAR wa_extension.
      ENDLOOP.
    Hope this will help you.

  • Line Sort order differs from Shopping Cart to PO

    All :
    A number of shopping carts are raised on the back of a quotation received from vendors.
    Where these quotes require a multi line Purchase Order, we enter the data in the same sequence as they appear on the quotation.
    The Purchase Order should also therefore reflect the same sequence. For some reason this does not happen.
    EG shopping cart shows items:
    1st Line 30 Green Widgets
    2nd Line 50 Blue Widgets
    3rd Line 900 Red Widgets
    BUT PO shows:
    1st Line 50 Blue Widgets
    2nd Line 30 Green Widgets
    3rd Line 900 Red Widgets
    Is there some setting I am missing somewhere? Or is there some sort of arcane sorting going on in the background that I don't know about.
    Thanks for your time guys
    Adrian

    Hi
    <b>Seems like a bug in the BAPI call at R/3 side.The sorting incase of multi line Purchase Orders is not happening correctly. Please give some more details.</b>
    Please report the same bug to SAP by creating a OSS message as well, for faster processing of the query.
    Regards
    - Atul

  • Grouping of Shopping Carts using the report  BBP_SC_TRANSFER_GROUPED

    Hi Experts,
    I am a new SRM consultant and have been asked to investigate an issue regarding grouping of Shopping Carts using the report  BBP_SC_TRANSFER_GROUPED.
    The wanted scenario:
    For one specific vendor we wish to pool/group request coming from various shopping carts into one PO e.g. once a day. The shopping carts for that vendor can be destinguished by one specific product category.
    We are on classic scenario hence the PO will be created in our ECC system.                                                                               
    Settings we have done to accomplish what we want:
    1. We have set up the transfer for grouping on the specific product category in the sourcing area in the IMG structure
    2. We have run the report BBP_SC_TRANSFER_GROUPED (grouping takes place according to the product category)
    This approach works, the shopping carts gets grouped into one PO in ECC. however the line items from the Shopping Carts are mixed in the PO eg SC1: Item A, Item B, Item C, Item D SC2: Item 1, Item 2, Item 3, Item 4 PO (Current result) Item A, Item 1, Item B, Item 2, Item C, Item 3, Item D, Item 4.
    This seems quite strange, as there are no logic reason for this split. It would be understandable if it was a matter of delivery dates of the goods, but they are not in any order i.e. first coming delivery date first.
    Does anyone know how to correct this or can anyone clarify why this sequence mix happens?
    For me it seems like a program errror.
    Hope you can help me solve this issues
    Cheers Christian
    Edited by: Christian Gjellerup on Aug 6, 2010 3:34 PM
    Edited by: Christian Gjellerup on Aug 6, 2010 3:35 PM

    Hi,
    In SRM -Product categories = Purchasing group in SAP R/3.
    During the transfer of P.R   from R/3 you have enter the Purchasing group in R/3.
    In SRM in the PPOMA_BBP in the extended attribute you can enter the exact product categories
    or else enter * in the product categoies and the backend logical system
    in SPRO --define objects in backend system --- in this enter the purchasing group and category Id
    check your default settings in the SRM web browser
    Regards
    G.Ganesh Kumar

  • Error in process shopping carts

    Hi,
    We are using extended classic scenario.
    Shopping carts are created in SRM. After approval of shopping carts
    errors occured.
    Error messages while monitoring shopping carts are as follows:
    1. Local error:   Error during determn of backend follow-on doc. for
    shopping cart 1000226740 
    2. Backend application error :Shopping Cart 1000227220 (Purch.
    Requisition 1100109923): ME007 System error: block object Purch.
    requisitio n, key 1100109923 
    Inthe description of 2nd error PR NO 1100109923  is visible in
    transaction BBP_PD, but it is not visible in R/3 nor in SRM shopping
    cart
    All the shopping carts having errors are approved almost at same time.
    We have checked RFC connection, queues, idocs as well as scheduled jobs
    and system log for that particular time.
    Can you suggest me how to process such shopping carts and also give a
    solution to avoid this problem as the same problem occurs almost once
    in month.
    Regard,
    Madhuvanti

    1. Is your employee & manager is inheriting the value of attribute BSA in org structure?
    it looks SRM is not able to decide the backend doc
    2. you will not be able to see the PR no in any sys
    because the SRM has just booked this PR no by the virtue of the no range mapping
    external in ECC for PR doc type
    and for back end in SRM
    what is yr settings for
    define backend objects
    and sourcing for prod cat
    BR
    Dinesh

  • Can't access iTunes shopping cart.  Who can help?

    For some reason I can not access my iTunes shopping cart. It shows me how much money I have to spend, but I can't see any of the songs that I have added to the shopping cart. Has anyone ever had this problem? Please advise ASAP. I'd like to buy some music.
    Thanks
    Dell   Windows XP  
      Windows XP  

    If your getting some error message Id recommend emailing the music store about this issue, as USUALLY issues with the shopping cart are caused on apples side. you can goto the link below, roll to the bottom and fill out a email form to the music store
    http://www.apple.com/support/itunes/musicstore/download/

Maybe you are looking for