Problem with shopping cart

When I click on "buy now" i get an error message saying items in my cart have changed, etc and to check it again and then hit buy now. I just keep getting same message over and over. If I choose one-click shopping, I can buy. But I hate having 20-25 .99 purchases going on my debit card. I used the shopping cart option a couple of weeks ago with no problem. What am I doing wrong? I didn't change anything. Yikes
  Windows XP  

i need the shopping cart where i stored thousand of music that i had to buy!
Using the Shopping Cart as a "wish list" and keeping a lot of tracks there for future purchase is a mistake. If the iTunes Store has to remove one (or more) of the tracks, it can corrupt your Shopping Cart. To keep tracks for future purchase, create a normal playlist (call it "wish list" if you like) and drag the tracks from the iTunes Store to that playlist. Then use the Shopping Cart only for tracks you intend to purchase very soon.
As to your current problem, contact the iTunes Music Store customer support department through the form at the bottom of this web page and explain the problem to them. They'll probably need to clear your Shopping Cart to get it to work again.

Similar Messages

  • Problem with Shopping cart's currency

    Hello,
    I've got a problem with shopping cart's currency. I create the shopping cart with 1 item currency "EUR", I see in my backend ECC 5.0 , my purchase requisition have got a currency in "CHF".
    System SRM : SRM 5.5
    System ECC : 5.0
    The scenario for approval shopping cart is automatic, the workflow WS1000060 is active.
    Can you help me please, thanks very much.
    Lionel

    Hi Sambit,
    Yes I found the solution.
    You must implemente this BADI BBP_CREATE_BE_RQ_NEW with method FILL_RQ_INTERFACE. 
    You can see my code :
    METHOD if_ex_bbp_create_be_rq_new~fill_rq_interface.
      DATA : wa_requisition_items TYPE bbps_badi_rq_item,
             wa_item TYPE bbp_pds_transfer_item,
             w_tabix TYPE sy-tabix,
             w_check.
      LOOP AT cs_rq_document-it_requisition_items INTO wa_requisition_items.
        w_tabix = sy-tabix.
        READ TABLE is_sc_document-item INDEX w_tabix INTO wa_item.
        IF wa_requisition_items-currency NE wa_item-currency.
          wa_requisition_items-currency = wa_item-currency.
          wa_requisition_items-c_amt_bapi = wa_item-gross_price.
        ENDIF.                                               
        MODIFY cs_rq_document-it_requisition_items FROM wa_requisition_items INDEX w_tabix.
        CLEAR : wa_requisition_items,
                wa_item.
      ENDLOOP.
    ENDMETHOD.
    I hope that will help you.
    Kind regards.
    Lionel
    Edited by: Lionel Lacotte on Jun 24, 2008 2:22 PM

  • Problem with shopping cart status

    Hi Experts,
    We are implementing SRM 5.0. When i create a shopping cart for services, it creates purchase requisition in the backend but the status of shopping cart, 'Purchase Requisition Created',  is not getting updated in SRM. But when I modify and save that purchse requisition in the backend, only then it updates the shopping cart status. I'm also using CLEANUP_REQREQ_UP and BBP_GET_STATUS_2 programs as background jobs.
    Kindly help me in solving this issue.
    Regards,
    B.Siddhesh

    Hi,
    This issue is resolved now.
    The problem was when service PR is created from SRM on R/3, the system fails to create entries in table ESLH. To resolve this issue we implemented note 922372 and its working fine now.
    Regards,
    B.Siddhesh

  • Problem in shopping cart rejection when the approvers added manually

    Hi folks,
       Please let me know is there any table in SRM , where Approver details are stored against the Shopping cart no created.
    My requirement is with regard to shopping cart rejection. In this scenario the user will manually add the approver list during shopping cart creation, however incase of rejection of shopping cart by any of the approver, In the check status change mode,  the user want to default the approver list which he/she already entered manually during the creation shopping cart creation. Any points regarding this will be highly appreciated.
    Regards,
    Mahesh Mohan D

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • Catalogue problems in shopping Cart

    Hi All,
    We have a custom catalog built and that is Through Requisite(Bugseye).
    When we click on the custom catalog it opens up the first screen of shopping cart instead of Catalog page.
    I have checked the URL definition in SPRO(Define external webservice) the URL path is correct.
    we have looked at 866121, but nothing has changed even after applying that note.
    So where all the places that i can look for, as it is a custom catalog is there any issues with that.
    Thanks in Advance,
    Regards,
    Kishoe Yerra.

    Hi. Sorry if this is obvious but you have defined it as a "standard call strutcture" in the IMG not as an "integrated call structure"?
    Regards,
    Dave.

  • BBP_DOCUMENT_TAB does not get populated with shopping cart

    Hello Gurus,
    We are facing some weird issue out of blue. We have SRM 5.0 Classic scenario with ECC 6.0 backend system. We have everything configured and it was working i mean shopping carts were successfully transferring into ECC system as PR.
    Suddnely now we are getting error Item in transfer process for all the shopping carts. While checking into RZ20 monitor it shows following error " Backend application errors: Shopping cart  (PReq. 7000027359): W5 002 No items exist (not possible to save)".
    When we put debug in CLEAN_REQREQ_UP we found out that table BBP_DOCUMENT_TAB which should get populated whenever shopping cart is approved it not getting any data.
    Could you please let us know what could be the reason? As all the user IDs with which RFC's are maintained at SRM and ECC level active and all proper authorization are there.
    Please advise.
    Thanks
    Ritesh

    Hello Ritesh,
    Actually, the document tab is updated by the SC transfer (SC spooler). Each time the system starts the shopping cart transfer, an entry is created in BBP_DOCUMENT_TAB until the CLEAN_REQREQ_UP is executed.
    You could debug the shopping cart transfer and check if the follow-on document is being created.
    Also, you could check the SPRO customizing -> SRM SERVER -> Techcnical Basic Settings -> Set Control Parameters, and check its value.
    As additional information, you can check the note 1173815, which provides some information regarding the follow-on document creation (customizing tables).
    I hope it helps.
    Kind regards,
    Ricardo

  • Issue with Shopping Cart ... No Address Found For Partner Function etc.

    Hi Experts,
    I am facing an issue in EBP.
    Using SRM 5.0 classic scenario.
    While creating a shopping cart we are experiencing the following ERROR: "error in system, shopping cart cannot be processed any further."
    The details of errors are as below:
    No data found for contact person XXX. inform System Administration (XXX is the BP ID of the user)
    No address found for partner function type Goods Recipient
    No address found for partner function type Requestor
    Please help me in overcoming the issue.
    Thanks,
    Pratyush

    Thanks for your reply
    I have already checked that the BP number is present.
    However using bbp_bp_om_integrate i got the errors:
    using user ID from su01:  I got a red signal  in Object Existence / Consistency with error
    "Business Partner for user XXX is missing or containing errors"
    using CP & BP : I got a red signal in Address consistency & following errors:
    "Error determining address for employee XXXXXXXXXXXXXXXXXXXXXXX" & "Address for person (BP) XXX missing"
    Please help

  • Need help on getting started with shopping cart!!

    hi guys,
    i want to build a fairly simple shopping cart with servlets and jsps.. can you please point me to a starting point.. a tutorial or a general road map for it.. i am pretty okay with servlets and jsps and currently using them for a web-app..
    any help would be greatly appreciated..thanks..

    go to http://www.moreservlets.com, download the free pdf book "Core Servlets and Java Server Pages", there is a example program on section 9.4 talks about shopping cart.
    Hope it helps.

  • Need some suggestions or help with shopping cart.

    I am looking and searching and searching and looking for a
    good e-commerce package I can use with my future sites as well as a
    current one I am developing. It is a automotive site with multiple
    sizes of parts and accessories, I have opted to use a drop down for
    selecting the size but need to figure out how to incorporate that
    when I do the shopping cart and etc... I have looked at cartweaver
    and cannot afford that right now I am looking for something similar
    to it but cheaper in price if not free...

    I've used Cartweaver and found it rather good. It's one of
    the few that can be licensed so as you can use it on as many sites
    as you want. Most only allow you to use a shopping cart on a single
    site.
    I've used Cartweaver ColdFusion. They also have a PHP and ASP
    version of the software, you'll need to decide what back-end
    technology you want to use: ASP, PHP, ColdFusion. and buy that one.
    I would check with your hosting company and see what back-end
    technology they offer you.

  • Problems in shopping cart approval workflows

    Hello friends,
    We are using standard shappong cart approval workflows ( WS14000129 and WS14000060). I have configured all the steps mentioned in documents but workflows are not working while creating saving shopping carts.
    I have tried testing above workflows from background and they work properly from there, which means nothing wrong with basic workflow settings. But when I try save a cart from portal, workflow does get triggered but stops at very first step ( i.e. Parralel section between approval) in workflow. Also it does NOT get errored out but just waiting.
    Can anyone please help me in understanding what is wrong and how I can fix it.
    Regards,
    Arpit

    Here are some screenshots of what is happening
    http://img306.imageshack.us/img306/245/scerror1np5.jpg
    http://img101.imageshack.us/img101/1065/scerror2lx9.jpg
    Here is the binding
    http://img101.imageshack.us/img101/2289/scerror3wo1.jpg

  • Problem Accessing Shopping Cart

    I can connect to the store and purchase music, listen to radio, etc. However, I cannot connect to Shopping Cart. I receive an error message indicating network connection has timedout.

    Simply place the war file into the webapps directory and THEN start tomcat. Look at your directories after starting tomcat and you will find that tomcat has created all the directory structures underneath the webapps directory, starting with the directory webapps/bookstore

  • WD Appl - with Shopping Cart and UserSession

    Hi @all,
    I have a general question at Web Dynpro application possibilities.
    I want to make a preliminary drawing of an application using the WD Environment, to deploy later in the Portal.
    Is it possible to create an application with listed features?
    - Shopping Cart
    - List of Favorites
    - Use several sources to search for items using a WebService
    Often I heard WD is just for UI Development.
    But is it possible to develop such an app like this kind of “WebShop”-functionality?
    Thanks and best regards,
    Silvio

    Silvio,
    what do you mean with "Often I heard WD is just for UI Development"?
    Web Dynpro is a complete programming model for user interfaces and several types of data models like adaptive RFC models, Web service models, Java bean models etc.
    Of course, you can develop a Web shop with Web Dynpro.
    Armin

  • Issue with Shopping cart out of template

    Hi all,
    is there any possibility to find out, if a shopping cart is created out of a template?
    Background:
    I want to check in Check BAdI, if the shopping cart is created from a catalogue or if it is "just" created out of a template.
    I cant find a standard flag within function module BBP_PD_SC_GETDETAIL which determines a position within a shopping created out of a template.
    Best regards
    Andreas

    Hi Pradeep,
    I am not sure which version you use. I am using SRM 4.0 HP 8 and the field SRC_GUID is always empty.
    I am creating SC from a template, from a old version, creating a new one:
    The field SRC_GUID ist always '000000000000000'.
    I have tried this already, thats not the solution.
    Could you confirm in your SRM version (?) that the SRC_GUID is filled within the item if you create the SC out of a template?
    Best regards
    Andreas

  • SRM classic scenario with shopping cart

    In a SRM classic scenario it's possible to create a shoping cart for material stock or it's only possible to create for indirect material (center cost, order, etc).

    Hi Carla
    yes. Indeed you need enhancement
    http://wiki.sdn.sap.com/wiki/display/SRM/BBP_CREATE_BE_PO_NEW-CreatePOin+backend
    you need to clear the account assignment while creating a PO in the backend.
    so PO will be created in the backend rather than in SRM .
    but see impacts - how inventory gl accounts are posted while doing good receipt. Is it taking GL account from valuation class .
    Hide the Order as direct too in SRM .
    create one custome field in shopping cart to determine to order a PO in the backend (for stock materials) so when you check this field, this sc item PO will be created without account assignment.
    Muthu

  • Refresh problem in Shopping Cart and PO in  cost distribution in SRM 7.0

    Hi ,
    As of now we are working in SRM 7.0. Actually when we are changing the account assignment cateogary from WBS  to Asset  then the cost distribution need to be changed from Percentage to quantity and vice-versa. But this is not happening .
    Can somebody hlp on this if you guys came across such issue.
    Regards,
    Kalyani

    Kalyani
    Cost distribution will not change automatically when you change the account assignment category. You will ve to distribute it manually on the same lines as you did for Cost Center earlier
    Regards
    VIrender Singh

Maybe you are looking for

  • How to disable selective cells in a column of a table?

    Hi I have a Table UI element having 5 columns. 4 of this are non-editable and only one is editable i.e. having input field . The data is picked from the backend. The 5th column also gets default data from the backend, which the user can later on chan

  • Airport Extreme setup- No internet, am I missing somthing?

    I used Airport Utility to set up an Airport Extreme network. I have a Comcast modem and a USB printer hooked to it. Both the cable modem and the Airport Extreme LED's indicate they are functioning correctly. My iMac recognizes the network I set up bu

  • HTML Entity Question

    ▼ nicely displays a downward facing solid triangle in Firefox IE6 will not display it. Will IE7 or later versions show it? Many thanks for your attention, it is appreciated.

  • Alternate text for "Text content"

    Hi friends, I have one doube in postscript language to implement alternate text for "Text content" Can anybody please help me on this We have using the below tags for alternate text for images. [/Subtype /Figure /Alt (Image of Figure 2-1) /StPNE pdfm

  • What are the overall responsibilities of a support functional HR consul

    What are the overall responsibilities of a support functional HR consultant? Dear  Member please read the forum Rules before posting the question Welcome and Rules of Engagement