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

Thread: Automatically Select First Shipping Method

  1. #1
    Gavin is offline Junior Member
    Join Date
    Jan 2009
    Posts
    2

    Default Automatically Select First Shipping Method

    Hi,

    I only have one shipping method and I would like this to be automatically selected rather than having to select it.

    Is this possible and how can I do this?

    Thanks
    Gavin

  2. #2
    lexmicro is offline Junior Member
    Join Date
    Jan 2009
    Posts
    14

    Default

    Are you using Realtime Shipping or what type of shipping config are you suing to calculate the rates.

  3. #3
    lpotoole is offline Junior Member
    Join Date
    Aug 2008
    Posts
    3

    Default

    Hey lexmicro,

    I am working on this project with Gavin,

    We are using 'calculate shipping by weight'

    Liam.

  4. #4
    lpotoole is offline Junior Member
    Join Date
    Aug 2008
    Posts
    3

    Default

    Hey lexmicro,
    I am working on the same project as Gavin.
    We are using the shipping method of 'shipping by total weight'.
    Liam

  5. #5
    lexmicro is offline Junior Member
    Join Date
    Jan 2009
    Posts
    14

    Default

    i would say try the app config

    RTShipping.ShippingMethodsToPrevent parameter first see if that does the trick.

    make sure the app config DefaultShippingCalculationID parameter is set to the correct shipping method you want to default too

    check the parameter RTShipping.DefaultItemWeight make sure you have ti set incase a product is missing the weight

    HUGE IF: If your never, and your absolutely sure you are never going to ship via another shipping method you can try removing the shipping methods from the configuration > Shipping > shipping Method and use only the one you want to.

    Though i wouldn't recommend deleting them as this may cause other problems down the road.

    FYI best thing i can recommend, is before you go customizing and redeveloping the entire site design and layout, go through ALL the app configs one by one, yes i know its a daunting task but do it, youll be glad you did take a couple of days to do it, its boatload of information to take in. Setup all the apps your going to need and make sure they are working right, then and only then after you have all if not most of the functions you need "out of box" go forward and start developing hte custom stuff you need if any and redesigning and redeveloping the rest of it all.

    I hope i helped you somewhat and at least lead you in the right direction.
    Last edited by AspDotNetStorefront Staff - Scott; 06-16-2009 at 06:51 AM.

  6. #6
    ericpowell03 is offline Junior Member
    Join Date
    Jun 2009
    Posts
    3

    Default

    I just have a single shipping method (for now), which also happens to be free. I'd like to still include the shipping options page during checkout, but it is currently confusing for customers that they shipping option isn't "checked" by default.

    I've set "DefaultShippingCalculationID" to the corresponding ID, but it still doesn't set as checked automatically.

    Any ideas?