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: Add £5 if COD Payment Method

  1. #1
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default Add £5 if COD Payment Method

    We use COD if the customer calls us up to order. We then process the order on sage pay.

    However we want to add £5 if COD is selected as the payment method and the items in the basket total is under £50.

    In short if someone calls up and items they are ordering are under £50 add £5 to the total.

    Any help with this?

    Thanks in advance.
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

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

    Default

    The CODHandlingExtraFee AppConfig is really the only payment-specific price modifier built in. You can set the £5 in there, but that's going to apply to ALL orders. It'd take a little modification to restrict it to certain orders, but it shouldn't be that hard to do.