HT5552 how do I purchase items from wish list-none of the choices are purchase this song in version for computer-this is crazy!

in recent dowwload of I tunes-how do you purchase items listed in your wish list.  There are 5 choices beside each song  but none say-"purchase this song. Where do you go to actually purchase songs? 

You need to click on the item's actual price, not the downward pointing arrow next to the price - you should then get a prompt to buy it. You will need to buy each one individually.

Similar Messages

  • How to copy line items from one expense report to the next

    I travel to the same project/destination every week so in PR05, I was able to just copy the previous expense report for the new week and edit the expense values. Now, when I book travel, the air line booking starts a new expense report entry.
    Is there a way to copy the employee-paid expenses to the GetThere-generated trip entry expense report, i.e. just copy the line items from one expense report to another that already exists. I guess that would be a merge function.

    Hi Tom,
    Here are two alternative solutions:
    Alternative 1:
    If you copy the expense report before you book the services (flight, hotel …)
    in GetThere, then the airline or hotel bookings will not start a new expense
    report but will be assigned to the copied expense report.
    Alternative 2:
    This alternative is a bit laborious.
    Shift the start date and end date of the expense
    report  that was automatically created by
    your flight booking for next week (e.g. Calendar Week (CW)  47) to the week after next week (e.g. CW 48).
    Copy the expense report of the previous week (e.g.
    46)
    Afterwards open the expense report that you
    moved to CW 48 and click on the tab strip itinerary
    Now assign the bookings (flight, hotel …) to the
    expense report of CW 47 by clicking on the button assign to existing trip
    Later delete the expense report in CW 48
    Get back to me if you have any questions concerning the alternatives outlined
    above.
    Note:
    These solution alternatives are only available for customes using HTML5 UIs.

  • HT204053 why wheni try to purchase items from app why do i get prompted your purchase could not be completed

    Why when im playing an app game and try to purchase items do I get prompted your purchase could not be completed?

    Contact iTune Support
    http://www.apple.com/emea/support/itunes/contact.html

  • How to remove an item from a list box?

    Here's my previous code.
    I hope someone can help me. Thanks.
    public partial class frmJaialai : Form
    List<Jaialai> source;
    public frmJaialai()
    InitializeComponent();
    private void frmJaialai_Load(object sender, EventArgs e)
    source = new List<Jaialai>();
    private void btnAdd_Click(object sender, EventArgs e)
    if (IsValidData())
    int bet;
    if (string.IsNullOrEmpty(txtJaialaiNumber.Text) || !Int32.TryParse(txtBet.Text, out bet))
    MessageBox.Show("Must be a required field.", "Entry Error");
    return;
    var existingProduct = source.Where(x => x.JaialaiNumber == txtJaialaiNumber.Text).SingleOrDefault();
    if (existingProduct != null)
    existingProduct.Bet += bet;
    else
    source.Add(new Jaialai { Bet = bet, JaialaiNumber = txtJaialaiNumber.Text });
    lstJaialaiNumbersList.DataSource = null;
    lstJaialaiNumbersList.DataSource = source;
    txtJaialaiNumber.Text = "";
    // save the jai-alai numbers list on a txt file
    const string sPath = @"C:\Automated Jai-alai Program\Jai-alai Numbers List.txt";
    System.IO.StreamWriter SaveFile = new System.IO.StreamWriter(sPath);
    foreach (var item in lstJaialaiNumbersList.Items)
    SaveFile.WriteLine(item);
    SaveFile.Close();
    public class Jaialai
    public string JaialaiNumber { get; set; }
    public int Bet { get; set; }
    public override string ToString()
    return string.Format("{0} = {1}",
    JaialaiNumber, "₱" + Bet.ToString());
    private bool IsValidData()
    return Validator.IsPresent(txtJaialaiNumber) &&
    Validator.IsPresent(txtBet) &&
    Validator.IsInt32(txtBet);

    Hi ,
    Here is a sample about remove Item from listBox.
    // listBox1.Items.Clear();// remove all
    int SelItemCount = listBox1.SelectedItems.Count;
    for (int i = 0; i < SelItemCount; i++)
    listBox1.Items.Remove(listBox1.SelectedItem);//remove which one you selected
    You also can check in MSDN
    https://msdn.microsoft.com/en-us/library/aa983551(v=vs.71).aspx
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do I make links from three list/menus on the same page?

    I've got three list/menus on one page. How do I make it so
    the choices in all three menus link to different pages?

    > When I insert the three form list/menus Dreamweaver does
    not allow me to turn
    > the lists into links. Javascript allows you to turn them
    into links. All I
    > want to know is what script to write.
    That is because you inserted a plain select form item.
    Insert a JUMPMENU and dw will do the coding for you.
    Open the F1 help, click search and type jumpmenu
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • How can I select properties from dropdown lists using only the keyboard?

    Hi,
    I am using SAP Netweaver Studio and when modifying UI elements in views, I want to select the value for a property from the corresponding dropdown list in the Properties view using only the keyboard.
    When a property row is selected, "Enter" toggles to Edit mode, Alt+ArrowDown expands the list, but ArrowUp or ArrowDown directly selects the previous/next item list and changes to Selected mode.  Which key is used to navigate between the list items without selecting them immediately?
    Thanks a lot. I deal with lots of views and this would save me quite a few massage hours
    Maria
    Edited by: Maria Marinova on Feb 14, 2008 9:40 AM
    Edited by: Maria Marinova on Feb 14, 2008 9:40 AM

    Thanks Andrew. When creating an external table does it requires an access to SQL*Loader?
    CREATE TABLE dept_external (
       deptno     NUMBER(6),
       dname      VARCHAR2(20),
       loc        VARCHAR2(25)
    ORGANIZATION EXTERNAL
    (TYPE oracle_loader
    DEFAULT DIRECTORY admin
    ACCESS PARAMETERS
    RECORDS DELIMITED BY newline
    BADFILE 'ulcase1.bad'
    DISCARDFILE 'ulcase1.dis'
    LOGFILE 'ulcase1.log'
    SKIP 20
    FIELDS TERMINATED BY ","  OPTIONALLY ENCLOSED BY '"'
    deptno     INTEGER EXTERNAL(6),
    dname      CHAR(20),
    loc        CHAR(25)
    LOCATION ('ulcase1.ctl')
    REJECT LIMIT UNLIMITED;

  • How do I transfer music from my iPhone 4S into the iTunes Library on my new laptop; my old computer crashed and I cannot sync my iPhone without losing the music on it.

    My old laptop crashed; had to buy a new one. How can I transfer the music on my iPhone 4S into the new iTunes Library?

    Try using a third-party utility such as iExplorer - iPhone, iPad Music & File Transfer App for Mac & PC.

  • How do I delete items from Bookmarks?

    How do I delete  items from Bookmarks?

    FYI .. the OP has a duplicate thread going >  How do I delete Bookmark themselves?: Apple Support Communities
    For deleting bookmarks, this pretty much covers it >  Safari 5.1 (OS X Lion): Delete bookmarks
    Considering most users create individual Bookmark folders, it's almost impossible to delete all of them at one time.
    It's not off topic... it's fine  

  • I purchased the Adobe pdf Pack to combine 50 PDF files to one and when I select them from my folder it claims "the files are not in a format not supported for conversion to PDF".  They already are pdfs, what am I doing wrong?".

    I purchased the Adobe pdf Pack to combine 50 PDF files to one and when I select them from my folder it claims "the files are not in a format supported for conversion to PDF".  They already are pdfs, what am I doing wrong?

    Moved to Adobe PDF Pack (read only)

  • None of the templets are showing in Premiere or e encore How do i get them

    I finially got premiere56 loaded and working. Now I note none of the templates are available in both Premiere or Encore. This is a full upload not a cloud purchase.

    See here:
    Encore Help | Download full library content/functional content

  • My hard drive went bad and I lost a lot of purchased items from the iTunes store. I want to re-download them but can not. They still show up on my purchased items. How do I solve this?

    My hard drive went bad and I lost a lot of purchased items from the iTunes store. I want to re-download them but can not. They still show up on my purchased items. How do I solve this?

    Update to iTunes 10.3.1
    After you have finished, you can re download your iTunes purchases without having to re purchase.
    iTunes 10.3.1
    " Download Previous Purchases. Download your past music purchases again at no additional cost. Your purchases are available in the iTunes Store on your Mac or in the iTunes app on your iPhone, iPad, or iPod touch. Previous purchases may be unavailable if they are no longer on the iTunes Store."
    "Available on iTunes in the U.S. and Canada only. Title availability is subject to change."
    From here.  http://www.apple.com/itunes/

  • How can i delete purchased items from the cloud in iTunes

    how can i delete purchased items from the cloud in iTunes

    I had this problem as well. You can't delete them but you can hide them by swiping across from the cloud to. The other side then pressing hide

  • How do I move and store my purchased items from itunes from my pc to icloud?

    I'm trying to watch a rented movie on my pc through itunes, but itunes won't let me download anymore because my pc lacks memory. So I'm trying to free up some ram on my pc, by storing all of my purchased items from itunes on my pc and moving it to my icloud account. Will that solve the problem? And how do I do that exactly?

    Hi DKX31,
    To set up iCloud on your PC, you will want to follow the instructions in this article -
    Apple - iCloud - Learn how to set up iCloud on all your devices.
    http://www.apple.com/icloud/setup/pc.html
    If you want to keep your purchased content in the iCloud, you will want to enable iTunes match
    iTunes Store: Subscribing to iTunes Match
    http://support.apple.com/kb/HT4914
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • How to transfer purchased item from itunes to an ipod

    how to transfer purchased item from itunes to an ipod? Spent about an hour and cannot figure out how to do that The best result this far was smth. like this to Sync a book means that all your music, songs, TV show and movies will be erased. What a strange Apple logic!

    That message indicate that you are trying to sync with other than the one syncing computer/iTunes library that yo can have. You have to two choices:
    - Make this computer your syncing computer by:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities
    - The manual method of syncng specified here:
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    or
    iTunes 11 for Mac: Set up syncing for iPod, iPhone, or iPad
    The manaul method on works for music and videos on other than your one syncing computer.

  • HT1420 How to transfer purchased items from iphone to itunes

    How do you transfer purchased items from an iphone to itunes?

    How do I do this? on the iphone or itunes?

Maybe you are looking for