How can I cancel an order, that was created using Guest Checkout? Or how can I associate in with my account?

Wanted to buy ipod nano, but got a problems with payment information. And now can't cancel an order.

Where did you try and order it?  From Apple's website? Perhaps this page can help.
Viewing & Changing Orders
B-rock

Similar Messages

  • How to get the vendor number that was created using xk01..?

    Suppose i am creating a vendor with all the information by using a bdc program.
    In the same program if i want to go to the XK02 of that particular vendor that was created recently....how it possible..?
    Means how to get that particular vendor number that was created recently...?

    Hi...
    You Can Get the Vendor number after Calling the Transaction 'XK01' as below.
    <b>Declare a table for Collecting messages :</b>
    DATA: T_MSG TYPE TABLE OF BDCMSGCOLL,
              WA_MSG TYPE  BDCMSGCOLL.
    <b>Then Call Transaction Statment:</b>
    CALL TRANSACTION 'XK01'
               USING T_BDCDATA
               MODE 'N'
               MESSAGES INTO t_msg.
    if sy-subrc = 0.
      READ TABLE T_MSG INTO WA_MSG WITH MSGTYP = 'S'.
                                                                    MSGID = 'F2'
                                                                    MSGNR =  '175'.
    <b>Note: Bcoz the XK01 will issue this message</b>
      if sy-subrc = 0.
      write: / WA_MSG-MSGV1.  "This will contrain Vendor Number
    endif.
    endif.
    And you can also Try the Other method i.e. after the Call transaction statement
    <b> GET PARAMETER ID 'LIF' field V_LIFNR.
      WRITE:/ V_LIFNR.</b>
    Reward if Helpful.

  • How to edit an online order that I placed using guest check out

    I stupidly hit guest check out when placing an online order, and despite using an email address that was registered to my apple account the order is not associated with my account. So now there is a problem with the payment because my bank asked me to confirm such a large transaction, and apple wants me to update the payment info which immediately takes me to an apple account log in screen which since I used guest check out logging in just brings me to a screen that says this account doesn't have access to this order. So I can't edit the order that apple is requesting me to order because I used guest check out. I don't want to cancel the order because it will delay receiving my phone by nearly a month!!! AAAAGGGHHH!!! Any suggestions??

    Try calling the phone number in guest checkout in this article. I'd expect a delay.
    http://store.apple.com/us/help/your_account

  • HT2105 How do I cancell an item that was downloaded in error

    How do I cancell an items that was dowloaded in error

    Purchases are considered final, but you can try the 'report a problem' link to contact iTunes Support and see if they will refund or credit you : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • How do I keep a document that was created on another computer? I have the link.

    How do I keep a document that was created on another computer. I have the link. https://adobeformscentral.com/?f=Mv9KGJZhLFi47Q-H63fajA

    Hi,
    The link you provided is for the HTML fillable form. Is that what you are trying to download?
    FormsCentral form files are stored on the FormsCentral servers. If you are the author or a co-author of the form you can access it from any machine by logging into FormsCentral. If you aren't the author or a co-author of the form you will need to contact the author and have them share the form with your FormsCentral account. The following FAQ explains how to share forms with other users:
    http://forums.adobe.com/docs/DOC-2462
    Regards,
    Brian

  • Why do vector lines appear different in my Photoshop document compared to the PDF that was created using "Scripts Layer Comps to PDF"? And how do I get them to look the same?

    Why do vector lines appear different in my Photoshop document compared to the PDF that was created using "Scripts > Layer Comps to PDF"? And how do I get them to look the same?

    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, what troubleshooting steps you have taken so far, what error message(s) you receive, if having issues opening raw files also the exact camera make and model that generated them, etc., someone may be able to help you.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • I have a acrobat reader, can I import text delimited data format to a PDF Form so that it can auto fill into forms that was created? If not, what about FDF and XML data

    I have a acrobat reader, can I import text delimited data format to a PDF Form so that it can auto fill into forms that was created? If not, what about FDF and XML data

    Yes, you can do all of that via Tools - Forms - More Form Options - Import Data, if you have Acrobat.
    If you only have the free Reader then you can still do it, but it requires a script.

  • How can i reuse same variables that i create using c:set var="index" /

    hi all,
    please some one helpme!!!!!!
    how can i reuse same variable that i create using
    <c:set var="index" value="${0}"/>
    cause later in the program i use index to do some condition and based on that i increment ...
    so for example if i say...
    <c:if test="${index==0}">
    <c:set var="index" value="${index+1}"/>
    </c:if>
    will it be like
    if(index==0)
    index++;
    can i do like i did be4. if not what do i need to do to reuse. cause i use the variable atleast 5 time and its keep changing on diff condition level.

    Have you tried it?
    It should work, provided you are on the same page.
    The c:set tag creates the variable in pageScope by default.
    If you forward to another JSP you need to set the scope to be "request" so that it is still available.

  • How to include a .lvlib in a build that was created using a custom .dll

    I am trying to build an executable in LV2010 that uses a .lvlib that was created using a .dll from Keyence. I have added the .lvlib to the source files as "Always Included" and I have also added all of the .vi files of the library to "Always Included." I still get the error saying "Missing External Function" when running the program. The executable seems to open fine on the development computer but not on a secondary computer. Any ideas?
    Solved!
    Go to Solution.

    ...I assumed too quickly that the problem was resolved. By specifying the path I was actually able to open the executable after installing but none of the .dll functions worked. I noticed that when I specified a path on the diagram, the .dll was no longer included in the dependencies and was no longer included in the build. I guess this would explain why none of the functions were working. I copied the .dll over to the path specified on the diagram and it still did not function.
    This brings me back to the original problem I was facing. I actually removed the .lvlib. I replaced all of the library vi references with the Call Library Function and deselected the "Specify path on diagram" Boolean. When I do this, the build includes the .dll in the dependencies list and it includes the .dll file in the destination folder of the install. However, when running the executable I get a list of errors that read, "Missing external function …” I have attached an image of this error. This is the same error that occurred when I was using the library, but I thought maybe the library was the cause of the problem, which is why I used the Call Library Function instead.
    *I have tried adding the .dll to the support files and I receive the same error when trying to run the executable.
    *I have tried adding the .dll to the support files and making it an “always include” in the installer properties under source files. This returns the same error.
    I’m really not sure where to go from here. Any help is greatly appreciated!
    Attachments:
    Call Library Function.jpg ‏56 KB
    Error.JPG ‏23 KB

  • After installing an application that was created using the Application Builder

    After installing an application that I created using the Application Builder I get this error if I try to run " ANY " LabVIEW App's that I have built. "Executable Version 7.1.1 doesn't match Resource File 7.1. Check your configuration."
    The way that I tried to fix this is to reload LabVIEW 7.1 and DAQmx 8.0. I am using two NI-6528 switch cards.
    After I reload LabVIEW and DAQmx I can run my applications but as soon as I install one on this development machine the error begins again.
    The executable that I built works fine on the development machine and any other machine that I try it on but it appears that the Run-Time engine 7.1 becomes corrupt after I run setup.exe for the newly created application.
    I have built numerous Installers, setup.exe's in the past without this error. Just this latest one caused this problem to start.
    I can NOT upgrade to 7.1.1. I am doing work for many different sections of this factory and I can not force them to upgrade. I've asked. Others supply code for the same machines using LabVIEW 7.1.
    I am stuck creating executables and manualing moving the correct files to the target machines.
    What can be done?

    No. The KB article was talking about a machine with 7.1.1 installed. I have LabVIEW 7.1 installed.
    The machine that I am having trouble with is my development machine. LabVIEW 7.1, DAQmx 8.0.
    If I build the executable all is fine. I can still run old executables including the one I just built.
    If I create the installer all is fine. I can still run old executables including the one I just built.
    When I install the app on my development machine the corruption occurs. I can " NOT " run old executables including the one I just built. The subject error pops up.
    I have not moved any executables to the other machines yet. I don't want to corrupt others.

  • HT1918 How can i cancel an order that i did not make

    I can NOT update my apps because i have an unpaid order that i did not make and i need to know how to cancel it. Please help me. :/

    Click here and ask the iTunes Store staff for assistance.
    (105049)

  • How can I cancel an order that I placed 12 hours ago?

    This morning I placed an order for an Iphone 6 16 gb. Its on back-order for the 21st being the expected shipping date. During the day I decided I wanted the 128 gb version so I want to cancel the other order.

        joelwb,
    We want you to have access to all our self-serve options as well as the our convenient chat support. You can certaily use our customer support chat to cancel the order, call 800-922-0204 or send me a Direct Message here so I can help.
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • How can I delete an event that was created somewhere else and sent to me?

    I have been sending myself invites from my work email (Outlook Calendar), and some of them have a recurrance.  I am looking to delete some of the events, but I can't figure out how to do it. Help?

    You either need to go into the event on you iPhone and change your responce to decline. This will remove it from your calendar. Or in Outlook you should remove yourself as an invitee.
    If you're looking to delete just some of the events, follow my first option on your iPhone.
    Message was edited by: Michael Bratley

  • HT204088 Can i cancel the order that is made accidentally?

    An itunes purchase is deducted from our bank account. It was accidentally made. Can i still cancel the purchase?

    All sales are final
    You can try contacting itunes support and asking for an exception

  • HT204088 How do I cancel a subscription that was set up to automatically renew?

    I purchased a magazine subscription that apparently automatically renews.  I don't care for the magazine and would like to stop it from renewing.  How should I go about it? 

    http://support.apple.com/kb/HT4098
    Regards.

Maybe you are looking for

  • How to Close Service Purchase Orders

    Dear All, Please guide me how to close Service Purchase order if the part services are pending and Net value is not completed or no service entry done. But still we need to close the purchase order. Is there any manual provision in Service Entry Shee

  • SDK 4.5 Form Component and States

    I have created a s:Form component that will be used throughout my application. But FormItems are displayed depending on specific states of the main application file.  I left the s:states element and its s:State children in the main application and ju

  • How can I transfer Photoshop CS5 from my macbook pro running Maverick to my iMac that is running Mountain Lion

    I have been trying to figure out how to transfer Photoshop CS5 from my Macbook Pro to the my iMac. The Macbook Pro was running Mountain Lion until I updated a few days ago to Maverick. The iMac is sill running Mountain Lion because when I went to upd

  • Masked images in Illustrator

    My illustrator cs4 file had a placed image that was masked (just cropped with a rectangle)..  When the file came into FC, there was no image at all. How do I set up a cropped image in Illustrator that I can bring into FC, cropped?

  • Transport is hang

    Hi friends When i am importing request its status is "Running". at that it is giving RC 0. every time i am going to import monitor and deleting the entries manually. it means that import is successful? what sholud i do to avoid this problem? thanks i