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

Thread: Product Pricing Question

  1. #1
    bitmite is offline Junior Member
    Join Date
    Jun 2010
    Posts
    1

    Question Product Pricing Question

    We sell solar products, thus product price is depended on the customers latitude and longitude (in other words address). Is this possible to do with the product out of the box or with custom programming. If programming is involved how big would the effect be in to implement something like this?
    Thanks

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Product prices cannot vary by address 'out of the box', no. This could be done with some customization, and it shouldn't really be that big of a deal. The easiest way would be to add a custom page that customers would go to that would query their customer record for their address, then generate a product specially for them & insert it into the DB. If customers decide to purchase, it's standard add to cart and checkout process from there.

    You could either have the custom form get their address info and create the customer record for them, or just force customers to register/sign-in first.