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: Fixed Shipping

  1. #1
    Gary Infante is offline Junior Member
    Join Date
    Aug 2008
    Posts
    17

    Default Fixed Shipping

    We only have one shipping method in our store, a percentage of total. Is there a way to have the store calculate this shipping and autoimatically add it to the cart without requiring the customer to select a shipping method (when there is only one to select)?

  2. #2
    Jesse is offline Banned
    Join Date
    May 2008
    Posts
    1,329

    Default

    If there is a markup and you've somewhere informed your customers of this (for example: 10%) markup to the total, then yes. You can set your shipping rates table to "Free Shipping", modify the string resource to do away with the "This product recieves free shipping" string on the cart page, and set your "SkipShippingOnCheckout" AppConfig to true.

    Now you can hardcode in your markup in the ShoppingCart object to the percentage, the markup will appear, but shipping logic will be entirely bypassed and translucent.