ITunes Shopping Cart Problem

Hello,
I have the strangest issue with my shopping cart. I had some items that I was going to purchase but decided not too and left them in my cart. I went to remove them from my cart the other day and I can't! I recieve the following error when I clice the x next to each item:
Could not remove an item from your cart. An Unknown error occurred (1011).
There was an error in the iTunes Store. Please try again later.
I did try again later, many times, to no avail. The items that are in my cart are no longer available in the iTunes store which I'm positive is contributing to the problem. Any help that someone could give would be appreciated!
Thanks again.
Dell   Windows XP Pro  

This is a bit of a long shot, but it worked for another user, so it's worth a try. Go to the iTunes Store preferences, select "Buy and Download Using 1-Click", close the preferences window, reopen the preferences window and reselect "Buy and Download Using Shopping Cart". Then see if your Shopping Cart will clear.
If that doesn't help, you'll need to contact the iTunes Music Store customer support department through the form at the bottom of this web page and explain the problem to them.
Hope this helps.

Similar Messages

  • 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/

  • Does iTunes Shopping Cart Disappear After Reinstalling?

    I am getting ready to uninstall and reinstall iTunes due to a cd drive problem and was wondering if I do so will it erase all the songs in my iTunes Shopping Cart?

    It's not supposed to, but if you want to make a Wish List, that could give you peace of mind.
    Here's how:
    http://support.apple.com/kb/HT1368

  • Trouble getting into iTunes Shopping Cart

    Everytime I try to get into my iTunes Shopping Cart, I get a message that "The iTunes Store is temporarily unavailable". However, when I try to add a song that I know is already in my shopping cart, it acknowledges that the song is already there.
    I also have no trouble browsing songs in the iTunes Store.
    Any ideas???

    Usually you get this message when you install a version of iTunes which is earlier than the version you used to create the iTunes library file.
    You get this situation when downgrading.
    Could you clearify your situation, are you using iTune data copied from a previous computer and also which version you installed?
    Assuming you are using old data, something quick you can try is to drag iTunes Library.itl and iTunes Music Library.xml from your iTunes folder to the desktop, then try starting iTunes. It should start with an empty library. You can then add your music files in the normal way. If you want to recover playlists, the librayr can be recreated fromt xml file as in the Apple article:
    http://docs.info.apple.com/article.html?artnum=93313
    If this is a completely new installation of iTunes without old data from another PC, then that's somehing different and I am not sure about how to deal with it at this stage.

  • ITunes Shopping Cart won't let me delete items.

    I have some items in my shopping cart that I need to delete because I've already purchased them. But the problem is that it won't let me delete them and it also says that it is not available in the Canadian Store. If someone knows how to fix this that would be great.

    Same problem as well with music videos I added that were originally single purchase items and then the next day became Album Only in my shopping cart (though they really weren't) and now I can't delete them. I've tried several tricks to no avail.
    I've called Apple Care twice with no resolution. They keep wanting to send me to iTunes Store support but I don't think the people answering there even know how to use a computer. They refuse to "escalate" the issue even though no one has still provided an answer. All I want is for the iTunes staff to delete my entire shopping cart contents but no.
    Obvious something is seriously messed-up with the iTMS database and Apple is covering it up to prevent a huge blow to their Christmas sales. I'm sure the DBAs are working round the clock to fix this with no resolution yet.
    In 25 years this is the worst support I've ever had from Apple.

  • Shopping cart problems with 7.6 (29)

    I just installed Itunes 7.6 (29) and I can not view my shopping cart. I get a window that says the terms and conditions have changed. I put a check in (I have read and agree to the terms) and then press continue and it keeps jumping back to the same terms screen. I can not view my shopping cart. Anyone else have this problem?

    This seems to be problem on the server end.
    I tried to purchase with iTunes 7.4 and it came up with the new Terms and Conditions, so it is not limited to iTunes 7.6.
    After logging out and quitting & restarting iTunes a few times it finally worked.
    My guess is the iTunes store servers are being worked to death. These problems go away as the demand slows back to normal ( afew days).

  • -=[ iTunes Shopping Cart Error 5002 ]=-

    This is the second time I have had this problem. When iTunes upgraded from 7.2 or 7.3 to the next, I could not acces my shopping cart until the next time they upgraded. Now it is doing it with iTunes 7.6. I have uninstalled Itunes two or three times and then reinstalled it and still wouldn't work, and I even tried to downgrade, but it said my iTunes library was too new to work.

    Ooohh.... no, it was a silly typo. My error was indeed 5002. I tried all the advice I could gather (and as you can see, everyone has a little trick that works for them), but nothing worked.
    I was extremely happy when I found the article I linked, which doesn't talk directly of error 5002 but did the trick for me. I thought it made sense, since many of the actions that work for other people may cause some files to be re-written with the correct permissions. And people have been moving their collections around when upgrading to Leopard, while at the same time the recent iTunes upgrades could have messed something.
    So... I got excited and went ahead and posted my "miracle" solution. With a typo. That confuses people. And that in the end is not the magic bullet I though. Daaaaaaaamn!

  • I can no longer access my iTunes shopping cart.

    This has been going on for about two weeks. When I click "Shopping Cart" I get an error 5002. No explaination. Error 5002 is an "unknown error".

    Sorry. Will post this in iTunes forum.

  • JSP Shopping Cart problem

    Hello,
    I'm writing a JSP page with a shopping cart so the user can add products to it, nfortunately the thing won't work.. I keep getting an NullPointerException.. I'm probably screwing up somewhere.. I would be very thankful if you could help me out..
    this is the code for the Shopping Cart Bean:
    [myCart.java]
    package myCart;
    import java.util.*;
    public class myCart implements java.io.Serializable{
         private Vector items;
    public String[] getItems(){
         String strTemp[] = new String[items.size()];
         items.copyInto(strTemp);
         return strTemp;
    public void setItems(Vector newItems){
         items=newItems;
    public void addItem(String newId){
         items.addElement(newId);
    This is the JSP page that I'm using:
    [myCart.jsp]
    <%@ page import="java.sql.*" %>
    <%@ page import="java.util.*" %>
    <jsp:useBean id="myCart" class="myCart.myCart" scope="session" />
    <%
    Connection con;
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con = DriverManager.getConnection("jdbc:odbc:produkten");
    Statement stmt = con.createStatement();
         ResultSet rs = stmt.executeQuery("SELECT * FROM tblProdukten WHERE NR= "+request.getParameter("nr")+"");
    while (rs.next()) {
         String merk = rs.getString("MERK");
         long temp = rs.getLong("NR");
         String nr = Long.toString(temp);
    -----> myCart.addItem(nr);
         %>
         <BR>Nr     : <%=nr%>
         <BR>test :     <%=merk%>
         <HR>
    <% } %>
    <%
         con.close();
         catch(ClassNotFoundException cnfex)
              out.println("jdbc odbc driver not found // muzz");
         catch(SQLException sqlex)     
              out.println(sqlex);
    %>
    </TABLE>
    </BODY>
    </HTML>
    I think I probably(??) put the <myCart.addItem> in the wrong part of the code..??
    Greetings,
    Michael

    yes, I see, I forgot to initiate that, I'm still
    learning so please bare with me :)
    I now initiated the <items> vector like this:
    Vector items = new Vector();
    and added this:
    myCart.items.addItem(nr);
    But it still won't work correctly >>
    First error: Your Vector items is not a public variable. Therefore, outside classes will not be able to access it. No problem though, you have a method to take care of that. Instead of what you're doing, simply call
    myCart.addItem(nr)This calls the public method addItem(String) which accesses your private Vector items, and adds a string to the vector.
    Your second error should be taken care of. It is resulting from the fact that instead of calling the method addItem() from teh class instance, youre trying to access the Vector items first, and then trying to call addItem() from that... not only can you not access that variable, as stated above, but there is no method in Vector called addItems(). You could conceivably make items public, but I'd stick with what you've got.

  • Itunes shopping cart will no longer connect. Error (502) ????? HELP!!!!

    imac 15 Flat-Panel, 800mhz   Mac OS X (10.4)  
    All of-a-sudden itunes won't let me see my shopping cart! Do they not want me to purchase from them anymore?????

    exactly the same thing has happened to me

  • Shopping Cart Problem...plz help

    Hello Gurus,
    I have a Cart created by my user,
    the problem is the Cart is not moving to the backend to create
    the follow on document,i.e the PR,
    Checked the BBP_PD,it shows I111 as the status,
    i am unable to get where the exact problem is,
    The Approval is completed,
    can any 1 advise why this is stuck.
    where can i see the problem?
    (checked RZ20)no clues..:-(
    tried to Update by bbp_get_status_2...:-( no use...
    plz help..
    Points gaurenteed.
    Thanks

    Hi Arshad,
    You have to apply OSS notes to resolve this issue.Please find the relavent OSS notes :
    <b>Note 729967 - Shoppng cart:Status I1111,no follow-on docs->analysis report</b>
    <b>Note 949162 - Follow-on documents exist, status I1111 and I1113 active</b>
    <b>Note 854478 - Alert monitor: No longer possible to transfer shopping cart</b>
    <b>Note 728536 - Shopping cart: Follow-on docs => analysis-/correction report</b>
    <b>Note 900142 - BBP_PD_SC_RESUBMIT: All items set to status I1111</b>
    Hope the above notes will resolve your issue.
    Let me know once it gets resolved or in case of any further clarifications.
    Award points for suitable answers.
    Rgds,
    Teja

  • Itunes Shopping Cart suggestion

    There should be some way to organize the music in your shopping cart. It would make life so much easier when i have money to buy songs. At least some type or queue line or order you could make and organize yourself.
    I wasn't sure where i could write suggestions to apple so i posted this here and i hope other people agree with me and apple see's it.

    Cats, this is a user to user forum only. Folks from Apple seldom frequent these forums. You may submit feedback on the following link.
    http://www.apple.com/feedback/itunesapp.html

  • Itunes shopping cart

    How to remove the "recommendations based on items in your shopping cart" display or section?

    Sorry, but it's not removable.

  • SRM Shopping Cart Problem in coding.please help

    Hi SAPGURUS,
    Please help me with this code,its fetching me no result in SRM for these conditions.This code is not changing anything and not giving the desired result.
    I am using BBP_DOC_SAVE_BADI
    Please see the doc for CONDITIONS
    [http://www.2shared.com/document/dXlymF0Y/rules.html]
    Please see the code here.
    [http://www.2shared.com/document/bMWByy1f/code.html]

    First you might want to describe what you are trying to achieve. In case you intend to change or validate the changed document, one common BADI to implement is BBP_DOC_CHANGE_BADI.

  • Shopping cart problem.

    I have the following method in the ShoppingCart.class.
    When an object of MusicRecording passed into this method, it is intended to return how many objects of the passed MusicRecording object there are in the shoppingCart ArrayList. But this method didn't work, it always returns 0 even when I was sure that the object I passed in should exist in the shoppingCart ArrayList.
    Please help me. Many thanks to you all.
    ArrayList shoppingCart;
    public int getQuantity(MusicRecording m) throws RemoteException{
    int quantity=0;
    for(int i=0;i<shoppingCart.size();i++){
         if(  (  shoppingCart.get(i) ).equals(m)){
              quantity+=1;
    .....................

    public int getQuantity(MusicRecording m) throws
    RemoteException{
    int quantity=0;
    for(int i=0;i<shoppingCart.size();i++){
         if(  ( (MusicRecording) shoppingCart.get(i) )==m){ //you're doing exactly the same the default behavior of equals() method does.
              quantity+=1;
    return quantity;
    }You should override both hashCode() and equals() in the MusicRecording class. Provide the logic that you consider will define two equal MusicRecording's

Maybe you are looking for

  • My music doesn't show up under my Touch. HELP!

    When I connect my brand new 64g iTouch to my laptop (Dell Inspiron Windows XP) it shows up in iTunes but it doesn't list the music, videos, playlists, etc. BUT----- If I want to copy a song that is already on my library, when I click on it and drag i

  • HT2497 Mac not picking up any Wifi for no reason!

    My internet is working with my iPad, other PC computers, etc. but not with my Apple Mac (Mac OS X, version 10.5.8). Why is this? The "Select AirPort network" is not picking it up at all! Please help!

  • Field Status Group

    Hi. Say, we have created 1 field status variant assigned the same to 2 company codes.  Company code 1 require 1 specific field whereas the same is to be suppressed for company code 2. What to do? Please explain. Regards in advance. Srini

  • Found How to Convert QuickTime to FLV

    I have another thread yesterday, but here is the final information. I have a Mac and although I have Quicktime Pro, I needed an authoring program such as Flash 8 or CS3 to make the conversion. Bentley suggested I get a trial, as I could not buy the p

  • Music notation book? Possible or not?

    I have a book to sell that is pure music notation. I can export it to a pdf, but it is still NOT text. Is this possible to create in an iBook format? I also want people to be able to print the entire thing or pages they select. Message was edited by: