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 3 of 3

Thread: store pickup instead of shipping

  1. #1
    venkata is offline Junior Member
    Join Date
    Jan 2010
    Posts
    10

    Default store pickup instead of shipping

    Is it posssible to include new fields(pick up details) in the new membership Create account page.
    The customer should not have the option to enter his delivery address, instead should have the option to select the pick up address from the dropdownlist(gets value from new table)
    I would like to select the pickup details from the drop downlist(table to be created) instead of the delivery/shipping info while registering a member.
    As we would like to force to pickup the product from the selected store by the user, when registered.
    Whether the above requirement can be acheived/done. If so what all changes we should do from our end.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    That's doable via customization. You'd need to modify these files account.aspx, Createaccount.aspx, selectaddress.aspx, editaddress.aspx, and remove/hide the shipping information and replace it with a dropdown box that list different pickup type options you'd want. That depends though where you would want the user to select the pickup type options, either you can do it upon checkout or via account page and tag it to their account.

  3. #3
    venkata is offline Junior Member
    Join Date
    Jan 2010
    Posts
    10

    Default receipt changes

    Is it possible to make a few changes in the receipt sent to the members.

    I would like to change the shipping address to pickup address and do a few alignment in the receipt.

    As well would like to include a few lines(notes) at the end of the receipt.

    Whether the above requirement can be acheived/done. If so what all changes we should do from our end.

    Thanks