I want to know how to cancel my purchase?

I purchased Adobe Photoshop Elements 12 two days ago and had the program downloaded. I am not satisfied with the product. I have not been able to open the program. It is not user friendly and the instructions are difficult to access.
I want to cancel my purchase and I want a refund of the $99.99 that was charged to my credit card. I have the order number and the account number.
Thank you,
Louis Adler

http://forums.adobe.com/thread/1382874?tstart=0

Similar Messages

  • HT1918 i want to know how to cancel my account

    i want to know how to cancel my account i get charged for buying songs when my credit card is not on my account.

    If you do not have your card registered to your iTunes Store account, then these are most likely fraudulent charges to your credit card directly rather than an unauthorized purchase through your iTunes Store account. Report the charges as fraudulent to your bank. They will probably cancel your existing credit card and issue you a new one.
    Regards.

  • My ipod touch got wet and is no longer working - i purchased a new ipod touch and want to know how i get my purchased apps onto my new ipod

    my ipod touch got wet and now is broken - I purchased a new ipod touch and want to know how I get my purchased apps onto my new ipod touch

    To restore app data, the apps have to be in the iTunes library of the computer on which you do the restore. The iPod ackup that iTunes makes does not included synced media like apps and music.
    To redownload iTunes purchases see:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • HT1918 i want to know how to cancel a credit card account and just use an i tunes card

    How do I cancel a credit card account and just use my i tunes card?  Every time I try to use my i tunes card, it reverts back to the credit card account which I do not want to use.

    If you do not have your card registered to your iTunes Store account, then these are most likely fraudulent charges to your credit card directly rather than an unauthorized purchase through your iTunes Store account. Report the charges as fraudulent to your bank. They will probably cancel your existing credit card and issue you a new one.
    Regards.

  • HT5824 I lost my iPhone and set it to erase. I just found it and wanted to know how to cancel the erase command

    I lost my phone and set it to erase. Now I have found it. How do i cancel the erase function?

    Here’s my question. My laptop is broken and I had a crack in my iPhone screen. Prior to sending it in to repair I backed up using iCloud and before restoring my phone to factory settings decided to do the software update. Half way through the update it asked me to connect to iTunes. So here’s were it gets complicated…
    My charger is also broken, so in my panic at the stranger fixing my phone seeing my personal stuff I used the erase everything on the find my iPhone app, thinking iCloud had my back. It was still asking to be connected to iTunes so my friend have me their laptop nod charger (automatic sync not turned on) I plugged it in, the command went away and I sent my phone to be repaired.
    It came back all shiny and new, but iCloud back up disppeared along with four years of photos, videos, etc etc. I contacted apple who had engineers go through their servers to find nothing from my iPhone backed up. I searched my friends laptop for music I have bought and even plugged the phone into their laptop but comes up with their phones name and their last back up. I have restored from iCloud and set up as a new phone.
    I am worried my friend will have my information from my iPhone. Is it possible and if not has it just been erased forever?
    sorry not really an answer but similar sort of question

  • I want to cancel a subscription of national geograhpic megazine. Pls let me know how to cancel. I accidently subscribed 1 year.

    I accidently subscribed ' National Geographic' Megazine for 1 year. I want to cancel it out.Please let me know how to cancel it out. Thanks

    If you just want to cancel auto-renewal of the subscription then go to your iTunes Store account info (Pull down Store > Vew my account), scroll down to Settings and click the "manage" link next to subscriptions. Set auto-renew to off for Nat Geo.
    If, on the other hand, you want a refund, you'll need to contact iTunes Store support directly: <https://expresslane.apple.com/GetproductgroupList.do?PRKEYS=PF4>. However, according to the TOS you agreed to when you created your iTunes Store account all digital sales are final. If you're polite, though, and make your case iTunes Store support will probably be able to help you.

  • HT204088 Hello everyone, i want to know how can i found out the purchases made with my credit card (not by my apple ID)?

    Hello everyone, i want to know how can i found out the purchases made with my credit card (not by my apple ID)?
    I found out in my Credit Card bill some purchases in itunes store that wasn't made by me.
    thanks to all helpers

    This would be something you would need to address with your credit card company. Apple cannot tell you who else might have used your card nor what purchases they might have made. Call your credit card company and report the charges as fraudulent. You'll probably need to have them cancel your existing card and issue you a new one.
    Regards.

  • I wanted to know how to unlock my iphone, since I had to restore it and when it restarted, it appeared this message: "The SIM card que you currently have installed in this iphone is from a carrier that is not supported under the Currently actuvation polic

    I wanted to know how to unlock my iphone, since I had to restore it and when it restarted, it appeared this message: "The SIM card que you currently have installed in this iphone is from a carrier that is not supported under the Currently actuvation policy that is assigned by the server activion. this is not a hardware issue with the iPhone. Please insert another SIM card from a supported carrier or request que this iphone be unlocked by your carrier. Please contact Apple for more information. "
    I need help, I use my phone for everything enclusive to work. I appreciate if you can help. I'm from Brazil. My name and giullia.

    Did you purchase this device from Apple or an authorized reseller? It sounds as if you had a device that was jailbroken/hacked to operate on your carrier. Upon updating the iOS, it is now locked back to the original carrier the device was locked to.
    Only the carrier the device is locked to can authorize an unlock. You will need to make contact with that carrier and see if they provide unlocking services, and if they do, if you qualify for an unlock. Otherwise, you are out of luck. One that carrier can take care of the unlocking.

  • I am going to buy a Mac desktop and want to know how to transfer all my purchases and uploaded music from my PC. How can I do this to ensure all videos and music transfer over and not just purchases?

    I am going to buy a Mac desktop and want to know how to transfer all my purchases and uploaded music from my PC. I originally started using iTunes on my PC so it has everything I have ever purchased or uploaded from my own collection of music.
    How can I do this to ensure all videos and music transfer over and not just purchases? Do they do it at the Apple Store or at Best Buy? help!

    Move iTunes Library from PC to MAC
    http://www.macworld.com/article/146958/2010/03/move_itunes_windows_mac.html
    Also, See here if you need to...  iTunes to an External Drive
    http://support.apple.com/kb/HT1751

  • Want to know how to check for new line character in text file

    Hi All,
    I`m trying to read data from text file. However I`m not sure whether the data is in 1st line or nth line. Now I`m trying to read the text from the readline. But if text is "" and not NULL then my code fails. So I want to know how to check for new line character and go to next line to find the data. Please help.
    Thanks
    static int readandwriteFile(Logger logger,String filepath){
              BufferedWriter out = null;
              BufferedReader in = null;
              File fr = null;
              int get_count = 0;
              try     {
              if(new File(filepath).exists())
              fr= new File(filepath);
                        System.out.println("FileName: "+fr);
                   if(fr != null){
    in = new BufferedReader(new FileReader(fr));
                             String text = in.readLine();
                             if(text != null){
                             get_count = Integer.parseInt(text);
                             in.close();
                             else{
                                  get_count = 0;
         else{                    
    out = new BufferedWriter(new FileWriter(filepath));
         out.write("0");
                out.close();
                   }          //Reading of the row count file ended.
              catch(Exception e) {
                   e.printStackTrace();
              finally {
                   try{               if (in != null) {
                             in.close();
              if (out != null) {
                             out.close();
              catch(Exception e) {
                        e.printStackTrace();
              return get_count;
         }

    You are calling the readline() only once which means you are reading only the first line from the file...
    Use a loop (Do-While preferably)
    do{
    //your code
    }while(text == "")

  • I want to know how to take music out of other folders in my iTunes...

    I can't take music from other folders on my iTunes and put them on my iPod. I want to know how I can do this, because I feel like I have tried everything but I may not have tried everything. Can someone tell me how I can go about doing this; taking music from another folder and or file from my iTunes and put them onto my iPod.

    Your post is somewhat confusing. If all of your music is in your iTunes music folder, it should sync to your iPod. If you have music on your system's HD that is not in iTunes, you will need to use the "add file or folder" function in iTunes to bring these other files into the iTunes music folder.

  • I have three email accounts and want to know how to change the display order.

    I have three email accounts and want to know how to change the display order.

    Install this add on.
    https://addons.mozilla.org/en-US/thunderbird/addon/manually-sort-folders/?src=search

  • I have an airport express and want to know how to set up two different wireless networks. One with 5GHZ and one with 2.4GHZ so different devices can connect to either.

    I have an airport express and want to know how to set up two different wireless networks. One with 5GHZ and one with 2.4GHZ so different devices can connect to either. I have an iphone 4 that will not connect to 5ghz.
    thank you!

    Your AirPort Express is already providing two separate 2.4 GHz and 5 GHz bands, but each band is using the same wireless network name.
    This is the default setup for the AirPort Express, which is recommended for most users. The theory here is that devices will automatically connect to the best quality signal based on their capabilities and distance in relation to the AirPort Express.
    It is possible to assign a different name to the 5 GHz band, and then "point" devices at that network to connect. Some users swear by this option.....(I am not one of them).... but you might want to give it a try to see how it works for you.
    Open Macintosh HD > Applications > Utilities > AirPort Utility
    Click on the AirPort Express
    Click Edit in the smaller window that appears
    Click the Wireless tab at the top of the next window
    Click Wireless Options near the bottom of the next window
    Enter a check mark next to 5 GHz Name.....which will automatically add "5 GHz" to the network name....so you can identify it
    Click Save, then click Update and wait a full minute for the Express to restart
    Now you will need to "point" your 5 GHz capable devices at the 5 GHz network name.  2.4 GHz devices will connect to your "other" network name.

  • I have an ipad 2 and I noticed I have over 3000 emails in All Mail. I want to know how can I delete these emails. It looks like you can only do it one at a time. It will take me forever. Please help me.

    I have an ipad 2 and I noticed I have over 3000 emails in All Mail. I want to know how can I delete these emails. It looks like you can only do it one at a time. It will take me forever. Please help me.

    You can only delete them one at a time on the iPad. If you have an IMAP email account, go to your email in on the server using a web browser and select as many as you can at a time and delete them that way. That action will be reflected on the iPad. In IMAP - whatever you do on one device syncs across all devices. If you have POP email - start deleting one at a time.

  • In My iphone 5s,i have disabled automatic download from whatsapp app.So whichever images,video i feel is good i download them and then save them to my camera roll section.So i want to know how can i remove the images from cache of my phone.

    In My iphone 5s,i have disabled automatic download from whatsapp app.So whichever images,video i feel is good i download them and then save them to my camera roll section.So i want to know how can i remove the images from cache of my phone which are downloaded and not saved,but they remain in cache.
    Even in some apps i have data which i want to remove,but cant find a way to remove them and they are in my cache eating up my memory.

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

Maybe you are looking for

  • Force TextArea field to number of characters

    I have a field in my Access database that is 255 characters - I have a textarea field with multiple rows - If I type more than 255 characters - the form crashes - it does not cut off the extra characters. Is there a way to force the field to only acc

  • XML EXPORT with XMLCONCAT

    Good Morning, I have a package that I use to export an XML file created by taking data from 2 tables and I was thinking of splitting used in two procedures, one procedure for each table. But the select that goes to compose the XML file is FROM dual.

  • Multiple resources on one task

    Hi all I'm a little rusty.  I'm working in 2010. I have been given the durations (in days) that tasks will take.  I have multiple resources, all of whom will be working on the same tasks, all assigned units will differ, example, resource A will spend

  • Graphics2D: How to determine current stroke width?

    I am trying to do something that sounds like it should be easy: I need to determine the current width of the stroke that is currently in effect in a Graphics2D. Graphics2D has a method called getStroke() which returns a Stroke. This in turn is an int

  • Live html in portlet or content area

    Hello, Is it possible to have live html in a portlet. Let us say for example you want to include part of a different web page in to your portal web page, can you put such live content in their, that will change whent the parent web page changes? rega