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

Thread: shipping in shopping cart

  1. #1
    tytyguy is offline Senior Member
    Join Date
    Nov 2007
    Posts
    307

    Default shipping in shopping cart

    So my shipping rates are based on the amount of products in the cart... 1 item = 5.95 - two items = 6.95 etc. Since its not calculated, is there a way to show the shipping price in the shopping cart? Also, can I skip the part in the one page checkout where is says choose shipping because its a set price and you can choose any other method"?>

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    The Tax and Shipping estimator already does that. For one-page checkout, simply set the AppConfig: SkipShippingOnCheckout to true and the DefaultShippingCalculationID accordingly...

  3. #3
    tytyguy is offline Senior Member
    Join Date
    Nov 2007
    Posts
    307

    Default

    this will still charge for shipping though right? It will just be default?

  4. #4
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Yes, it will use the default for shipping charge...

  5. #5
    tytyguy is offline Senior Member
    Join Date
    Nov 2007
    Posts
    307

    Default

    didnt work...now it has no shipping value

  6. #6
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    You could use the AppConfig: ApplyShippingHandlingExtraFeeToFreeShipping to force a shipping charge. Let's see if that works for you...

  7. #7
    tytyguy is offline Senior Member
    Join Date
    Nov 2007
    Posts
    307

    Default

    that didnt work either/...

  8. #8
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Before we go on further, could you please tell me what version you're on?

  9. #9
    tytyguy is offline Senior Member
    Join Date
    Nov 2007
    Posts
    307

    Default

    thanks. AspDotNetStorefront ML 7.0.2.5/7.0.2.5

  10. #10
    bpowers is offline Junior Member
    Join Date
    Apr 2010
    Posts
    10

    Default

    Has this been figured out? I have a client requesting this as well.

    Thanks!

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

    Default

    There are directions for setting up shipping based on the number of the items in the cart here. Skipping the shipping selection page while still charging shipping would require a little customization, but if you're only going to have the one shipping method it won't be too complicated.