Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Tizer 170 posts 201 karma points
    Jul 26, 2013 @ 11:51
    Tizer
    0

    Billing & Shipping address the same?

    Has anyone done something like this when the addresses are the same to prevent extra input from the buyer?

     

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jul 29, 2013 @ 13:58
    Søren Spelling Lund
    0

    It's straightforward to use the same information to set both billing and shipping information. Just call both APIs with the same info:

    TransactionLibrary.EditBillingInformation
    TransactionLibrary.EditShipmentInformation

    You can jazz it up with some jQuery to make the UI display only the required fields and expand with shipping details if the customer chooses to override shipping.

    In any event it's a good idea to store both a shipping- and billing address, even if their the same, as one or the other might be changed after the fact in the back-end.

  • Tizer 170 posts 201 karma points
    Jul 29, 2013 @ 15:45
    Tizer
    0

    Thanks Søren :)

Please Sign in or register to post replies

Write your reply to:

Draft