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: Setup a local delivery option with RT shipping and in store pickup also available.

  1. #1
    jonfleck is offline Junior Member
    Join Date
    Mar 2011
    Posts
    2

    Default Setup a local delivery option with RT shipping and in store pickup also available.

    I'm trying to setup a local delivery option for users when they checkout. The current function that I've coded resides in the checkoutshipping.aspx.cs file. I can get it to verify that the user is within 25 miles of a store and then calculate local delivery at a rate of 2.50 per mile. But I can't seem to figure out how to actually integrate the option into the shipping system. I have this control <input id="ctl00_PageContent_rdButton" type="radio" name="ctl00$PageContent$ctrlShippingMethods$ctrlSh ippingMethods" value="34|Lititz Local Delivery|12.22|0.00"> rendered on my custom shipping options page and I have Lititz Local Delivery setup as a shipping method. I even went into the database and set Lititz Local Delivery IsRTShipping to true. I'm wondering where to go next to set this up, any help will be greatly appreciated.

  2. #2
    kdatasystems is offline Junior Member
    Join Date
    Apr 2008
    Posts
    19

    Question RT Shipping + Local Pickup + Local Delivery

    Hi,

    Did you ever determine a solution for this? I have a similar situation but can't seem to find a solution on the forum. Thanks!