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

Thread: Minimum order amount

  1. #1
    kpaul is offline Member
    Join Date
    Nov 2009
    Posts
    54

    Default Minimum order amount

    Is there a way to add a "processing fee" to an order that is under a certain dollar amount? For example, can I add a $7.50 fee to any order that is under $25?

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

    Default

    Not out of the box, but if you have the source code that would be a pretty simple mod to make. Search the solution for where we reference the 'CartMinOrderAmount' AppConfig and you should be able to insert your custom logic in pretty much the same place.

  3. #3
    kpaul is offline Member
    Join Date
    Nov 2009
    Posts
    54

    Default

    Thanks, Scott.