Shipping address issue

ANyone notice that when we first got our order sumamry for iphone
that the apt number was left off?
IM not really worried though, I think in the past the email left that off. but when i called fedex to confirm address they said my apt number was in there/
Just wanted to ask if anyone else sees that

I had the same issue this morning when I got my confirmation. I wanted to have the phone shipped to my work address but it wouldn't allow me to enter the company name so I had to have it shipped to my house. I am kind of nervous about it.

Similar Messages

  • Billing and Shipping Address Issue.

    Is there a way to make the shipping and billing address required to be the same for international orders but not for US orders?

    You would need to do this with javascript.

  • Issues with the new shipping address

    Hello,
    I bought a Z40 on 08/09/2014, the laptop has shipped and is at the UPS of McAllen atm, however I couldnt receive it myself because I am not at McAllen atm so I asked a friend to receive it for me. Issue here was that I used his previous address and UPS tried to deliver it there (they didnt). I called my aunt (she lent me her credit card to buy the laptop as I do not own one) so that she could talk with her credit card company and call to the Credit Card Services to make the shipping address change, the CCS told her that it would take 24 hours to UPS to make the change, I am totally fine with that, but that was on 02/09/2014 and here I am almost 60 hours after that and UPS still shows the Address Information Required message. I am not angry, I just want a solution.
    Thanks
    *UPDATE: still no response from Lenovo. Can't believe a single small mistake takes so much time to resolve.
    Solved!
    Go to Solution.

    Hi azze19,
    I do apologize for this delivery issue. I have contacted UPS on your behalf as well as updated your Aunt. Currently we are waiting to hear from the local UPS depot regarding sending your order. Please check your messages.
    Best regards.
    Bgriffin2
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • To change shipping address in sales order

    Hi experts,
    I have an issue here. I tried to change shipping address in an existing sale order. However, even tough I have changed and updated the shipping address in Business partner Master data. and the sale order itself, SAP still prints the old address for the shipping.
    It is possible to change? or it is one of the control by SAP?
    Thanks in advance!
    Phil

    Hi Phil,
    Is this Sales Order generated through Quote?
    Thanks,
    Gordon

  • Unable to fill out shipping address in Aperture

    I am attemping to purchase a book I created in Aperture 3.  I am unable to complete the shipping address form, for the "Country" drop down menu is actually covered by a text box.  This graphic glitch is preventing me from proceeding any further. If I fill out the rest of the required info and I click "save", I receive the message "Please try again later". Anyone else experiencing this issue? And if so, have you found a solution?

    me too
    And it is not a canadian address but german, MacBook Pro, OS Lion
    However, if I try to place an order from my second MacBook Pro, OS 10.6.8, then this graphic glich does not appear, and also no "try again later".
    So maybe, the problem is related to Lion, and not to the country

  • Billing vs. Shipping Address for Upgrade Phones

    I'm upgrading 2 phones in my family plan to i phones tonight. I want one shipped to my address ( I am the account primary). I would like the other phone shipped directly to my daughter at her college address. Anyone have any experience with different Bill to/ Ship to issues when e-ordering? 

    infohungry wrote:
    I'm upgrading 2 phones in my family plan to i phones tonight. I want one shipped to my address ( I am the account primary). I would like the other phone shipped directly to my daughter at her college address. Anyone have any experience with different Bill to/ Ship to issues when e-ordering? 
    i always ship mine to work
    but i have both shipped to the same address
    you may have to do this via customer service to ship them to diff addresses

  • Someone changed my shipping address to theirs

    I got a shipping confirmation email telling me that my order had been shipped. However when i ordered my laptop, the shipping address and billing address were the same. On this email notification, the shipping address is now somewhere in Ohio while the billing address is mine. How can this error be corrected? I've already sent an email to customer service but I'd like to know if there's anything I can do before it's too late. 
    Solved!
    Go to Solution.

    Hi jacqueline31r,
    Thank you for updating us. I have sent a request to intercept the package and to have it forwarded to your billing address. This process usually extends the delivey up to five business days. You should receive new tracking information once the package is re-routed to your billing address. The online status tool will also update to reflect the change once the request is completed. Feel free to send me a private messsage to keep me posted on the status.
    Best regards,
    Bgriffin2
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Shipping address

    Hi All,
    I am developing POC application using ATG 10.1.2. Shopping cart page done, now am going to add shipping, billing information to order. Any one can give which ShippingGroupFormHandler have to use to add the new address to order for chekout process.
    Please give me steps for adding shipping information to order.
    Thanks,
    Sreedhar.

    Hi,
    I used that link code for create shipping address.
    <%@ taglib uri="/dspTaglib" prefix="dsp"%>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <%@ page isELIgnored="false" %>
    <%@ page import="atg.servlet.*"%>
    <dsp:page>
    <dsp:importbean bean="/atg/commerce/order/purchase/CreateHardgoodShippingGroupFormHandler"/>
    <dsp:importbean bean="/atg/userprofiling/Profile"/>
    <dsp:importbean bean="/atg/dynamo/droplet/Switch" />
    <dsp:importbean bean="/atg/dynamo/droplet/ErrorMessageForEach"/>
    <dsp:getvalueof id="contextroot" idtype="java.lang.String" bean="/OriginatingRequest.contextPath"/>
    <hr>Enter new shipping address for HardgoodShippingGroup
    <dsp:form action="hardgoodshippingGroup.jsp" method="post">
    ShippingGroup NickName:<dsp:input bean="CreateHardgoodShippingGroupFormHandler.hardgoodShippingGroupName" size="30" type="text" value=""/>
    <br>First:<dsp:input bean="CreateHardgoodShippingGroupFormHandler.HardgoodShippingGroup.ShippingAddress.firstName" beanvalue="Profile.firstName" size="30" type="text"/>
    Middle:<dsp:input bean="CreateHardgoodShippingGroupFormHandler.HardgoodShippingGroup.ShippingAddress.middleName" beanvalue="Profile.middleName" size="30" type="text"/>
    Last:<dsp:input bean="CreateHardgoodShippingGroupFormHandler.HardgoodShippingGroup.ShippingAddress.lastName" beanvalue="Profile.lastName" size="30" type="text"/>
    <br>Address:<dsp:input bean="CreateHardgoodShippingGroupFormHandler.HardgoodShippingGroup.ShippingAddress.address1" size="30" type="text"/>
    Address (line 2):<dsp:input bean="CreateHardgoodShippingGroupFormHandler.HardgoodShippingGroup.ShippingAddress.address2" size="30" type="text"/>
    <br>City:<dsp:input bean="CreateHardgoodShippingGroupFormHandler.HardgoodShippingGroup.ShippingAddress.city" size="30" type="text" required="<%=true%>"/>
    State:<dsp:input bean="CreateHardgoodShippingGroupFormHandler.HardgoodShippingGroup.ShippingAddress.state" maxsize="2" size="2" type="text" required="<%=true%>"/>
    Postal Code:<dsp:input bean="CreateHardgoodShippingGroupFormHandler.HardgoodShippingGroup.ShippingAddress.postalCode" size="10" type="text" required="<%=true%>"/>
    Country:<dsp:input bean="CreateHardgoodShippingGroupFormHandler.HardgoodShippingGroup.ShippingAddress.country" size="10" type="text"/>
    Phone Number:<dsp:input bean="CreateHardgoodShippingGroupFormHandler.HardgoodShippingGroup.ShippingAddress.phoneNumber" size="10" type="text"/>
    <br>
    <dsp:input bean="CreateHardgoodShippingGroupFormHandler.newHardgoodShippingGroupSuccessURL" type="hidden" value="${contextroot}/checkout/billing.jsp"/>
    <dsp:input bean="CreateHardgoodShippingGroupFormHandler.newHardgoodShippingGroupErrorURL" type="hidden" value="${contextroot}/checkout/shipping.jsp?init=false"/>
    <dsp:input bean="CreateHardgoodShippingGroupFormHandler.newHardgoodShippingGroup" type="submit" value="Create HardgoodShippingGroup"/>
         <dsp:droplet name="Switch">
              <dsp:param bean="CreateHardgoodShippingGroupFormHandler.formError" name="value" />
              <dsp:oparam name="true">
                   <UL>
                        <dsp:droplet name="ErrorMessageForEach">
                             <dsp:param bean="CreateHardgoodShippingGroupFormHandler.formExceptions"
                                  name="exceptions" />
                             <dsp:oparam name="output">
                                  <LI style="color:red"><dsp:valueof param="message" />
                             </dsp:oparam>
                        </dsp:droplet>
                   </UL>
              </dsp:oparam>
         </dsp:droplet>
    </dsp:form>
    </dsp:page>
    while sumbitting the createHardgoodShipping button it is going to successurl but not able to add shipping address to profile and order.
    I enabled logs for this component.
    21:08:03,072 INFO [CreateHardgoodShippingGroupFormHandler] DEBUG Acquired local write lock using id 250026
    21:08:03,073 INFO [CreateHardgoodShippingGroupFormHandler] DEBUG beforeSet created transaction TransactionImple < ac, BasicAction: -3f57d480:df2c:51700cd0:3c77 status: ActionStatus.RUNNING >
    21:08:03,078 INFO [CreateHardgoodShippingGroupFormHandler] DEBUG no form errors - staying on same page.
    21:08:03,078 INFO [CreateHardgoodShippingGroupFormHandler] DEBUG no form errors - staying on same page.
    21:08:03,079 INFO [CreateHardgoodShippingGroupFormHandler] DEBUG Entering createHardgoodShippingGroup()
    21:08:03,079 INFO [CreateHardgoodShippingGroupFormHandler] DEBUG Add to Profile flag value is ::false
    21:08:03,079 INFO [CreateHardgoodShippingGroupFormHandler] DEBUG no form errors - staying on same page.
    21:08:03,079 INFO [CreateHardgoodShippingGroupFormHandler] DEBUG no form errors - redirecting to: /evokekart/checkout/billing.jsp
    21:08:03,080 INFO [CreateHardgoodShippingGroupFormHandler] DEBUG afterSet sees currentTransaction as TransactionImple < ac, BasicAction: -3f57d480:df2c:51700cd0:3c77 status: ActionStatus.RUNNING >
    21:08:03,082 INFO [CreateHardgoodShippingGroupFormHandler] DEBUG afterSet committing transaction TransactionImple < ac, BasicAction: -3f57d480:df2c:51700cd0:3c77 status: ActionStatus.RUNNING >
    21:08:03,083 INFO [CreateHardgoodShippingGroupFormHandler] DEBUG Released local write lock using id 250026
    Please any one help me on this issue.

  • Pre-Order New 3ds lx, Misspelled Shipping Address.

    I misspelled the street name on my shipping address I put "st" instead of "s", I have everything else all correct though. (zip code, city, state) Will the shipping company correct/send it?

    Hi Ttoan,
    Thank you for taking the time to sign up for the forum and connect with us.
    I can understand your concern because an issue with a shipping address could potentially cause an order to be cancelled.  I pulled up the pre-order you placed on BestBuy.com using the email address you registered with the forum and it is currently in the process of being processed for shipping, which means it cannot be modified.  If it is determined that the shipping address associated with your order will not result in a successful delivery, then you should receive an email with those details.  We should know more tomorrow as the processing stage continues.
    If you do receive an email that your was cancelled because of an issue with the shipping address, then please do not hesitate to send me a private message and I will see what I can do to help.  You can send a private message by clicking on the blue button found within my signature.
    I hope you have a great afternoon and enjoy your new Nintendo 3DS XL!
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • 1 line item in the sales order ship to different shipping address

    Hi,
    Our customer A have 3 different branches (meaning 3 different shipping address).
    During the creation of the sales order for 1 material A, I want to ship 50pc to this customer A:
    10pc to address A1
    20pc to address A2
    20pc to address A3
    In my sales order, is there a way I just create 1 line item with the order qty 50pc for this material A, but split into 3 schedule line with 3 different ship to address?
    I know there is alternate way where I create 3 different line item (with order qty 10, 20 and 20) and change the ship to address in the Item -> Partner tab. But using this method, I have to create 3 times of the same material in 1 sales order, just with the different shipping address.
    I want to know is there a way I just need to create 1 line item?
    Kindly please advise. Thank you.

    Hi there,
    When you have 3 different ship-to address, system will anyway create 3 different deliveries. This is coz if the header data in shipping (ship-to) is different, system will split the deliveries. Routes are different to 3 ship-to addresses & they cannot be combined in the same delivery.
    So as mentioned in above thread, create 3 different line items or create different sales orders all together for different ship-to parties.
    Regards,
    Sivanand

  • How can i change the default country in iPhoto when ordering cards and submitting a shipping address

    I am a Canadian visiting in the states.  I have a MacBook with latest IOS 10.7.5 and IPhoto 11 running 9.2.3.  I have checked my Apple ID and have my Primary address as a Canadian address, and two USA addresses listed as shipping addresses.  After closing and re-oping iPhoto, and logging in with my me.com id, I attempt trying to order Christmas cards which I've created in iPhoto.  However, after selecting "Buy Card" I get to a screen where the country is notaed as "Canada", and as I fill out a shipping address, I am given an error message when typing in State/prob abbreviation (MI for Michigan) and postal code because they are USA items.  The name "Canada" is viewable on the screen and non-changeable.  How do i able to get a US shipping address selected for my cards?

    IPhoto menu ==> preferences ==> advanced
    Set the print products country to US
    LN

  • How to make the Shipping address field on an Account as a required field?

    Hi,
    The requirement is that there has to be a shipping address specified for each Account that is being created.
    I tried to set the 'shipping' address field to 'required' in Account field setup, but the required checkbox is disabled, neither can I do it from Account Page layouts since there also its the same case.
    Does anyone know if its possible to do this and how?
    Regards,
    Ani.

    Have you tried to add validation to the AccountName field
    [<PrimaryShipToStreetAddress>] IS NOT NULL - will test to see if there is a value in the Shipping Address 1 field

  • Multiple Shipping Addresses for a single Ship-to-Party

    Hi all,
    How can we maintain multiple addresses for a single ship-to-party.
    The customer has 4 locations and whenever he places a order he wants the goods to be delivered to one or more than one address .How to do this?
    I tried to find it in the forum but I din't get a satisfactory answer.
    Regards,
    Ajit

    Ajit
    You may use Text for your requirment...
    Better Create a text type say Shipping Address... and assign to a sales order....
    Keep that in the Incomplete Log... so that when ever you process the sales order end user is in need to complete the Address....
    Another way is Ask ABAB er To change some field relevent to the customer as a Shipping address or may be Z field and use the same to the address..
    I have not used this check with your ABABer
    Reward if usefull
    Muthupandiyan

  • Auto Fill Shipping Address from Billing Address on a New Form in SharePoint 2013

    I have a new form on SharePoint that has a few fields:
    Billing Address 1 (Single Line of Text)
    Billing Address 2 (Single Line of Text)
    Billing Address City (Single Line of Text)
    Billing Address State (Drop Down Menu)
    Billing Address Zip (Single Line of Text)
    Shipping Address is the Same (Yes/No Check Box)
    Shipping Address 1 (Single Line of Text)
    Shipping Address 2 (Single Line of Text)
    Shipping Address City (Single Line of Text)
    Shipping Address State (Drop Down Menu)
    Shipping Address Zip (Single Line of Text)
    The object is that a user would fill in the Billing Address Fields, then click the "Shipping Address is the Same" check box and the Shipping Address Fields would auto fill with the Billing Address Fields.
    I've tried using a CEWP and editing the form file in SharePoint Designer 2013. I just don't know how to make this Dynamic auto fill work! Any help is greatly appreciated!!!!

    Use a custom web part
    Design the form controls and in "Shipping Address is the Same" check box check event or button click,
    copy the same data into a label form contains the same fields but in form of labels instead of textbox and dropdownlist.
    try this solution and let me know.
    Ahmed Said Moussa SharePoint Consultant

  • How can I change the shipping address to buy a calendar in iPhoto?

    Hello,
    I'll like to buy a calender with iphoto 11! I clicked on buy calender, i accepted the ammount, I logged in on my mobileme account and than, when it come to choose the adress i don't have any choice other than the country where my mobile me account is registered.
    I followd the online instructions to cheange the shipping address but they tell you to click on"account info  button" which i cannot find!
    There is any option to buy the calender as a gift and send it somewhere else in the world??? It seems to be very complicated to an apple product..... any suggestion??
    thanks

    Sending a calendar to another country is not supported in many jurisdictions - as it can lead to extra charges for the receiver. As I have no idea what country you are in you can select your country from this list
    http://store.apple.com/us/help/print_products/routing
    And find out if it's supported in your country and to your chosen destination.
    Regards
    TD

Maybe you are looking for

  • All values in internal table are not displaing in the script print program

    Hi, I am calling the script program.In main window all values in the internal table are not displaying. I wrote write-form statement in loop. But not all the values are getting displayed. Only thel ast values getting dispalyed.  *& Report  ZSCRIPT_11

  • I synced my ipad the other day... later when i went to check my photos they weren't there but they are on icloud. How do i acces them to get them back onto my ipad

    I synced my ipad the other day... later when i went to check my photos (on my ipad2) they weren't there but they are on icloud. How do i acces them to get them back onto my ipad? i have projects and other materail that is extremely important!!!!!!!!

  • SFTP Adapter for XI

    Hi, what is the prefered SFTP adapter for XI/PI? I was looking at Seeburger SFTP,Aedaptive SFTP and any other Adapters provided by thirdparty for SAP XI/PI. I think Aedaptive SFTP is new product from Aedaptive. does any one have clue about the prices

  • Import xml query

    hi gurus... what i m trying to 2 is to import a xml (query exported from production system) into test system, but this message is shown : bold Manually start the maintenance transaction for objects of type CWM Document bold has someone what the trans

  • Error validating tranformation file

    Hello all, I am trying to load a Data Package in BPC. Created a flat file and tranformation file. When validate the tranformation file I am getting the following error: Validate has successfully completed ValidateRecords = YES Task name CONVERT: No 1