On customers solution(DW 8.7.2.8) we did not want to handle payment fees on Dynamicweb but rather externally.
In our post template for DIBS FlexWin we have added the following parameters that DIBS said they needed:
<input type="hidden" name="calcfee" value="true">
<input type="hidden" name="addFee" value="1">
The card fee works fine externally on DIBS, but for some reason even though we receive a fee amount parameter back from DIBS, Ecom:Order.ExternalFee only shows "kr 0.00" and there is no other tags that gives me anything. Therefore it wont show the correct total price on our email/page receipt.
Am i missing something settings wise - or is it just not possible to do standard?