Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Shared Address Records

  1. #1
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default Shared Address Records

    We're using MLv9.0.1.3 32-bit w/ source

    Is there a way to set it up so that many customers can share one address record?
    For example:
    Several Workers are placing orders for their company and having the products shipped to the company address. We are looking for a way to have to only edit one address if there are any changes.

    Thanks,

    Shaun

  2. #2
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default

    forgot to mention they need the ability to be tied to multiple company addresses...

  3. #3
    valentim is offline Senior Member
    Join Date
    Apr 2006
    Posts
    192

    Default

    Shaun -- storefront does not allow for the sharing of addresses out of the box. In fact storefront checks for this specific case in code and will not allow it.

    However, we're currently working on a project where this is a requirement. We're changing source code to allow for sharing of addresses and so far it has required a ripple of minor code changes throughout the address logic.
    Matthew
    Aydus Consulting
    Strategy+Development+Design=The Aydus Difference

  4. #4
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default

    What we ended up doing was Cloning the address to every customer which required some coding to update the cloned addresses when the parent address was updated and disallowing the customer to edit a cloned address.
    This seems to be working fine for us now.