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: Real Time Shipping Exceeds Weight Limit

  1. #1
    shaser is offline Junior Member
    Join Date
    Oct 2009
    Posts
    28

    Default Real Time Shipping Exceeds Weight Limit

    I want to implement this type of logic:

    If ShippingWeight > 150 LBS

    Then ShippingCost = OrderTotal * .07

    Otherwise use RTRates

    I want the shipping cost to be 7% of the order instead of saying "call for rates".

    I'm running 8.x. Any help is appreciated.

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

    Default

    That would take some source code mods, there's no way to set that up 'out of the box'. I would check the code for references to the RTShipping.CallForShippingPrompt AppConfig and you can see where that message would normally be displayed and replace it with your custom pricing logic.